.photo-figure {
  max-width: 1120px;
  margin: 22px auto 8px;
  padding: 0 28px;
}

/* Primary neighbourhood image should always render even if reveal timing differs by page. */
.photo-figure.reveal {
  opacity: 1 !important;
  transform: none !important;
}

.photo-figure img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(255,255,255,0.12);
  display: block;
}

.photo-caption {
  font-size: 12px;
  color: #b8b3a8;
  margin-top: 10px;
}

.photo-credits {
  max-width: 1120px;
  margin: 0 auto 14px;
  padding: 0 28px;
}

.photo-credits h2 {
  margin: 0 0 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.photo-credits p {
  margin: 0;
  font-size: 12px;
  color: #b8b3a8;
}

.photo-credits a {
  color: var(--gold-light);
  text-decoration: none;
  border-bottom: 1px solid rgba(197,151,58,0.5);
}

.photo-credits a:hover {
  border-bottom-color: var(--gold-light);
}

.snapshot-block {
  max-width: 1120px;
  margin: 18px auto 28px;
  padding: 0 28px;
}

.snapshot-head {
  margin-bottom: 14px;
}

.snapshot-kicker {
  margin: 0 0 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.snapshot-head h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(26px, 3.2vw, 38px);
  color: #f0ece3;
}

.snapshot-meta {
  margin: 6px 0 0;
  font-size: 13px;
  color: #b8b3a8;
}

.snapshot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.snapshot-card {
  background: rgba(20, 20, 18, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px;
  min-height: 108px;
}

.snapshot-label {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b8b3a8;
  margin-bottom: 8px;
}

.snapshot-value {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #f0ece3;
}

.snapshot-source {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  color: #9a9588;
}

@media (max-width: 1024px) {
  .snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .snapshot-grid {
    grid-template-columns: 1fr;
  }
}
