.hfs-portfolio-hero {
  min-height: 590px;
  background-image:
    radial-gradient(circle at 32% 38%, rgba(245,232,211,.42) 0%, rgba(245,232,211,.17) 18%, rgba(245,232,211,0) 42%),
    linear-gradient(90deg, rgba(23,26,27,.97) 0%, rgba(23,26,27,.84) 26%, rgba(23,26,27,.52) 54%, rgba(23,26,27,.18) 78%),
    linear-gradient(180deg, rgba(23,26,27,.10), rgba(23,26,27,.36)),
    url('/assets/images/home_hero.png');
  background-position: center center;
}
.hfs-portfolio-projects { background: var(--hfs-cream); }
.hfs-project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.hfs-project-card { display: flex; flex-direction: column; min-height: 390px; padding: clamp(34px, 4.4vw, 54px); background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,255,255,.58)); border: 1px solid var(--hfs-line); border-radius: var(--hfs-radius-card); box-shadow: var(--hfs-shadow-soft); }
.hfs-project-category { color: var(--hfs-green-deep); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hfs-project-logo-box { display: flex; align-items: center; justify-content: center; height: 128px; margin: 28px 0 24px; }
.hfs-project-card h3 { margin: 0; font-family: var(--hfs-heading); font-size: clamp(2rem, 3.3vw, 3.2rem); line-height: 1; color: var(--hfs-charcoal); text-align: center; }
.hfs-project-logo { display: block; width: auto; max-width: min(100%, 300px); max-height: 92px; object-fit: contain; }
.hfs-project-card p { margin: 0; color: var(--hfs-muted); max-width: 520px; text-decoration: none; }
.hfs-project-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 18px; margin-top: auto; padding-top: 34px; }
.hfs-project-pill { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 0 20px; border: 1px solid rgba(95,112,82,.32); border-radius: var(--hfs-radius-button); text-decoration: none; font-size: .9rem; font-weight: 700; line-height: 1; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.hfs-project-pill:hover { transform: translateY(-1px); }
.hfs-project-pill-primary { background: var(--hfs-green); border-color: var(--hfs-green); color: #fff; }
.hfs-project-pill-primary:hover { background: var(--hfs-green-deep); border-color: var(--hfs-green-deep); }
.hfs-project-link { display: inline-flex; align-items: center; gap: 6px; min-height: 42px; color: var(--hfs-green-deep); font-size: .88rem; font-weight: 700; text-decoration: none; }
.hfs-project-link:hover { color: var(--hfs-charcoal); text-decoration: underline; text-underline-offset: 4px; }
.hfs-proof-list p { font-size: 1.08rem; }
.hfs-proof-list ul { list-style: none; padding: 18px 0 0; margin: 22px 0 0; border-top: 1px solid rgba(255,255,255,.16); display: grid; gap: 10px; color: rgba(255,255,255,.78); }
.hfs-proof-list li::before { content: '✓'; color: var(--hfs-green); margin-right: 10px; }
@media (max-width: 820px) { .hfs-project-grid { grid-template-columns: 1fr; } }
