/* Slim page header band for inner pages (app/components/page-hero.php).
   Keeps the pale background, green eyebrow, navy title and lime base rule, with tighter spacing and type.
   Loaded after the public bundle and facebook-follow.css so these rules take precedence. */
.page-hero{padding:18px 0 26px;border-bottom-width:4px}
.page-hero .breadcrumbs{margin-bottom:16px;font-size:.6875rem;gap:10px}
.page-hero-row{gap:32px;align-items:center}
.page-hero .eyebrow{margin:0 0 6px;font-size:.6875rem}
.page-hero h1{font-size:clamp(1.9rem,2.9vw,2.65rem);line-height:1.15;margin-bottom:0;max-width:900px}
.page-hero .lead{font-size:1.0625rem;line-height:1.6;max-width:720px;margin-top:10px}
.page-hero .facebook-follow{padding:10px 12px}
.page-hero .facebook-follow .facebook-follow-label{margin-bottom:6px}
@media(max-width:1050px){.page-hero-row{gap:16px}}
@media(max-width:640px){
  .page-hero{padding:14px 0 22px}
  .page-hero .breadcrumbs{margin-bottom:12px}
  .page-hero h1{font-size:1.85rem}
  .page-hero .lead{font-size:1rem}
}

/* Pages whose header already carries the intro (currently About, via .prose-even in article.php):
   keep the first body paragraph at normal copy size, matching project pages. */
.prose-even>p:first-child{font-size:1rem;color:var(--text)}
