.band-photo {
  box-sizing: border-box;
  max-width: 900px;
  margin: 34px auto 52px;
  border: 1px solid var(--border-gold);
  background: var(--bg-card);
}

.band-photo img {
  display: block;
  width: auto;
  max-width: 100% !important;
  height: auto;
  max-height: 560px;
  margin: 0 auto;
  background: #070401;
}

.band-photo figcaption {
  padding: 12px 14px;
  font-family: Oswald, sans-serif;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.band-photo-caption {
  display: block;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.band-photo-credit {
  display: block;
  margin-top: 2px;
  font-size: 0.61rem;
  color: var(--text-dim);
}

.band-photo figcaption a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(200, 160, 96, 0.35);
  text-underline-offset: 2px;
}

.band-photo figcaption a:hover {
  color: var(--gold);
}

@media (max-width: 720px) {
  .band-photo { margin: 26px auto 40px; }
}
