/* partners.css — Partners page only. base.css/team.css handle nav,
   footer, page-hero, buttons, and the reused .lead-grid/.member/.join-team. */

.parish-grid{display:grid; grid-template-columns:repeat(auto-fill, minmax(260px, 1fr)); gap:20px; margin-top:36px;}
.parish-card{background:var(--paper); border:1px solid var(--line); border-radius:8px; padding:20px 22px;}
.parish-card h3{font-family:'Bebas Neue',sans-serif; font-size:20px; color:var(--forest); letter-spacing:0.02em; margin-bottom:8px;}
.parish-card .address{font-size:13px; color:#5A4C3D; margin-bottom:12px;}
.parish-card .social-link{font-size:13px; font-weight:700; color:var(--rust);}
.empty{text-align:center; color:#8A7B65; margin-top:24px;}

.programs-band{background:var(--forest); padding:64px 24px; margin:64px 0;}
.programs-band .eyebrow{margin-bottom:10px;}
.programs-band h2{margin-bottom:36px;}
.programs-grid{display:grid; grid-template-columns:repeat(auto-fit, minmax(220px, 1fr)); gap:22px;}
.program-card{background:rgba(251,243,225,0.06); border:1px solid rgba(242,184,75,0.25); border-radius:8px; padding:22px;}
.program-card h3{font-family:'Bebas Neue',sans-serif; font-size:19px; color:var(--amber); letter-spacing:0.02em; margin-bottom:8px;}
.program-card p{font-size:14px; color:#D9E4DA; line-height:1.55;}

@media (max-width:640px){
  .parish-grid{grid-template-columns:1fr;}
}
