/* Product Gallery Section - Improved Contrast */

.pl-gallery {
  background: var(--clr-ivory, #fdf9f2) !important;
  padding: 4rem 0 !important;
}

.pl-gallery .section-head {
  margin-bottom: 2.5rem;
}

.pl-gallery .section-label {
  color: var(--clr-forest, #0a1a0f);
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.pl-gallery .section-title {
  color: var(--clr-forest, #0a1a0f);
  font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.pl-gallery .section-title span {
  color: var(--clr-gold, #c9a84c);
  font-style: italic;
  font-weight: 800;
}

.pl-gallery .divider {
  background: linear-gradient(90deg, var(--clr-border-light, #e8dcd0) 25%, var(--clr-border, #d4c4b0) 50%, var(--clr-border-light, #e8dcd0) 75%);
  height: 3px;
  margin: 1rem 0 0;
  width: 60px;
}

.pl-gallery__grid {
  margin-top: 2.5rem !important;
}

/* Print Gallery Section */
.print-gallery-section {
  background: var(--clr-cream, #f0ece0) !important;
  padding: 4rem 0 !important;
}

.print-gallery-section .section-label {
  color: var(--clr-forest, #0a1a0f);
}

.print-gallery-section .section-title {
  color: var(--clr-forest, #0a1a0f);
  font-weight: 800;
}

.print-gallery-section .section-title span {
  color: var(--clr-gold, #c9a84c);
  font-style: italic;
}

.print-gallery-section .divider {
  background: linear-gradient(90deg, var(--clr-border-light, #e8dcd0) 25%, var(--clr-border, #d4c4b0) 50%, var(--clr-border-light, #e8dcd0) 75%);
}

/* Responsive Design */
@media (max-width: 768px) {
  .pl-gallery {
    padding: 2.5rem 0 !important;
  }

  .pl-gallery .section-head {
    margin-bottom: 1.75rem;
  }

  .pl-gallery .section-title {
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    margin-bottom: 0.75rem;
  }

  .pl-gallery__grid {
    margin-top: 1.5rem !important;
  }

  .print-gallery-section {
    padding: 2.5rem 0 !important;
  }
}

@media (max-width: 480px) {
  .pl-gallery {
    padding: 1.5rem 0 !important;
  }

  .pl-gallery .section-label {
    font-size: 0.6rem;
    margin-bottom: 0.5rem;
  }

  .pl-gallery .section-title {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
  }

  .pl-gallery__grid {
    margin-top: 1rem !important;
  }
}
