@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@300;400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--cream:#f9f6f0;--cream-dark:#ede8de;--cream-light:#fcfaf7;--white:#fff;--charcoal:#0e261c;--charcoal-soft:#183b2d;--green-deep:#0b1e16;--green-hover:#1f4737;--text-body:#333;--text-muted:#666;--amber:#e8a320;--amber-dark:#c98a0e;--amber-light:#fff8eb;--teal-light:#ebf4f0;--border:#e5e0d8;--border-dark:#cbd3ce;--font-display:"DM Serif Display", serif;--font-body:"Manrope", sans-serif;--font-ui:"Inter", sans-serif;--radius-xs:6px;--radius-sm:10px;--radius-md:16px;--radius-lg:20px;--radius-full:9999px;--shadow-sm:0 2px 8px #0000000d;--shadow-md:0 8px 24px #00000014;--shadow-lg:0 16px 36px #0000001f;--shadow-amber:0 8px 20px #e8a32047}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--white);color:var(--text-body);-webkit-font-smoothing:antialiased;line-height:1.65}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--charcoal);font-weight:400;line-height:1.18}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.topbar{background:var(--green-deep);color:#ffffffe6;font-family:var(--font-ui);padding:.45rem 0;font-size:.78rem}.topbar-inner{justify-content:space-between;align-items:center;display:flex}.topbar-left{align-items:center;gap:.5rem;display:flex}.topbar-right{align-items:center;gap:1.25rem;display:flex}.topbar-social{align-items:center;gap:.65rem;display:flex}.topbar-social-label{color:#ffffffb3;margin-right:.25rem;font-size:.75rem}.topbar-social a{color:#ffffffd9;align-items:center;transition:color .2s;display:flex}.topbar-social a:hover{color:var(--amber)}.site-header{z-index:9999;background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0}.site-header-inner{justify-content:space-between;align-items:center;gap:1rem;height:72px;display:flex}.header-logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.header-logo-icon{background:var(--amber);width:44px;height:44px;font-family:var(--font-ui);color:var(--charcoal);letter-spacing:.5px;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:900;display:flex}.header-logo-text{flex-direction:column;display:flex}.header-logo-name{font-family:var(--font-display);color:var(--charcoal);font-size:1.35rem;line-height:1.1}.header-logo-tagline{font-family:var(--font-ui);color:var(--text-muted);letter-spacing:.2px;font-size:.65rem;font-weight:600}.main-nav{align-items:center;gap:.2rem;display:flex}.nav-link{font-family:var(--font-body);color:var(--text-body);border-radius:var(--radius-xs);white-space:nowrap;padding:.5rem .85rem;font-size:.88rem;font-weight:600;transition:color .2s;position:relative}.nav-link:hover{color:var(--amber-dark)}.nav-link.active{color:var(--amber-dark);font-weight:700}.nav-link.active:after{content:"";background:var(--amber);border-radius:2px;height:3px;position:absolute;bottom:-2px;left:.85rem;right:.85rem}.header-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.mobile-toggle{border:1.5px solid var(--border);border-radius:var(--radius-xs);color:var(--charcoal);cursor:pointer;background:0 0;padding:.4rem;display:none}.mobile-menu{background:var(--white);border-top:1px solid var(--border);flex-direction:column;gap:.25rem;padding:1.25rem 2rem;display:flex}.btn{border-radius:var(--radius-xs);font-family:var(--font-body);white-space:nowrap;cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.btn-amber{background:var(--amber);color:var(--charcoal);border-color:var(--amber)}.btn-amber:hover{background:var(--amber-dark);border-color:var(--amber-dark);box-shadow:var(--shadow-amber);transform:translateY(-1px)}.btn-outline{color:var(--charcoal);border-color:var(--charcoal);background:0 0}.btn-outline:hover{background:var(--charcoal);color:var(--white)}.btn-outline-white{color:var(--white);background:0 0;border-color:#fff9}.btn-outline-white:hover{border-color:var(--white);background:#ffffff26}.btn-outline-dark-on-amber{color:var(--charcoal);border-color:var(--charcoal);background:0 0}.btn-outline-dark-on-amber:hover{background:var(--charcoal);color:var(--white)}.btn-dark{background:var(--charcoal);color:var(--white);border-color:var(--charcoal)}.btn-dark:hover{background:var(--charcoal-soft);border-color:var(--charcoal-soft);transform:translateY(-1px)}.btn-sm{padding:.45rem 1.1rem;font-size:.82rem}.btn-donate{background:var(--amber);color:var(--charcoal);border-color:var(--amber);border-radius:var(--radius-xs);padding:.6rem 1.4rem;font-weight:700}.btn-donate:hover{background:var(--amber-dark);border-color:var(--amber-dark);box-shadow:var(--shadow-amber)}.hero-section{background:var(--cream-light);position:relative;overflow:hidden}.hero-split{grid-template-columns:1fr 1fr;align-items:center;min-height:580px;display:grid}.hero-text-side{padding:4.5rem 2rem 4.5rem 0}.hero-title{font-family:var(--font-display);color:var(--charcoal);margin-bottom:1.25rem;font-size:clamp(2.5rem,4.5vw,3.6rem);font-weight:400;line-height:1.12}.hero-title .highlight{color:var(--amber-dark)}.hero-subtitle{color:var(--text-muted);max-width:500px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.hero-badges{align-items:center;gap:1.75rem;display:flex}.hero-badge{font-family:var(--font-ui);color:var(--text-body);align-items:center;gap:.45rem;font-size:.82rem;font-weight:600;display:flex}.hero-image-side{border-radius:0 0 0 40px;height:100%;min-height:480px;position:relative;overflow:hidden}.hero-bg-image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.hero-scan-card{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-md);color:var(--charcoal);box-shadow:var(--shadow-lg);border:1px solid var(--border);background:#fffffff2;align-items:center;gap:1rem;padding:1.1rem 1.4rem;display:flex;position:absolute;bottom:2.5rem;right:2.5rem}.hero-scan-icon{border-radius:var(--radius-sm);background:var(--cream-dark);width:54px;height:54px;color:var(--charcoal);justify-content:center;align-items:center;display:flex}.hero-scan-label{font-family:var(--font-ui);font-size:.92rem;font-weight:800}.hero-scan-sub{color:var(--text-muted);margin-top:.15rem;font-size:.75rem}.section{padding:5rem 0}.section-cream{background:var(--cream);padding:5rem 0}.section-white{background:var(--white);padding:5rem 0}.section-dark{background:var(--charcoal);color:var(--white);padding:5rem 0}.section-overline{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:1.5px;color:var(--amber-dark);margin-bottom:.65rem;font-size:.75rem;font-weight:800}.section-title{font-family:var(--font-display);color:var(--charcoal);margin-bottom:.85rem;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:400}.section-subtitle{color:var(--text-muted);max-width:560px;font-size:1.02rem;line-height:1.65}.breadcrumb{font-family:var(--font-ui);color:#ffffffb3;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.82rem;display:flex}.breadcrumb a{color:#fffc;transition:color .2s}.breadcrumb a:hover{color:var(--amber)}.breadcrumb .separator{color:#fff6}.breadcrumb .current{color:var(--amber);font-weight:700}.page-banner{background:var(--charcoal);color:var(--white);padding:4.5rem 0 4rem;position:relative;overflow:hidden}.page-banner-bg{object-fit:cover;object-position:center;opacity:.28;width:100%;height:100%;position:absolute;inset:0}.page-banner-overlay{background:linear-gradient(135deg,#0e261ceb 0%,#0e261ccc 100%);position:absolute;inset:0}.page-banner-content{z-index:2;position:relative}.page-banner-title{font-family:var(--font-display);color:var(--white);margin-bottom:.75rem;font-size:clamp(2.3rem,4.5vw,3.25rem);font-weight:400}.page-banner-desc{color:#fffc;max-width:600px;font-size:1.02rem;line-height:1.65}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);transition:box-shadow .25s,transform .25s;overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.card-img{object-fit:cover;width:100%;height:210px;display:block}.card-img-placeholder{background:var(--cream-dark);width:100%;height:210px;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.card-body{padding:1.5rem}.card-tag{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.8px;border-radius:var(--radius-full);background:var(--amber-light);color:var(--amber-dark);border:1px solid #e8a3204d;align-items:center;margin-bottom:.75rem;padding:.25rem .7rem;font-size:.72rem;font-weight:700;display:inline-flex}.card-title{font-family:var(--font-display);color:var(--charcoal);margin-bottom:.5rem;font-size:1.2rem;font-weight:400;line-height:1.3}.card-text{color:var(--text-muted);margin-bottom:1.15rem;font-size:.88rem;line-height:1.6}.card-meta{font-family:var(--font-ui);color:var(--text-muted);align-items:center;gap:.75rem;margin-bottom:.85rem;font-size:.78rem;display:flex}.card-link{font-family:var(--font-body);color:var(--charcoal);align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;transition:color .2s,gap .2s;display:inline-flex}.card-link:hover{color:var(--amber-dark);gap:.65rem}.event-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;transition:box-shadow .25s,transform .25s;display:flex}.event-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.event-date-badge{background:var(--amber);border:1.5px solid var(--amber-dark);border-radius:var(--radius-sm);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:72px;display:flex;box-shadow:0 3px 10px #0000001f}.event-date-day{font-family:var(--font-display);color:var(--charcoal);font-size:1.85rem;font-weight:700;line-height:1}.event-date-month{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.8px;color:var(--charcoal);margin-top:2px;font-size:.72rem;font-weight:900}.event-card-body{flex:1;min-width:0}.event-card-title{font-family:var(--font-display);color:var(--charcoal);margin-bottom:.35rem;font-size:1.15rem;font-weight:400}.event-card-meta{color:var(--text-muted);flex-wrap:wrap;gap:1rem;margin-bottom:.5rem;font-size:.82rem;display:flex}.team-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;padding:1.75rem 1.25rem;transition:box-shadow .25s,transform .25s}.team-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.team-avatar{object-fit:cover;border:3px solid var(--amber);border-radius:50%;width:84px;height:84px;margin:0 auto 1rem;display:block}.team-avatar-placeholder{background:var(--charcoal);border:3px solid var(--amber);width:84px;height:84px;font-family:var(--font-display);color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.8rem;display:flex}.team-card-name{font-family:var(--font-display);color:var(--charcoal);margin-bottom:.2rem;font-size:1.1rem;font-weight:400}.team-card-role{font-family:var(--font-ui);text-transform:uppercase;color:var(--amber-dark);margin-bottom:.35rem;font-size:.78rem;font-weight:700}.team-card-location{color:var(--text-muted);font-size:.82rem}.cta-strip-amber{background:var(--amber);color:var(--charcoal);padding:2.75rem 0}.cta-strip-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2.5rem;display:flex}.cta-strip-title{font-family:var(--font-display);color:var(--charcoal);margin-bottom:.35rem;font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:400}.cta-strip-desc{color:#0e261ccc;max-width:540px;font-size:.95rem;line-height:1.6}.search-box{width:100%;position:relative}.search-icon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.search-input{border:1.5px solid var(--border);border-radius:var(--radius-xs);background:var(--white);width:100%;font-family:var(--font-body);color:var(--charcoal);outline:none;padding:.75rem 1.25rem .75rem 2.8rem;font-size:.88rem;transition:border-color .2s,box-shadow .2s}.search-input::placeholder{color:var(--text-muted)}.search-input:focus{border-color:var(--amber);box-shadow:0 0 0 3px #e8a32026}.modal-overlay{z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0abf;justify-content:center;align-items:center;padding:1.5rem;animation:.2s both fadeIn;display:flex;position:fixed;inset:0}.modal-dialog{background:var(--white);border-radius:var(--radius-md);width:100%;max-width:660px;max-height:90vh;box-shadow:var(--shadow-lg);animation:.25s cubic-bezier(.34,1.56,.64,1) both scaleUp;overflow-y:auto}.modal-header{border-bottom:1px solid var(--border);background:var(--cream);justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;display:flex}.modal-body{padding:1.75rem}.close-btn{background:var(--cream-dark);border-radius:var(--radius-full);cursor:pointer;width:36px;height:36px;color:var(--text-muted);border:none;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.close-btn:hover{background:var(--border-dark);color:var(--charcoal)}.form-group{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.form-label{font-family:var(--font-ui);color:var(--charcoal);text-transform:uppercase;letter-spacing:.5px;font-size:.78rem;font-weight:700}.input-control{border:1.5px solid var(--border);border-radius:var(--radius-xs);background:var(--white);font-family:var(--font-body);color:var(--charcoal);outline:none;width:100%;padding:.75rem 1rem;font-size:.88rem;transition:border-color .2s,box-shadow .2s}.input-control:focus{border-color:var(--amber);box-shadow:0 0 0 3px #e8a32026}.volunteer-form-strip{background:var(--cream);padding:4rem 0}.volunteer-form-row{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.volunteer-form-row .form-group{flex:1;min-width:160px;margin-bottom:0}.volunteer-form-row .btn{flex-shrink:0;height:48px}.stats-strip{background:var(--charcoal);padding:3rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.stat-item{text-align:left;justify-content:center;align-items:center;gap:1rem;display:flex}.stat-icon{width:52px;height:52px;color:var(--amber);border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.stat-num{font-family:var(--font-display);color:var(--white);margin-bottom:.2rem;font-size:2.2rem;line-height:1}.stat-label{font-family:var(--font-ui);color:#ffffffb3;letter-spacing:.3px;font-size:.75rem;font-weight:600}.site-footer{background:var(--green-deep);color:#fffc;padding:4.5rem 0 0}.footer-grid{grid-template-columns:2fr 1fr 1.2fr 1.3fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-brand-name{font-family:var(--font-display);color:var(--white);margin-bottom:.75rem;font-size:1.35rem}.footer-brand-desc{color:#ffffffa6;max-width:320px;margin-bottom:1.5rem;font-size:.88rem;line-height:1.7}.footer-social{gap:.65rem;display:flex}.footer-social a{color:#fffc;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.footer-social a:hover{background:var(--amber);border-color:var(--amber);color:var(--charcoal)}.footer-col-title{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:1.5px;color:var(--white);margin-bottom:1.25rem;font-size:.75rem;font-weight:800}.footer-links{flex-direction:column;gap:.65rem;list-style:none;display:flex}.footer-links a{color:#ffffffa6;font-size:.88rem;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-contact-item{color:#ffffffa6;align-items:flex-start;gap:.75rem;margin-bottom:.85rem;font-size:.88rem;display:flex}.footer-contact-icon{width:30px;height:30px;color:var(--amber);background:#e8a32026;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;display:flex}.footer-bottom{font-family:var(--font-ui);color:#ffffff80;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;font-size:.8rem;display:flex}.footer-bottom-links{align-items:center;gap:.5rem;display:flex}.footer-bottom-links a{color:#fff9;transition:color .2s}.footer-bottom-links a:hover{color:var(--white)}.footer-bottom-links .sep{color:#ffffff40}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.hero-split{grid-template-columns:1fr}.hero-image-side{border-radius:0;min-height:320px}}@media (width<=768px){.container{padding:0 1.25rem}.main-nav{display:none!important}.header-actions .btn-outline{display:none}.mobile-toggle{display:flex!important}.hero-split{grid-template-columns:1fr}.hero-title{font-size:clamp(2rem,7vw,2.8rem)}.hero-image-side{border-radius:0;min-height:280px}.hero-scan-card{display:none}.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr;gap:2rem}.section,.section-cream,.section-white,.section-dark{padding:3.5rem 0}.cta-strip-inner{flex-direction:column;align-items:flex-start}.volunteer-form-row{flex-direction:column}.volunteer-form-row .form-group{min-width:100%}}
