/* ==========================================================================
   Gallery / The Shop page
   ========================================================================== */
.gl-feature {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg-alt);
}
.gl-feature img { width: 100%; height: auto; max-height: 560px; object-fit: cover; display: block; }
.gl-feature figcaption {
  color: var(--dim);
  font-size: 14px;
  text-align: center;
  padding: 14px 18px;
  border-top: 1px solid var(--border);
}
.gl-note {
  max-width: 620px;
  margin: 32px auto 0;
  text-align: center;
  color: var(--muted-2);
  font-size: 15.5px;
  line-height: 1.7;
  font-style: italic;
}
