People don’t visit a charity site to be impressed by motion; they’re looking for certainty. On the first scroll, answer three questions without drama:
1) What problem are you solving and where? (mission clarity)
2) What will my gift do? (impact and timeframe)
3) How do I give right now? (short path to donate or volunteer)
Treat Caridad - Charity WordPress Theme as your presentational baseline and add boring, reliable engineering: predictable templates, server-first validation, and a field performance budget. We’ll reference Caridad - Charity WordPress Theme again when we pin the first fold, sketch program cards, and finalize the donation path.
Style mix: #7 技术方案书(Engineering Playbook) + #3 案例拆解(Case Study Lite) for how-to plus proof.
width
/height
), fetchpriority="high"
.Decide container, spacing, and type steps. Tokens keep components from drifting.
:root{
--container: 1200px;
--space-2: 8px; --space-4: 16px; --space-6: 24px; --space-8: 32px; --space-12: 48px;
--step-0: clamp(1rem, 0.9rem + 0.6vw, 1.125rem);
--step-1: clamp(1.35rem, 1.1rem + 0.9vw, 1.75rem);
}
.container{max-width:var(--container);margin:0 auto;padding:0 var(--space-4)}
.section{padding:var(--space-8) 0}
.u-stack>*+*{margin-top:var(--space-4)}
h1{font-size:var(--step-1);line-height:1.2;letter-spacing:-0.01em}
One message, one action, one reassurance. No sliders; they burn trust and CLS.
<section class="hero container u-stack">
<h1>Together, we turn donations into meals and medicine</h1>
<p>Local partners • Transparent reports • Results you can track</p>
<div class="actions">
<a class="btn" href="/donate">Donate</a>
<a class="btn-ghost" href="/volunteer">Volunteer</a>
</div>
<p class="micro">Secure processing • Instant email receipts</p>
<img src="/media/hero-1200x675.webp" alt="Volunteers delivering food"
width="1200" height="675" fetchpriority="high" decoding="async" loading="eager">
</section>
Clarity raises funds. Treat your theme as a quiet, stable baseline; your discipline turns it into a site that converts attention into action. Keep the first fold decisive, the forms respectful, and the copy concrete. That’s how a calm page—and a careful build—delivers outsized impact.