/* PAGINA TARGHE */

.targhe-header-simple {
  padding: 30px 20px;
}

.targhe-hero {
  text-align: center;
  padding: 120px 20px 80px;
}

.targhe-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.targhe-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
}

.targhe-text {
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 0 20px;
  text-align: center;
}


/* ===== MENU STILE SIDEBAR (COME PERSONALIZZA) ===== */

body.quadri-led-page .menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 9999;
}

body.quadri-led-page .menu-overlay.show {
  display: block;
}

body.quadri-led-page .menu-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  max-width: 80%;
  height: 100%;
  background: #111;
  color: #fff;
  padding: 24px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  text-align: left;
}

body.quadri-led-page .menu-overlay-content h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

body.quadri-led-page .menu-categories {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.quadri-led-page .menu-categories a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

body.quadri-led-page .menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
