:root{--bg:#fff;--text:#172033;--muted:#667085;--card:#fff;--line:#e7eaf0;--brand:#1f7a4d;--brand2:#f2b84b;--dark:#111827;--soft:#f6f8fb;--hero:linear-gradient(135deg,#0e3b2c,#1f7a4d 55%,#e5aa37)}
[data-theme=dark]{--bg:#0d1117;--text:#f5f7fb;--muted:#b8c0cc;--card:#151b24;--line:#273142;--soft:#101720;--hero:linear-gradient(135deg,#07130f,#174f37 60%,#9d6c16)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.7}a{color:inherit;text-decoration:none}.top{position:sticky;top:0;z-index:50;background:rgba(10,15,22,.86);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.12)}.nav{max-width:1200px;margin:auto;display:flex;align-items:center;gap:22px;padding:14px 20px}.logo{height:42px}.links{display:flex;gap:18px;align-items:center;margin-left:auto}.links a{color:#fff;font-weight:700;font-size:14px;opacity:.92}.btn,.links .give{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 18px;background:var(--brand);color:#fff!important;font-weight:800;border:0}.links .give{background:#f2b84b;color:#121212!important}.theme{border:1px solid rgba(255,255,255,.3);background:transparent;color:white;border-radius:999px;padding:9px 12px;cursor:pointer}.menu{display:none;background:transparent;border:0;color:white;font-size:28px;margin-left:auto}.hero{background:var(--hero);color:#fff;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 10%,rgba(255,255,255,.25),transparent 24%),linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,.08))}.hero .wrap{position:relative;z-index:1;max-width:1200px;margin:auto;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;padding:92px 20px}.eyebrow{letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:var(--brand2);font-size:13px}.hero h1,.page h1{font-size:clamp(38px,6vw,72px);line-height:1.03;margin:12px 0 20px}.hero p{font-size:20px;max-width:720px}.hero-img,.photo{width:100%;border-radius:28px;box-shadow:0 24px 80px rgba(0,0,0,.28);object-fit:cover}.hero-img{height:470px}.section{max-width:1200px;margin:auto;padding:76px 20px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.card{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 12px 35px rgba(18,32,54,.06)}.card h3{margin-top:0;font-size:24px}.card img{width:100%;height:230px;object-fit:cover;border-radius:18px;margin-bottom:16px}.soft{background:var(--soft)}.title{max-width:820px;margin-bottom:32px}.title h2{font-size:clamp(30px,4vw,48px);line-height:1.1;margin:8px 0}.pill{display:inline-block;padding:7px 12px;border-radius:999px;background:rgba(31,122,77,.12);color:var(--brand);font-weight:900;font-size:13px}.cta{background:linear-gradient(135deg,#10251e,#1f7a4d);color:#fff;border-radius:32px;padding:44px;display:grid;grid-template-columns:1.3fr .7fr;gap:20px;align-items:center}.footer{background:#08110d;color:#dce7df;padding:55px 20px}.foot{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:28px}.foot img{height:46px}.foot a{display:block;color:#dce7df;margin:8px 0;opacity:.85}.page{background:linear-gradient(135deg,#11241e,#1f7a4d);color:white;padding:70px 20px}.page .inner{max-width:1200px;margin:auto}.content{max-width:980px;margin:auto;padding:70px 20px}.content h2{font-size:36px;margin-top:38px}.list{padding-left:22px}.event{display:flex;gap:18px;border-bottom:1px solid var(--line);padding:20px 0}.date{min-width:95px;text-align:center;background:var(--soft);border-radius:18px;padding:14px;font-weight:900}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery img{width:100%;height:220px;object-fit:cover;border-radius:18px}.form input,.form textarea,.form select{width:100%;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:var(--bg);color:var(--text);margin:8px 0 16px}.form button{cursor:pointer}.notice{border-left:5px solid var(--brand2);padding:18px;background:var(--soft);border-radius:14px}.map{width:100%;height:380px;border:0;border-radius:22px}.mobile-panel{display:none}
@media(max-width:900px){.links{display:none}.menu{display:block}.mobile-panel.open{display:grid}.mobile-panel{position:absolute;left:0;right:0;top:72px;background:#08110d;padding:18px 24px;gap:12px}.mobile-panel a{color:#fff;font-weight:800}.hero .wrap,.grid2,.cta{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.hero-img{height:320px}.foot{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}.event{display:block}.nav{padding:12px 16px}.logo{height:34px}}
