/* Focused homepage refinements requested during editorial review. */

.homepage-blocks .hero__media {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  background: #0b1726;
  box-shadow: var(--shadow);
}

.homepage-blocks .hero__media img {
  box-shadow: none;
}

.homepage-blocks .hero__media figcaption {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: .95rem 1.15rem 1.05rem;
  border-top: 1px solid rgba(196, 155, 85, .5);
  background: linear-gradient(135deg, #13243a, #0b1726);
  color: #dce6f1;
  font-family: var(--sans);
  font-size: .79rem;
  line-height: 1.5;
  text-align: left;
}

.homepage-blocks .hero__media figcaption::before {
  content: "Public service in community";
  display: block;
  margin-bottom: .32rem;
  color: #f1d9ad;
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.homepage-blocks .record-strip,
.record-strip {
  border-top: 0;
}

@media (max-width: 52rem) {
  .homepage-blocks .hero__media figcaption {
    padding: .85rem 1rem .95rem;
  }
}
