.review-gallery {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr);
  align-items: start;
  gap: 2rem;
  padding: 2rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.review-gallery h3 { margin: 0.35rem 0 0.8rem; font-size: 1.65rem; }
.review-gallery-copy > p:not(.eyebrow) { max-width: 400px; margin: 0; color: #b9c3cf; line-height: 1.65; }

.glow-up-comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.glow-up-photo { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(230, 194, 124, 0.42); border-radius: 18px; background: #121821; box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25); }
.glow-up-photo img { display: block; width: 100%; height: 330px; object-fit: cover; object-position: center top; }
.glow-up-photo figcaption { display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; padding: 0.85rem 1rem; background: #151d28; color: #f7f1e6; }
.glow-up-photo figcaption span { color: #e6c27c; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.glow-up-photo figcaption strong { font-size: 0.9rem; }
.glow-up-after { border-color: rgba(230, 194, 124, 0.72); }
.glow-up-note { grid-column: 2; margin: 0; color: #aeb8c4; font-size: 0.82rem; line-height: 1.55; }

@media (max-width: 800px) {
  .review-gallery { grid-template-columns: 1fr; gap: 1.25rem; }
  .glow-up-note { grid-column: auto; }
  .glow-up-photo img { height: 270px; }
}

@media (max-width: 480px) {
  .glow-up-comparison { gap: 0.65rem; }
  .glow-up-photo img { height: 220px; }
  .glow-up-photo figcaption { display: grid; padding: 0.7rem; }
  .glow-up-photo figcaption strong { font-size: 0.78rem; }
}
