*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#08298c;--navy-deep:#0d0d0d;--navy-light:#0433bf;--gold:#a6a6a6;--gold-light:silver;--gold-dark:gray;--blue-bright:#0439d9;--cream:#f8f6f1;--white:#fff;--gray-100:#f5f5f5;--gray-200:#e8e8e8;--gray-400:#9ca3af;--gray-600:#6b7280;--gray-800:#374151;--text-dark:#1a1a1a;--text-body:#4a4a4a;--shadow-sm:0 1px 3px #0439d914;--shadow-md:0 4px 20px #0439d91f;--shadow-lg:0 12px 40px #0439d92e;--shadow-gold:0 4px 20px #0439d940}html{scroll-behavior:smooth}body{color:var(--text-body);-webkit-font-smoothing:antialiased;font-family:"Source Sans 3",Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}.nav{z-index:1000;padding:0 clamp(1.5rem,4vw,3rem);transition:all .4s cubic-bezier(.22,1,.36,1);position:fixed;top:0;left:0;right:0}.nav.transparent{background:0 0}.nav.solid{-webkit-backdrop-filter:blur(12px);background:#0f1a2ef7;box-shadow:0 2px 20px #0000004d}.nav-inner{justify-content:space-between;align-items:center;max-width:1340px;height:80px;margin:0 auto;display:flex}.nav-brand{flex-shrink:0;align-items:center;gap:14px;text-decoration:none;display:flex}.nav-shield{width:46px;height:52px;position:relative}.nav-shield svg,.nav-shield img{object-fit:contain;width:100%;height:100%}.nav-brand-text{flex-direction:column;line-height:1.15;display:flex}.nav-brand-name{color:var(--white);letter-spacing:.02em;font-family:Oswald,sans-serif;font-size:1.15rem;font-weight:700}.nav-brand-sub{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;font-family:Bebas Neue,sans-serif;font-size:.72rem}.nav-links{align-items:center;gap:2px;list-style:none;display:flex}.nav-item{position:relative}.nav-link{color:#ffffffd9;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:10px 16px;font-family:inherit;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .25s;display:flex}.nav-link:hover{color:var(--gold)}.nav-link .chevron{width:10px;height:10px;transition:transform .25s}.nav-item:hover .chevron{transform:rotate(180deg)}.nav-dropdown{background:var(--white);min-width:220px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;border-radius:8px;transition:all .3s cubic-bezier(.22,1,.36,1);position:absolute;top:calc(100% + 8px);left:50%;overflow:hidden;transform:translate(-50%)translateY(8px)}.nav-dropdown:before{content:"";background:var(--white);width:12px;height:12px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.nav-item:hover .nav-dropdown{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.nav-dropdown a{color:var(--text-dark);padding:12px 22px;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .2s;display:block;position:relative}.nav-dropdown a:hover{background:var(--cream);color:var(--navy);padding-left:28px}.nav-dropdown a+a{border-top:1px solid var(--gray-200)}.nav-donate{background:var(--gold);letter-spacing:.1em;text-transform:uppercase;border-radius:4px;align-items:center;gap:8px;margin-left:12px;padding:10px 26px;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;color:var(--navy-deep)!important}.nav-donate:hover{background:var(--gold-light);box-shadow:var(--shadow-gold);transform:translateY(-1px)}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.nav-toggle span{background:var(--white);border-radius:2px;width:26px;height:2px;transition:all .3s;display:block}.nav-toggle.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero{background:var(--navy-deep);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{background:radial-gradient(120% 80% at 50% 20%,#2a3f6ab3 0%,#0000 70%),radial-gradient(80% 60% at 80% 80%,#0439d914 0%,#0000 50%),linear-gradient(175deg,#0f1a2e 0%,#1b2a4a 40%,#0f1a2e 100%);position:absolute;inset:0}.hero-pattern{opacity:.03;background-image:repeating-linear-gradient(0deg,#0000,#0000 50px,#ffffff80 50px 51px),repeating-linear-gradient(90deg,#0000,#0000 50px,#ffffff80 50px 51px);position:absolute;inset:0}.hero-glow{background:radial-gradient(circle,#0439d914 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:8s ease-in-out infinite alternate heroGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes heroGlow{0%{opacity:.5;transform:translate(-50%,-50%)scale(1)}to{opacity:1;transform:translate(-50%,-50%)scale(1.3)}}.hero-content{z-index:2;text-align:center;max-width:900px;padding:0 2rem;position:relative}.hero-badge{background:#0439d91f;border:1px solid #0439d940;border-radius:100px;align-items:center;gap:10px;margin-bottom:2rem;padding:8px 22px;animation:.8s .2s both fadeInDown;display:inline-flex}.hero-badge span{letter-spacing:.2em;color:var(--gold);text-transform:uppercase;font-family:Bebas Neue,sans-serif;font-size:.82rem}.hero-badge-dot{background:var(--gold);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-shield{filter:drop-shadow(0 4px 30px #0439d94d);width:120px;height:136px;margin:0 auto 2rem;animation:.8s .3s both fadeInDown}.hero-shield svg,.hero-shield img{object-fit:contain;width:100%;height:100%}.hero h1{color:var(--white);margin-bottom:.5rem;font-family:Oswald,sans-serif;font-size:clamp(2.8rem,6vw,4.5rem);font-weight:800;line-height:1.08;animation:.8s .4s both fadeInDown}.hero h1 .gold{color:var(--gold)}.hero-tagline{letter-spacing:.22em;color:var(--gold-light);text-transform:uppercase;margin-bottom:1.5rem;font-family:Bebas Neue,sans-serif;font-size:clamp(1rem,2vw,1.3rem);animation:.8s .5s both fadeInDown}.hero-desc{color:#ffffffa6;max-width:600px;margin:0 auto 2.5rem;font-size:1.12rem;font-weight:300;line-height:1.7;animation:.8s .6s both fadeInDown}.hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;animation:.8s .7s both fadeInDown;display:flex}.btn{letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:none;border-radius:4px;align-items:center;gap:10px;padding:15px 36px;font-family:"Source Sans 3",sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .35s cubic-bezier(.22,1,.36,1);display:inline-flex}.btn-primary{background:var(--gold);color:var(--navy-deep)}.btn-primary:hover{background:var(--gold-light);box-shadow:var(--shadow-gold);transform:translateY(-2px)}.btn-outline{color:var(--white);background:0 0;border:1.5px solid #ffffff4d}.btn-outline:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.hero-scroll{color:#ffffff59;letter-spacing:.2em;text-transform:uppercase;flex-direction:column;align-items:center;gap:8px;font-size:.7rem;text-decoration:none;animation:.8s 1s both fadeInDown;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero-scroll-line{background:linear-gradient(#0439d999,#0000);width:1px;height:40px;animation:2s infinite scrollLine}@keyframes scrollLine{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.section{padding:clamp(4rem,8vw,7rem) clamp(1.5rem,4vw,3rem)}.section-inner{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-label{letter-spacing:.22em;color:var(--gold);text-transform:uppercase;align-items:center;gap:12px;margin-bottom:1rem;font-family:Bebas Neue,sans-serif;font-size:.82rem;display:inline-flex}.section-label:before,.section-label:after{content:"";background:var(--gold);opacity:.4;width:30px;height:1px}.section-title{color:var(--navy);margin-bottom:1rem;font-family:Oswald,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15}.section-subtitle{color:var(--gray-600);max-width:600px;margin:0 auto;font-size:1.08rem;font-weight:300;line-height:1.65}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.welcome{background:var(--white)}.welcome-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.welcome-visual{position:relative}.welcome-img-frame{aspect-ratio:4/3.5;background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);box-shadow:var(--shadow-lg);border-radius:8px;position:relative;overflow:hidden}.welcome-img-pattern{opacity:.06;background-image:repeating-linear-gradient(45deg,#0000,#0000 20px,#ffffff4d 20px 21px);position:absolute;inset:0}.welcome-img-content{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex;position:absolute;inset:0}.welcome-img-shield{filter:drop-shadow(0 4px 20px #0439d966);width:100px;height:114px}.welcome-img-shield svg{width:100%;height:100%}.welcome-img-text{letter-spacing:.25em;color:var(--gold);text-transform:uppercase;font-family:Bebas Neue,sans-serif;font-size:1.1rem}.welcome-accent{border:2px solid var(--gold);opacity:.3;border-radius:4px;width:80px;height:80px;position:absolute;top:-20px;right:-20px}.welcome-text h2{color:var(--navy);margin-bottom:1.5rem;font-family:Oswald,sans-serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;line-height:1.2}.welcome-text h2 .gold{color:var(--gold-dark)}.welcome-divider{background:var(--gold);border-radius:2px;width:60px;height:3px;margin-bottom:1.5rem}.welcome-text p{color:var(--text-body);margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.welcome-text p:last-of-type{margin-bottom:2rem}.welcome-stat-row{gap:3rem;margin-top:2rem;display:flex}.welcome-stat{text-align:center}.welcome-stat-num{color:var(--navy);font-family:Oswald,sans-serif;font-size:2.2rem;font-weight:800;line-height:1}.welcome-stat-label{color:var(--gray-600);text-transform:uppercase;letter-spacing:.1em;margin-top:4px;font-size:.78rem}.support{background:var(--cream);position:relative}.support:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);opacity:.3;height:1px;position:absolute;top:0;left:0;right:0}.support-cards{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.support-card{background:var(--white);text-align:center;box-shadow:var(--shadow-sm);border-radius:8px;padding:3rem 2.2rem;transition:all .4s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.support-card:before{content:"";background:var(--gold);height:3px;transition:transform .4s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.support-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.support-card:hover:before{transform:scaleX(1)}.support-icon{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.support-icon svg{width:28px;height:28px;stroke:var(--gold);fill:none;stroke-width:1.8px}.support-card h3{color:var(--navy);margin-bottom:1rem;font-family:Oswald,sans-serif;font-size:1.35rem;font-weight:700}.support-card p{color:var(--gray-600);font-size:.95rem;line-height:1.7}.whoweare{background:var(--white)}.whoweare-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem;max-width:960px;margin:0 auto;display:grid}.whoweare-card{background:var(--navy);aspect-ratio:3/3.5;cursor:pointer;group:true;border-radius:8px;position:relative;overflow:hidden}.whoweare-card-bg{background:linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);transition:all .5s;position:absolute;inset:0}.whoweare-card:hover .whoweare-card-bg{background:linear-gradient(160deg, var(--navy-light) 0%, var(--navy) 100%)}.whoweare-card-pattern{opacity:.04;background-image:repeating-linear-gradient(60deg,#0000,#0000 30px,#ffffff4d 30px 31px);transition:opacity .4s;position:absolute;inset:0}.whoweare-card:hover .whoweare-card-pattern{opacity:.08}.whoweare-card-inner{z-index:2;flex-direction:column;justify-content:flex-end;height:100%;padding:2.2rem 1.8rem;display:flex;position:relative}.whoweare-card-icon{background:#0439d91f;border:1px solid #0439d926;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:auto;transition:all .4s;display:flex}.whoweare-card:hover .whoweare-card-icon{background:#0439d933;border-color:#0439d94d}.whoweare-card-icon svg{width:22px;height:22px;stroke:var(--gold);fill:none;stroke-width:1.8px}.whoweare-card h3{color:var(--white);margin-bottom:.6rem;font-family:Oswald,sans-serif;font-size:1.3rem;font-weight:700}.whoweare-card p{color:#ffffff8c;font-size:.88rem;line-height:1.6;transition:color .4s}.whoweare-card:hover p{color:#ffffffbf}.whoweare-card-arrow{color:var(--gold);text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:6px;margin-top:1.2rem;font-size:.78rem;font-weight:600;transition:gap .3s;display:inline-flex}.whoweare-card:hover .whoweare-card-arrow{gap:12px}.whoweare-card-arrow svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:2px}.photo-highlights{background:var(--navy-deep);padding:clamp(3rem,6vw,5rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden}.photo-highlights:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);opacity:.3;height:1px;position:absolute;top:0;left:0;right:0}.photo-highlights .section-title{color:var(--white)}.photo-highlights .section-subtitle{color:#ffffff80}.photo-strip{grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1200px;margin:0 auto;display:grid}.photo-strip-item{aspect-ratio:4/3;cursor:pointer;border-radius:8px;position:relative;overflow:hidden}.photo-strip-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.22,1,.36,1)}.photo-strip-item:hover img{transform:scale(1.08)}.photo-strip-item:after{content:"";background:linear-gradient(#0000 50%,#0d0d0d99 100%);transition:opacity .3s;position:absolute;inset:0}.photo-strip-item:hover:after{opacity:.5}.photo-strip-caption{z-index:2;color:var(--white);opacity:0;padding:1rem;font-size:.82rem;font-weight:600;transition:all .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(8px)}.photo-strip-item:hover .photo-strip-caption{opacity:1;transform:translateY(0)}.photo-view-all{text-align:center;margin-top:2rem}.photo-view-all a{color:var(--gold);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:8px;font-size:.9rem;font-weight:600;text-decoration:none;transition:gap .3s;display:inline-flex}.photo-view-all a:hover{gap:14px}.photo-view-all svg{width:16px;height:16px}.community-involvement{background:var(--cream);padding:clamp(4rem,8vw,7rem) clamp(1.5rem,4vw,3rem)}.community-cards{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.community-card{background:var(--white);box-shadow:var(--shadow-sm);border-radius:8px;flex-direction:column;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden}.community-card:before{content:"";background:var(--gold);height:3px;transition:transform .4s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.community-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.community-card:hover:before{transform:scaleX(1)}.community-card-icon{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.community-card-icon svg{width:26px;height:26px;stroke:var(--gold);fill:none;stroke-width:1.8px}.community-card h3{color:var(--navy);margin-bottom:.75rem;font-family:Oswald,sans-serif;font-size:1.25rem;font-weight:700}.community-card p{color:var(--gray-600);font-size:.93rem;line-height:1.7}@media (width<=900px){.community-cards{grid-template-columns:1fr;max-width:460px;margin:0 auto}}@media (width<=768px){.photo-strip{grid-template-columns:repeat(2,1fr)}}.board{background:var(--cream);position:relative}.board:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);opacity:.3;height:1px;position:absolute;top:0;left:0;right:0}.board-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.board-card{background:var(--white);text-align:center;box-shadow:var(--shadow-sm);border-radius:8px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.board-card:after{content:"";background:var(--gold);height:3px;transition:transform .4s cubic-bezier(.22,1,.36,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.board-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.board-card:hover:after{transform:scaleX(1)}.board-avatar{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.2rem;display:flex;position:relative}.board-avatar:after{content:"";border:2px solid var(--gold);opacity:.3;border-radius:50%;position:absolute;inset:-3px}.board-avatar svg{width:32px;height:32px;stroke:var(--gold);fill:none;stroke-width:1.5px}.board-card h3{color:var(--navy);margin-bottom:.3rem;font-family:Oswald,sans-serif;font-size:1.2rem;font-weight:700}.board-role{letter-spacing:.18em;color:var(--gold-dark);text-transform:uppercase;font-family:Bebas Neue,sans-serif;font-size:.78rem}@media (width<=900px){.board-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.board-grid{grid-template-columns:1fr;max-width:340px;margin:0 auto}}.mailing{background:var(--navy-deep);position:relative;overflow:hidden}.mailing-bg{opacity:.04;background-image:repeating-linear-gradient(0deg,#0000,#0000 60px,#ffffff4d 60px 61px),repeating-linear-gradient(90deg,#0000,#0000 60px,#ffffff4d 60px 61px);position:absolute;inset:0}.mailing-glow{background:radial-gradient(circle,#0439d90f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;right:-100px;transform:translateY(-50%)}.mailing .section-inner{z-index:2;text-align:center;max-width:700px;position:relative}.mailing .section-title{color:var(--white)}.mailing .section-subtitle{color:#ffffff8c}.mailing-form{gap:0;max-width:520px;margin-top:2.5rem;margin-left:auto;margin-right:auto;display:flex}.mailing-input{color:var(--white);background:#ffffff14;border:1.5px solid #ffffff1f;border-right:none;border-radius:4px 0 0 4px;outline:none;flex:1;padding:16px 22px;font-family:"Source Sans 3",sans-serif;font-size:.95rem;transition:all .3s}.mailing-input::placeholder{color:#ffffff59}.mailing-input:focus{border-color:var(--gold);background:#ffffff1f}.mailing-btn{background:var(--gold);color:var(--navy-deep);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;border-radius:0 4px 4px 0;padding:16px 32px;font-family:"Source Sans 3",sans-serif;font-size:.85rem;font-weight:700;transition:all .3s}.mailing-btn:hover{background:var(--gold-light)}.mailing-privacy{color:#ffffff4d;margin-top:1rem;font-size:.78rem}.mailing-privacy a{color:#ffffff73;text-decoration:underline}.footer{background:var(--navy-deep);border-top:1px solid #ffffff0f;padding:clamp(3rem,6vw,5rem) clamp(1.5rem,4vw,3rem) 2rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand{align-items:center;gap:12px;margin-bottom:1rem;text-decoration:none;display:flex}.footer-shield{width:38px;height:43px}.footer-shield svg,.footer-shield img{object-fit:contain;width:100%;height:100%}.footer-brand-name{color:var(--white);font-family:Oswald,sans-serif;font-size:1rem;font-weight:700}.footer-desc{color:#fff6;margin-bottom:1.5rem;font-size:.88rem;line-height:1.7}.footer-social{gap:10px;display:flex}.footer-social a{background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.footer-social a:hover{background:var(--gold)}.footer-social a svg{fill:#ffffff80;width:16px;height:16px;transition:fill .3s}.footer-social a:hover svg{fill:var(--navy-deep)}.footer-col h4{letter-spacing:.2em;color:var(--gold);text-transform:uppercase;margin-bottom:1.2rem;font-family:Bebas Neue,sans-serif;font-size:.85rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{color:#ffffff73;font-size:.88rem;text-decoration:none;transition:all .25s}.footer-col a:hover{color:var(--white);padding-left:4px}.footer-bottom{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-copy{color:#ffffff4d;font-size:.8rem}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:#ffffff4d;font-size:.8rem;text-decoration:none;transition:color .25s}.footer-legal a:hover{color:#fff9}@media (width<=1024px){.whoweare-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=900px){.welcome-grid{grid-template-columns:1fr;gap:3rem}.welcome-visual{max-width:480px;margin:0 auto}.support-cards{grid-template-columns:1fr;max-width:460px;margin:0 auto}}@media (width<=768px){.nav-links{display:none}.nav-links.open{backdrop-filter:blur(20px);background:#0f1a2efa;flex-direction:column;align-items:flex-start;gap:0;padding:100px 2rem 2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.nav-links.open .nav-item{width:100%}.nav-links.open .nav-link{border-bottom:1px solid #ffffff0f;width:100%;padding:14px 0;font-size:1rem}.nav-links.open .nav-dropdown{box-shadow:none;opacity:1;visibility:visible;background:0 0;min-width:0;display:none;position:static;transform:none}.nav-links.open .nav-item.mobile-open .nav-dropdown{display:block}.nav-links.open .nav-dropdown:before{display:none}.nav-links.open .nav-dropdown a{color:#fff9;border-top:none;padding:10px 0 10px 1.5rem}.nav-links.open .nav-dropdown a:hover{color:var(--gold);background:0 0;padding-left:2rem}.nav-links.open .nav-donate{justify-content:center;width:100%;margin:1.5rem 0 0}.nav-toggle{display:flex}.whoweare-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.whoweare-card{aspect-ratio:auto}.mailing-form{flex-direction:column}.mailing-input{border-right:1.5px solid #ffffff1f;border-radius:4px}.mailing-input:focus{border-right-color:var(--gold)}.mailing-btn{border-radius:4px}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column}.footer-legal{justify-content:center}.hero h1{font-size:clamp(2.2rem,8vw,3rem)}}@media (width<=480px){.hero-shield{width:140px;height:159px}.welcome-stat-row{gap:2rem}}
