:root{--community-ink:#18392b;--community-green:#255b3d;--community-green-dark:#123426;--community-cream:#f5f1e7;--community-paper:#fffdf8;--community-line:#dce2dc}
.community-hero h1,.community-intro h2,.community-intro h3,.community-section-header h2,.community-card h3,.community-cta h2{text-transform:none}.community-hero{min-height:460px;margin-bottom:1.5rem;border-radius:.45rem;overflow:hidden;position:relative;display:flex;align-items:flex-end;color:#fff;background:var(--community-green-dark)}.community-hero-image,.community-hero-overlay{position:absolute;inset:0;width:100%;height:100%}.community-hero-image{object-fit:cover}.community-hero-overlay{background:linear-gradient(90deg,rgba(10,41,28,.96) 0%,rgba(10,41,28,.7) 50%,rgba(10,41,28,.12) 100%)}.community-hero-content{position:relative;z-index:1;max-width:750px;padding:clamp(2.4rem,6vw,5rem)}.community-eyebrow,.community-kicker{margin:0 0 .8rem;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700}.community-eyebrow{color:#f2ce70}.community-eyebrow-dark,.community-kicker{color:var(--community-green)}.community-hero h1{margin:0 0 1rem;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.8rem,6vw,5.3rem);line-height:.98;letter-spacing:-.035em}.community-hero-content>p:not(.community-eyebrow){max-width:630px;font-size:1.16rem}.community-hero-link{display:inline-flex;gap:.65rem;align-items:center;margin-top:.5rem;padding-bottom:.25rem;border-bottom:1px solid rgba(255,255,255,.65);color:#fff;font-weight:700}.community-hero-link:hover{color:#fff;text-decoration:none}.community-intro{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center;margin-bottom:4rem;padding:clamp(2rem,5vw,4rem);border-radius:.45rem;background:var(--community-cream)}.community-intro h2,.community-section-header h2,.community-cta h2{font-family:Georgia,"Times New Roman",serif;color:var(--community-ink)}.community-intro h2{margin-bottom:.7rem;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.05}.community-intro>div>p:last-child{margin:0;color:#516158;line-height:1.65}.community-request{display:flex;gap:1.1rem;padding:1.5rem;border:1px solid #d8dfd8;border-top:4px solid var(--community-green);border-radius:.4rem;background:rgba(255,255,255,.78)}.community-request-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:48px;height:48px;border-radius:50%;background:#dce8de;color:var(--community-green)}.community-request-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.community-request h3{margin:0 0 .45rem;color:var(--community-ink);font-family:Georgia,"Times New Roman",serif;font-size:1.65rem}.community-request p:not(.community-kicker){margin-bottom:.7rem;color:#5d6962;font-size:.9rem}.community-request a{color:var(--community-green);font-weight:700}.community-request a:hover{color:var(--community-green-dark);text-decoration:none}.community-partners{margin-bottom:4rem}.community-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:3rem;margin-bottom:2.2rem;padding-bottom:1.6rem;border-bottom:1px solid var(--community-line)}.community-section-header h2{margin:0;font-size:clamp(2.4rem,4vw,4rem);line-height:1}.community-section-header>p{max-width:500px;margin:0;color:#657169}.community-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.community-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--community-line);border-radius:.4rem;background:var(--community-paper);box-shadow:0 4px 18px rgba(20,48,35,.04);transition:transform .2s,box-shadow .2s}.community-card:hover{transform:translateY(-3px);box-shadow:0 13px 28px rgba(20,48,35,.1)}.community-card-image{display:flex;align-items:center;justify-content:center;aspect-ratio:16/9;padding:1.3rem;background:#f0f3f0}.community-card-image img{max-width:100%;max-height:100%;object-fit:contain}.community-card-body{display:flex;flex:1;flex-direction:column;padding:1.35rem}.community-card h3{margin:0 0 .7rem;color:var(--community-ink);font-family:Georgia,"Times New Roman",serif;font-size:1.5rem;line-height:1.12}.community-card-body>p:not(.community-kicker){margin-bottom:1rem;color:#5d6962;font-size:.88rem;line-height:1.55}.community-card-body>a{margin-top:auto;color:var(--community-green);font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.community-card-body>a:hover{color:var(--community-green-dark);text-decoration:none}.community-cta{display:flex;align-items:center;justify-content:space-between;gap:3rem;margin-bottom:1rem;padding:clamp(2.5rem,6vw,5rem);border-radius:.45rem;background:var(--community-green-dark);color:#fff}.community-cta h2{margin-bottom:.7rem;color:#fff;font-size:clamp(2.4rem,4vw,4rem)}.community-cta p:last-child{max-width:650px;margin:0;color:#dfe9e2}.community-cta>a{flex:0 0 auto;padding:.9rem 1.2rem;border:1px solid rgba(255,255,255,.65);border-radius:.25rem;color:#fff;font-weight:700}.community-cta>a:hover{background:#fff;color:var(--community-green-dark);text-decoration:none}
.community-card-image{padding:0;overflow:hidden;background:#fff}.community-card-image img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:center}
@media(max-width:900px){.community-intro{grid-template-columns:1fr}.community-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:575px){.community-hero{min-height:520px}.community-hero-overlay{background:linear-gradient(0deg,rgba(10,41,28,.97),rgba(10,41,28,.35))}.community-hero-content{padding:2rem}.community-intro{padding:1.5rem}.community-request{flex-direction:column}.community-section-header{align-items:flex-start;flex-direction:column;gap:1rem}.community-grid{grid-template-columns:1fr}.community-cta{align-items:flex-start;flex-direction:column}}
@media(prefers-reduced-motion:reduce){.community-card{transition:none}}
