.hfs-about-hero {
  min-height: 620px;
  background-image:
    radial-gradient(circle at 34% 38%, rgba(245,232,211,.40) 0%, rgba(245,232,211,.17) 18%, rgba(245,232,211,0) 42%),
    linear-gradient(90deg, rgba(23,26,27,.96) 0%, rgba(23,26,27,.80) 24%, rgba(23,26,27,.40) 48%, rgba(23,26,27,.12) 74%),
    linear-gradient(180deg, rgba(23,26,27,.10), rgba(23,26,27,.34)),
    url('/assets/images/about_us.png');
  background-position: center center;
}
.hfs-about-story { background: var(--hfs-cream-light); }
.hfs-about-copy { color: var(--hfs-muted); font-size: 1.05rem; }
.hfs-about-copy p:first-child { color: var(--hfs-ink); font-size: 1.15rem; }
.hfs-about-values { background: var(--hfs-cream); }
.hfs-about-number { display: block; margin-bottom: 24px; color: var(--hfs-green-deep); letter-spacing: .16em; font-weight: 700; }
.hfs-about-mission { text-align: center; padding: 104px var(--hfs-pad); }
.hfs-about-mission .hfs-section-inner { max-width: 920px; }
.hfs-about-mission h2 { margin: 0; font-family: var(--hfs-heading); font-size: clamp(2.7rem, 5vw, 5.2rem); line-height: 1; }
.hfs-about-mission p:last-child { max-width: 760px; margin: 1.4rem auto 0; }
