:root{font-family:Arial,sans-serif;color:#17202a;background:#fff}*{box-sizing:border-box}body{margin:0}main{min-height:100vh}.hero{display:grid;grid-template-columns:1.4fr .8fr;gap:3rem;align-items:center;min-height:72vh;padding:4rem max(5vw,2rem);background:#f3f4f6}.hero__story{max-width:720px}.eyebrow{font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#b42318}h1{font-size:clamp(2.3rem,5vw,4.8rem);line-height:1.02;margin:.5rem 0 1rem}h2{font-size:clamp(1.5rem,3vw,2.2rem)}p{font-size:1.08rem;line-height:1.65}.donation-card{background:#fff;border-radius:18px;padding:2rem;box-shadow:0 20px 50px rgba(0,0,0,.12)}button,a{display:inline-block;border:0;border-radius:10px;padding:.9rem 1.2rem;font-weight:700}button{width:100%;background:#b42318;color:#fff}button:disabled{opacity:.55}.content{padding:4rem max(5vw,2rem);max-width:1100px;margin:auto}.muted{background:#f7f7f7;max-width:none}.thank-you{max-width:760px;margin:auto;padding:10vh 2rem;text-align:center}.thank-you a{background:#b42318;color:#fff;text-decoration:none}@media(max-width:760px){.hero{grid-template-columns:1fr;padding:2rem 1.25rem}.donation-card{order:2}.content{padding:3rem 1.25rem}}
