:root{--surface: #0e141e;--surface-lowest: #080e18;--surface-low: #161c26;--surface-card: #1a202a;--surface-high: #242a35;--border: #2d3748;--outline: #4d4732;--text: #dde2f1;--muted: #d0c6ab;--muted-cool: #a0aec0;--yellow: #ffd700;--yellow-dim: #e9c400;--blue: #0056b6;--blue-soft: #acc7ff;--danger: #93000a;--danger-text: #ffdad6;--radius: 8px;--container: 1280px;color-scheme:dark;font-family:Hanken Grotesk,Arial,sans-serif}*{box-sizing:border-box}html{background:var(--surface);scroll-behavior:smooth}body{margin:0;overflow-x:hidden;color:var(--text);background:var(--surface);font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}img{display:block;width:100%}button,input{font:inherit}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24}.container,.section{width:min(var(--container),calc(100% - 96px));margin-inline:auto}.section{padding:88px 0}[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .62s ease,transform .62s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.site-header{position:fixed;inset:0 0 auto;z-index:50;display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center;height:80px;padding:0 max(24px,calc((100vw - var(--container)) / 2));background:#0e141eeb;border-bottom:1px solid var(--border);backdrop-filter:blur(16px)}.brand img,.footer-logo img{width:176px;height:auto}.desktop-nav{display:flex;justify-content:center;gap:32px}.desktop-nav a,.lang-switch{color:var(--muted);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:0;transition:color .18s ease}.desktop-nav a:hover,.lang-switch:hover{color:var(--text)}.desktop-nav a:first-child{color:var(--yellow);border-bottom:2px solid var(--yellow)}.header-actions{display:flex;align-items:center;gap:24px}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:8px;padding:0 32px;color:#3a3000;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:0;background:var(--yellow);border:1px solid var(--yellow);border-radius:var(--radius);cursor:pointer;transition:transform .18s ease,filter .18s ease,background .18s ease}.button:hover{filter:brightness(1.08);transform:translateY(-1px)}.button-small{min-height:44px;padding-inline:28px}.button-secondary{color:var(--text);background:transparent;border-color:var(--text)}.button-secondary:hover{background:#ffffff14}.button-dark{color:var(--text);background:var(--surface-lowest);border-color:var(--surface-lowest)}.menu-toggle,.mobile-nav{display:none}main{padding-top:80px}.hero{position:relative;display:flex;min-height:860px;align-items:center;overflow:hidden}.hero-image,.hero-overlay{position:absolute;inset:0;height:100%}.hero-image{object-fit:cover;object-position:center}.hero-overlay{background:linear-gradient(to top,var(--surface) 4%,rgba(14,20,30,0) 60%),linear-gradient(to right,var(--surface) 24%,rgba(14,20,30,.76) 46%,rgba(14,20,30,.15) 78%)}.hero-content{position:relative;z-index:1}.hero-content h1,.page-hero h1{max-width:760px;margin:0 0 24px;color:#fff;font-size:clamp(48px,7vw,104px);font-weight:900;line-height:.98;letter-spacing:0;text-transform:uppercase}.hero-content h1 span{display:block}.hero-content p,.page-hero p,.lead{max-width:620px;color:var(--muted);font-size:18px;line-height:1.65}.action-row{display:flex;flex-wrap:wrap;gap:16px;margin-top:40px}.stats-band{background:var(--surface-lowest);border-block:1px solid var(--border)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:64px 0;text-align:center}.stat-item strong{display:block;color:var(--yellow);font-size:clamp(26px,3vw,40px);font-weight:900;line-height:1.15}.stat-item span,.section-kicker,.card-meta,.filter-bar button{color:var(--muted);font-size:13px;font-weight:900;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h2{margin-bottom:16px;color:#fff;font-size:clamp(32px,4vw,52px);font-weight:900;line-height:1.08;letter-spacing:0;text-transform:uppercase}h3{color:#fff;font-size:24px;line-height:1.18}.section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:48px}.section-head p{color:var(--muted);margin-bottom:0}.split-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:center}.section-kicker{color:var(--yellow);margin-bottom:14px}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--yellow);font-weight:900;text-transform:uppercase}.text-link .material-symbols-outlined{transition:transform .18s ease}.text-link:hover .material-symbols-outlined{transform:translate(3px)}.photo-stack{display:grid;grid-template-columns:1fr .78fr;gap:24px;align-items:end}.photo-stack img{height:420px;object-fit:cover;border:1px solid var(--border);border-radius:var(--radius)}.photo-stack img:last-child{height:300px}.needs-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}.need-card,.direction-card,.report-card,.instagram-card,.testimonial-card,.donation-panel,.qr-card{background:var(--surface-low);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.need-card{display:grid;min-height:440px}.need-card-large{grid-template-columns:1fr 1fr}.need-card>img{height:100%;object-fit:cover}.need-card>div{display:flex;flex-direction:column;justify-content:space-between;padding:32px}.need-card p,.direction-card p,.report-card p,.instagram-card p,.testimonial-card p,.site-footer p{color:var(--muted)}.tag{align-self:start;width:max-content;margin-bottom:18px;padding:4px 10px;font-size:12px;font-weight:900;text-transform:uppercase;border-radius:4px}.tag-alert{color:var(--danger-text);background:var(--danger)}.tag-blue{color:var(--blue-soft);background:var(--blue)}.progress-meta{display:flex;justify-content:space-between;gap:12px;margin:24px 0 10px;color:var(--text);font-size:13px;font-weight:800}.progress{height:8px;margin-bottom:24px;overflow:hidden;background:var(--surface);border-radius:999px}.progress span{display:block;width:var(--progress);height:100%;background:var(--yellow);animation:fillProgress .9s ease both}.directions-section{padding:88px 0;background:var(--surface-low)}.directions-section h2{text-align:center;margin-bottom:56px}.directions-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.direction-card{position:relative;min-height:290px;padding:24px;text-align:center;transition:border-color .18s ease,background .18s ease}.direction-card:hover{border-color:var(--yellow);background:var(--surface-card)}.direction-card>img{height:92px;object-fit:cover;margin:-24px -24px 22px;width:calc(100% + 48px)}.icon-circle{display:grid;width:56px;height:56px;margin:0 auto 18px;place-items:center;color:var(--yellow);background:#ffd7001f;border-radius:50%}.direction-card h3{font-size:16px;text-transform:uppercase}.report-grid,.instagram-grid,.testimonial-grid{display:grid;gap:24px}.report-grid{grid-template-columns:repeat(3,1fr)}.report-card img,.instagram-card img,.testimonial-card img{height:260px;object-fit:cover;transition:transform .32s ease}.report-card:hover img,.instagram-card:hover img{transform:scale(1.04)}.report-card>div,.instagram-card>div,.testimonial-card>div{padding:24px}.report-card time,.instagram-card time{display:block;color:var(--yellow);font-size:12px;font-weight:900;text-transform:uppercase}.report-card h3,.instagram-card h2{margin:10px 0 12px;font-size:24px}.report-card a,.instagram-card a{display:inline-flex;align-items:center;gap:6px;color:var(--yellow);font-weight:900;text-transform:uppercase}.subscribe-band{background:var(--yellow);color:#221b00}.subscribe-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:64px 0}.subscribe-band h2{color:#221b00}.subscribe-band p{margin-bottom:0}.subscribe-band form{display:grid;grid-template-columns:1fr auto;gap:12px}input{min-height:48px;padding:0 18px;color:var(--text);background:#fff;border:1px solid #ffffff;border-radius:var(--radius)}.site-footer{padding:72px 0 32px;background:var(--surface-lowest);border-top:1px solid var(--border)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:48px}.footer-logo{display:inline-block;margin-bottom:22px}.site-footer h3{margin-bottom:18px;font-size:14px;text-transform:uppercase}.site-footer a:not(.button):not(.footer-logo){display:block;color:var(--muted);margin:9px 0}.social-row{display:flex;gap:10px}.social-row a{display:grid!important;width:34px;height:34px;place-items:center;color:var(--text)!important;font-size:12px;font-weight:900;border:1px solid var(--border);border-radius:50%}.footer-bottom{width:min(var(--container),calc(100% - 96px));margin:48px auto 0;padding-top:28px;color:var(--muted);text-align:center;border-top:1px solid var(--border);font-size:13px}.page-hero{padding:136px 0 88px;background:linear-gradient(to right,var(--surface) 20%,rgba(14,20,30,.74)),url(/assets/photos/hero-real.jpg) center / cover;border-bottom:1px solid var(--border)}.page-hero-alt{background:linear-gradient(to right,var(--surface) 20%,rgba(14,20,30,.84)),url(/assets/photos/volunteers.jpg) center / cover}.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px}.filter-bar button{min-height:40px;padding:0 16px;color:var(--muted);background:var(--surface-low);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer}.filter-bar .is-active{color:#3a3000;background:var(--yellow);border-color:var(--yellow)}.instagram-grid{grid-template-columns:repeat(3,1fr)}.card-meta{display:flex;justify-content:space-between;gap:12px}.card-meta span{color:var(--blue-soft)}.testimonial-grid{grid-template-columns:repeat(4,1fr)}.testimonial-card blockquote{margin:18px 0 0;color:var(--text);font-size:18px;line-height:1.5}.muted{color:var(--muted)}.center-action{display:flex;justify-content:center;margin-top:32px}.donate-layout{display:grid;grid-template-columns:1fr 360px;gap:24px}.donation-panel,.qr-card{padding:28px}.detail-list{display:grid;gap:12px}.detail-row{display:grid;grid-template-columns:150px 1fr auto;gap:16px;align-items:center;padding:16px;background:var(--surface-lowest);border:1px solid var(--border);border-radius:var(--radius)}code{color:var(--text);word-break:break-word}.detail-row button{min-height:36px;padding:0 12px;color:var(--yellow);background:transparent;border:1px solid var(--yellow);border-radius:4px;cursor:pointer}.qr-card{display:grid;align-content:start;justify-items:center;text-align:center}.qr{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;width:214px;height:214px;padding:14px;background:#fff;border-radius:var(--radius)}.qr span{background:#dce3eb}.qr .dark{background:var(--surface)}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;width:min(var(--container),calc(100% - 96px));margin:0 auto 88px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius)}.trust-strip div{display:flex;gap:14px;align-items:center;padding:24px;background:var(--surface-low)}.trust-strip .material-symbols-outlined{color:var(--yellow)}[hidden]{display:none!important}@keyframes fillProgress{0%{width:0}}@media(max-width:1100px){.site-header{padding-inline:24px}.desktop-nav{display:none}.site-header{grid-template-columns:auto 1fr}.header-actions{justify-content:end}.menu-toggle{display:grid;gap:5px;width:44px;height:44px;place-content:center;background:transparent;border:1px solid var(--border);border-radius:var(--radius)}.menu-toggle span{display:block;width:20px;height:2px;background:var(--text)}.mobile-nav{position:absolute;top:100%;right:24px;left:24px;display:none;padding:20px;background:var(--surface-low);border:1px solid var(--border);border-radius:var(--radius)}.mobile-nav.is-open{display:grid;gap:16px}.directions-grid,.report-grid,.instagram-grid,.testimonial-grid{grid-template-columns:repeat(2,1fr)}.split-section,.footer-grid,.donate-layout{grid-template-columns:1fr 1fr}}@media(max-width:760px){.container,.section,.footer-bottom,.trust-strip{width:min(calc(100% - 32px),var(--container))}.site-header{display:flex;justify-content:space-between;width:100vw;max-width:100vw;height:72px;padding-inline:16px}.header-actions{position:fixed;top:14px;right:16px;z-index:60}main{padding-top:72px}.brand img{width:146px}.header-actions .button,.header-actions .lang-switch{display:none}.hero{min-height:760px}.hero-overlay{background:linear-gradient(to top,var(--surface) 4%,rgba(14,20,30,0) 54%),linear-gradient(to right,#0e141ef2,#0e141e94)}.hero-content h1,.page-hero h1{max-width:100%;font-size:42px;line-height:1.08;overflow-wrap:anywhere}.hero-content.container{width:calc(100vw - 32px);margin-inline:16px}.hero-content p,.hero-content .action-row,.hero-content .button{max-width:calc(100vw - 32px)}.hero-content p,.page-hero p,.lead{font-size:17px}.action-row,.subscribe-band form{grid-template-columns:1fr;display:grid}.button{width:100%}.stats-grid,.split-section,.needs-grid,.directions-grid,.report-grid,.instagram-grid,.testimonial-grid,.subscribe-inner,.footer-grid,.donate-layout,.trust-strip,.need-card-large{grid-template-columns:1fr}.stats-grid{padding:44px 0;text-align:left}.section,.directions-section{padding:64px 0}.section-head{display:block}.hide-mobile{display:none}.photo-stack{grid-template-columns:1fr}.photo-stack img,.photo-stack img:last-child{height:260px}.need-card{min-height:0}.need-card>img{height:240px}.subscribe-inner{padding:48px 0}.detail-row{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}[data-reveal]{opacity:1;transform:none}}
