@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Archivo+Black&display=swap";:root{--bg: #d9d9db;--bg-accent: #cfcfd1;--text: #000000;--muted: #2f2f2f;--brand: #000000;--brand-strong: #000000;--card: #ffffff;--shadow: 0 10px 30px rgba(0, 0, 0, .12);--orange: #fa7f3a;--lilac: #aa7cdc;--olive: #5f7528}*{box-sizing:border-box}body{margin:0;font-family:Space Grotesk,sans-serif;color:var(--text);background:radial-gradient(circle at 5% 10%,#ededee 0%,transparent 35%),radial-gradient(circle at 95% 90%,#c8c8ca 0%,transparent 35%),linear-gradient(180deg,var(--bg) 0%,var(--bg-accent) 100%);min-height:100vh}.page-shell{max-width:1100px;margin:0 auto;padding:1.25rem}.menu-bar{margin-top:.5rem;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;padding:.7rem .9rem;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:space-between;gap:.8rem}.brand{display:flex;align-items:center;gap:.6rem;font-weight:700}.brand-logo{width:38px;height:38px;object-fit:contain;border-radius:8px;background:#fff}.menu-links{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap}.menu-links a{text-decoration:none;font-weight:700;font-size:.92rem;color:var(--brand-strong)}.banner{margin-top:1rem;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);min-height:180px}.banner img{display:block;width:100%;height:100%;max-height:360px;object-fit:cover}.hero{margin-top:1rem;padding:2rem;background:#f2f2f3;color:#000;border-radius:24px;box-shadow:var(--shadow);animation:reveal .5s ease-out}.eyebrow{margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;opacity:1}h1,h2{font-family:Archivo Black,sans-serif;letter-spacing:.01em}h1{font-size:clamp(1.8rem,4vw,3rem);line-height:1.08;margin:.5rem 0 .7rem}h2{margin-top:0;font-size:clamp(1.35rem,2.8vw,2.3rem);line-height:1.1}.lead{max-width:65ch;color:#111}.hero-quote{font-size:clamp(1.9rem,6vw,5.2rem);line-height:1.08;margin:.5rem 0 .8rem;letter-spacing:-.02em}.hl{display:inline-block;padding:.02em .2em;margin:.02em .03em}.hl.orange{background:var(--orange)}.hl.lilac{background:var(--lilac)}.hl.olive{background:var(--olive)}.section-title{margin:0 0 .7rem;letter-spacing:-.01em}.section-title .hl{padding:.04em .24em}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.btn{border:0;border-radius:999px;padding:.7rem 1.15rem;font-size:.95rem;font-weight:700;cursor:pointer}.btn.primary{background:#000;color:#fff}.btn.secondary{background:#fff;color:#000;border:1px solid #000}.panel{margin-top:1rem;border-radius:18px;background:var(--card);box-shadow:var(--shadow);padding:1.2rem;animation:reveal .55s ease-out;border:1px solid #e3e3e5}.fundraising-panel{background:linear-gradient(145deg,#fff,#f3f8ef)}.fundraising-figures p{margin:0}.raised-amount{font-family:Archivo Black,sans-serif;font-size:clamp(2rem,6vw,3.4rem);line-height:1}.target-amount{margin-top:.3rem!important;font-size:1.05rem;font-weight:700}.gift-aid{margin-top:.2rem!important;color:var(--olive);font-weight:700}.progress-track{width:100%;height:16px;border-radius:999px;background:#d8ddcf;margin:1rem 0 .8rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#5f7528,#7f9b3b)}.fundraising-meta{color:var(--muted);font-size:.9rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.card{padding:.95rem;border-radius:12px;background:linear-gradient(160deg,#f8f8f8,#ebebeb);color:#111}.checklist{margin:0;padding-left:1.1rem}.checklist li{margin-bottom:.5rem}.gallery{display:grid;gap:.7rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.gallery-item{margin:0;border-radius:12px;overflow:hidden;min-height:140px;animation:pop .45s ease-out both;animation-delay:var(--d)}.gallery-item img{display:block;width:100%;height:100%;object-fit:cover}.cta{background:linear-gradient(140deg,#ececee,#f8f8f9)}.contact{margin-bottom:0}a{color:var(--brand)}@keyframes reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pop{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@media (max-width: 640px){.page-shell{padding:.8rem}.menu-bar{flex-direction:column;align-items:flex-start}.menu-links{width:100%;gap:.6rem .9rem}.hero{border-radius:18px;padding:1.2rem}.panel{padding:1rem}}
