.hfh-site-feature {
  padding: 5.5rem 0;
  background: #171b24;
  color: var(--white);
}

.hfh-site-feature__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  gap: 4.5rem;
  align-items: center;
}

.hfh-site-feature figure,
.hfh-resource-feature figure,
.hfh-sector-feature figure {
  margin: 0;
}

.hfh-site-feature img,
.hfh-resource-feature img,
.hfh-sector-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

.hfh-site-feature figcaption,
.hfh-resource-feature figcaption,
.hfh-sector-feature figcaption {
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  line-height: 1.5;
}

.hfh-site-feature h2,
.hfh-resource-feature h2,
.hfh-sector-feature h2 {
  margin: 0;
  font-family: "DM Serif Display", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.15;
}

.hfh-site-feature__copy > p:not(.section-eyebrow),
.hfh-sector-feature__copy > p:not(.section-eyebrow) {
  margin-top: 1.1rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.hfh-site-feature__status {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.78rem;
}

.hfh-site-feature__actions,
.hfh-resource-feature__actions,
.hfh-sector-feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.hfh-site-feature .btn-secondary,
.hfh-sector-feature .btn-secondary {
  background: var(--white);
}

.hfh-resource-feature {
  padding: 4.75rem 0;
  background: var(--gold-bg);
  border-top: 1px solid rgba(212, 160, 23, 0.24);
  border-bottom: 1px solid rgba(212, 160, 23, 0.24);
}

.hfh-resource-feature__layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.82fr) minmax(0, 1.18fr);
  gap: 4rem;
  align-items: center;
}

.hfh-resource-feature h2 {
  color: var(--text-dark);
}

.hfh-resource-feature p {
  margin-top: 1rem;
  color: var(--text-mid);
  line-height: 1.7;
}

.hfh-resource-feature figcaption {
  color: var(--text-muted);
}

.hfh-sector-feature {
  padding: 4.75rem 0;
  background: #20252f;
  color: var(--white);
}

.hfh-sector-feature__layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
  gap: 4rem;
  align-items: center;
}

.hfh-sector-feature__copy .section-eyebrow,
.hfh-site-feature__copy .section-eyebrow {
  color: var(--gold-light);
}

@media (max-width: 900px) {
  .hfh-site-feature,
  .hfh-resource-feature,
  .hfh-sector-feature {
    padding: 4rem 0;
  }

  .hfh-site-feature__layout,
  .hfh-resource-feature__layout,
  .hfh-sector-feature__layout {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .hfh-site-feature h2,
  .hfh-resource-feature h2,
  .hfh-sector-feature h2 {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .hfh-site-feature__actions,
  .hfh-resource-feature__actions,
  .hfh-sector-feature__actions {
    display: grid;
  }

  .hfh-site-feature__actions a,
  .hfh-resource-feature__actions a,
  .hfh-sector-feature__actions a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
