/* Homepage-only overrides. */

.home-circular .home-hero figure { min-height: 430px; padding: 24px; }
.home-circular .home-hero img { width: 100%; height: auto; max-height: 382px; max-width: 100%; object-fit: contain; }

/* This panel was briefly peach, on the reasoning that Avon-era pink sat in
   the peach/saffron register. That was right about the period and wrong
   about this image: GroupKick.png is dark brown (#361c00), the same hue
   family as peach, so the artwork sank into its own background. Rose is
   cooler and lets the sepia line art separate. Peach still serves the
   About page, where the artwork is a white-backed plate and hue collision
   cannot happen. */
.home-circular .home-hero figure { background: var(--ep-rose); }


@media (max-width: 760px) {
  .home-circular .home-hero figure { min-height: 330px; padding: 18px; }
  .home-circular .home-hero img { max-height: 294px; }
}
