:root{--background:#f7fbff;--foreground:#0f3048;--muted:#5e7485;--primary:#0d6ba9;--primary-dark:#06466e;--primary-soft:#e6f5fb;--accent:#f58220;--accent-soft:#fff3e3;--card:#fff;--border:#d8e7ef;--shadow:0 18px 50px #0d6ba91f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);margin:0;font-family:Inter,system-ui,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%}.site-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7fbfff0;border-bottom:1px solid #d8e7efcc;justify-content:space-between;align-items:center;gap:28px;min-height:86px;padding:14px clamp(20px,5vw,72px);display:flex;position:sticky;top:0}.brand img{width:178px;height:auto}.nav-links{color:#284d63;flex:1;justify-content:center;align-items:center;gap:clamp(16px,3vw,34px);font-weight:600;display:flex}.nav-links a{transition:color .16s}.nav-links a:hover{color:var(--primary)}.mobile-menu{background:0 0;border:0;width:44px;height:44px;padding:0;display:none}.mobile-menu span{background:#062f49;border-radius:999px;width:25px;height:3px;margin:5px auto;display:block}.mobile-nav{display:none}.button{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;min-height:44px;padding:0 22px;font-weight:700;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-primary{color:#fff;background:linear-gradient(135deg, var(--primary), #3bb6df);box-shadow:0 12px 28px #0d6ba933}.button-accent{color:#fff;background:linear-gradient(135deg, var(--accent), #ffd36a);box-shadow:0 12px 28px #f5822047}.button-accent span,.button-outline span{margin-right:10px;font-size:22px;line-height:1}.button-outline span{margin-left:10px;margin-right:0}.button-outline{color:var(--primary-dark);border-color:var(--border);background:#fff}.hero{background:linear-gradient(90deg,#004d7eeb,#00699bad 48%,#00699b6b),url(/assets/hero-image.jpg) 50%/cover no-repeat;align-items:center;min-height:620px;padding:clamp(92px,10vw,140px) clamp(20px,6vw,88px) clamp(118px,12vw,158px);display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;max-width:660px;position:relative}.eyebrow{color:var(--accent);letter-spacing:0;margin-bottom:16px;font-weight:800;display:inline-flex}h1,h2,h3,h4{margin:0;font-family:Outfit,Inter,system-ui,sans-serif;line-height:1.06}h1{max-width:860px;color:var(--primary-dark);font-size:clamp(44px,6vw,76px);font-weight:800}.hero h1{color:#fff;font-size:clamp(42px,4.8vw,68px)}.hero h1 span{color:#ffd36a}h2{color:var(--primary-dark);font-size:clamp(34px,4vw,52px);font-weight:800}h3{color:var(--primary-dark);font-size:22px}h4{margin-bottom:14px;font-size:18px}.hero p,.section>p,.section-intro,.detail-hero>div>p{max-width:730px;color:var(--muted);font-size:20px}.hero p{color:#ffffffe6;margin:24px 0 32px}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.hero-image-wrap{display:none}.hero-image-wrap:before{content:"";z-index:1;background:linear-gradient(#06466e0d,#06466e38);position:absolute;inset:0}.hero-image-wrap img{object-fit:cover;width:100%;height:min(64vh,620px);min-height:420px}.hero-wave{z-index:2;height:96px;color:var(--background);display:block;position:absolute;bottom:-1px;left:0;right:0}.hero-wave svg{width:100%;height:100%;display:block}.hero-wave path{fill:currentColor}.section{padding:clamp(70px,8vw,112px) clamp(20px,6vw,88px);scroll-margin-top:110px}.split{grid-template-columns:minmax(0,.95fr) minmax(420px,1.1fr);align-items:start;gap:clamp(42px,8vw,104px);display:grid}.split h2{max-width:610px}.split>div:first-child{padding-top:4px}.split p{color:var(--muted);margin-top:20px;font-size:19px}.feature-stack{gap:18px;display:grid}.feature-stack article,.card,.detail-form-panel{background:var(--card);box-shadow:var(--shadow);border:1px solid #d8e7efe6;border-radius:14px}.feature-stack article{padding:24px 28px}.feature-stack p,.card p,.detail-bullets p,.footer p,.privacy-note{color:var(--muted)}.section-tint{background:linear-gradient(#eaf8fc,#f7fbff)}.section-intro{margin:18px 0 42px}.card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.card{min-height:240px;padding:28px}.card span{color:#fff;background:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:22px;font-weight:800;display:inline-flex}.involved-card strong{color:var(--accent);background:var(--accent-soft);border-radius:999px;margin-bottom:14px;padding:7px 12px;font-size:13px;display:inline-flex}.text-link{color:var(--primary);margin-top:18px;font-weight:800;display:inline-flex}.contact-section{background:linear-gradient(135deg, var(--primary-dark), var(--primary));color:#fff;grid-template-columns:minmax(0,.9fr) minmax(320px,1fr);gap:clamp(34px,6vw,78px);display:grid}.contact-section h2,.contact-section .eyebrow{color:#fff}.contact-section p{color:#ffffffd1;font-size:19px}.inquiry-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.inquiry-form label{color:var(--primary-dark);gap:8px;font-weight:700;display:grid}.contact-section .inquiry-form label{color:#fff}.form-wide{grid-column:1/-1}input,textarea,select{border:1px solid var(--border);width:100%;color:var(--foreground);font:inherit;background:#fff;border-radius:10px;padding:13px 14px}textarea{resize:vertical}select{appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--primary-dark) 50%), linear-gradient(135deg, var(--primary-dark) 50%, transparent 50%);background-position:calc(100% - 20px),calc(100% - 14px);background-repeat:no-repeat;background-size:6px 6px,6px 6px}.contact-form-panel{background:linear-gradient(#fffffffa,#ecf8fdf5);border:1px solid #ffffff57;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:clamp(24px,4vw,36px);display:grid;box-shadow:0 26px 60px #042d4747}.contact-form-heading{grid-column:1/-1;margin-bottom:4px}.contact-form-heading h3{color:var(--primary-dark);font-size:26px}.contact-form-heading p{color:var(--muted);margin:8px 0 0;font-size:15px}.contact-form-panel label{color:var(--primary-dark);gap:8px;font-weight:800;display:grid}.contact-form-panel input,.contact-form-panel textarea,.contact-form-panel select{border-color:#c8dce8;border-radius:8px;min-height:50px;box-shadow:inset 0 1px #fffc}.contact-form-panel textarea{min-height:132px}.contact-form-panel .button{border-radius:8px;min-height:54px;font-size:16px}.detail-main{background:linear-gradient(#f8fcff 0%,#e8f7fb 100%);padding:clamp(28px,4vw,52px) clamp(20px,6vw,88px) clamp(70px,8vw,112px)}.back-link{color:var(--primary);margin-bottom:36px;font-weight:800;display:inline-flex}.back-link:before{content:"<";margin-right:9px}.detail-hero{grid-template-columns:minmax(0,.92fr) minmax(360px,.85fr);align-items:start;gap:clamp(34px,6vw,82px);display:grid}.detail-bullets{gap:18px;margin-top:34px;display:grid}.detail-bullets article{border-left:4px solid var(--accent);padding-left:20px}.detail-form-panel{padding:clamp(24px,4vw,38px)}.detail-form-panel .inquiry-form{grid-template-columns:1fr}.privacy-note{margin:18px 0 0;font-size:14px}.campaign-main,.local-main{background:linear-gradient(#f8fcff 0%,#e8f7fb 100%)}.campaign-hero,.local-hero,.campaign-section{padding:clamp(58px,7vw,96px) clamp(20px,6vw,88px)}.campaign-hero{color:#fff;background:linear-gradient(90deg,#004d7ef0,#00699bb8),url(/assets/hero-image.jpg) 50%/cover no-repeat;grid-template-columns:minmax(0,1fr) minmax(340px,.56fr);align-items:center;gap:clamp(34px,6vw,76px);display:grid}.local-hero{color:#fff;background:linear-gradient(135deg,#06466e,#0d6ba9)}.local-hero>div{max-width:880px}.local-hero .eyebrow{color:#ffd36a}.local-hero h1{color:#fff;font-size:clamp(42px,5vw,68px)}.local-hero p{color:#ffffffe6;max-width:780px;margin:24px 0 32px;font-size:21px}.campaign-copy{max-width:820px}.campaign-copy .eyebrow{color:#ffd36a}.campaign-copy h1{color:#fff;font-size:clamp(42px,5vw,72px)}.campaign-copy p{color:#ffffffe6;max-width:760px;margin:24px 0 32px;font-size:21px}.campaign-actions,.campaign-proof{flex-wrap:wrap;gap:14px;display:flex}.campaign-actions .button-outline{color:#fff;background:#ffffff24;border-color:#ffffff5c}.campaign-proof{margin-top:28px}.campaign-proof strong,.campaign-proof span{color:#fff;background:#ffffff24;border-radius:8px;align-items:center;min-height:38px;padding:8px 12px;font-size:14px;font-weight:800;display:inline-flex}.campaign-summary{gap:16px;display:grid}.campaign-summary div,.match-grid article,.donation-tier,.faq-grid article{background:var(--card);box-shadow:var(--shadow);border:1px solid #d8e7efe6;border-radius:8px}.campaign-summary div{padding:22px}.campaign-summary span{color:var(--accent);font-family:Outfit,Inter,system-ui,sans-serif;font-size:38px;font-weight:800;line-height:1;display:block}.campaign-summary p{color:var(--primary-dark);margin:10px 0 0;font-weight:800}.campaign-section h2{max-width:780px}.campaign-band{background:#fff;grid-template-columns:minmax(0,.8fr) minmax(320px,1fr);align-items:start;gap:clamp(28px,5vw,64px);display:grid}.campaign-band>div>p,.campaign-section>p{max-width:780px;color:var(--muted);font-size:20px}.match-grid,.donation-tier-grid,.faq-grid{gap:18px;display:grid}.match-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.match-grid article,.donation-tier,.faq-grid article{padding:24px}.match-grid strong,.donation-tier strong{color:var(--primary-dark);font-family:Outfit,Inter,system-ui,sans-serif;font-size:32px;line-height:1;display:block}.match-grid span,.donation-tier span,.faq-grid p{color:var(--muted);margin-top:10px;display:block}.donation-tier-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.donation-tier{min-height:150px;transition:transform .16s,border-color .16s}.donation-tier:hover{border-color:var(--accent);transform:translateY(-2px)}.donation-embed-section{background:var(--primary-soft)}.donation-widget-panel{box-shadow:var(--shadow);background:#fff;border:1px solid #d8e7efe6;border-radius:8px;overflow:hidden}.givebutter-donation-frame{border:0;width:100%;min-height:760px;display:block}.donation-fallback{text-align:center;padding:18px 22px 22px}.donation-backup-link{color:#fff;background:var(--primary);border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:800;display:inline-flex}.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:34px}.local-links-section{background:#fff}.local-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.transparency-cta{background:linear-gradient(135deg, var(--primary-dark), var(--primary));color:#fff;justify-content:space-between;align-items:center;gap:28px;display:flex}.transparency-cta h2,.transparency-cta .eyebrow{color:#fff}.transparency-cta p{color:#ffffffd6;max-width:760px;font-size:19px}.transparency-cta .button-outline{color:#fff;background:#ffffff24;border-color:#ffffff61;flex:none}.impact-main{background:linear-gradient(#f8fcff 0%,#e8f7fb 100%)}.impact-hero{background:linear-gradient(135deg,#06466ef5,#0d6ba9c7),url(/assets/hero-image.jpg) 50%/cover no-repeat}.impact-ledger-section{background:#fff}.impact-ledger-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:34px;display:grid}.impact-ledger-grid article{background:var(--card);min-height:150px;box-shadow:var(--shadow);border:1px solid #d8e7efe6;border-radius:8px;padding:24px}.impact-ledger-grid strong{color:var(--accent);font-family:Outfit,Inter,system-ui,sans-serif;font-size:34px;line-height:1;display:block}.impact-ledger-grid span{color:var(--primary-dark);margin-top:12px;font-weight:800;display:block}.footer{color:#fff;background:#062f49;padding:clamp(54px,7vw,82px) clamp(20px,6vw,88px) 30px}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:34px;display:grid}.footer-logo{background:linear-gradient(135deg,#fff 0%,#eef8fd 58%,#d8eef8 100%);border-radius:8px;width:190px;margin-bottom:18px;padding:12px 16px;display:block;box-shadow:0 16px 34px #0000002e,inset 0 1px #ffffffe6}.footer a{color:#ffffffd1;margin:8px 0;display:block}.form-status{color:#16784a;margin:0;font-weight:700;display:none}.inquiry-form .form-status{display:block}.newsletter-card{background:linear-gradient(#ffffff1a,#ffffff0a);border:1px solid #ffffff24;border-radius:8px;gap:10px;margin-top:14px;padding:14px;display:grid}.newsletter-card label{color:#ffffffeb;gap:8px;font-size:13px;font-weight:800;display:grid}.newsletter-input-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.newsletter-input-row input{background:#fffffff5;border:1px solid #ffffff52;border-radius:8px;min-width:0;min-height:44px}.newsletter-input-row button{color:#fff;background:var(--accent);border:0;border-radius:8px;min-height:44px;padding:0 16px;font-weight:800}.newsletter-note,.newsletter-status{margin:0;font-size:13px}.newsletter-note{color:#ffffffb3}.newsletter-status{color:#9df0c3;font-weight:800}.legal-main{background:linear-gradient(#f8fcff 0%,#e8f7fb 100%);padding:clamp(70px,8vw,112px) clamp(20px,6vw,88px)}.legal-main h1{color:var(--primary-dark);margin-bottom:24px}.legal-main p{max-width:820px;color:var(--muted);font-size:19px}.legal-main a{color:var(--primary);font-weight:800}.footer-bottom{color:#ffffffb8;border-top:1px solid #ffffff29;justify-content:space-between;gap:24px;margin-top:52px;padding-top:24px;display:flex}.footer-bottom span:last-child{gap:20px;display:flex}@media (width<=1050px){.hero,.split,.contact-section,.detail-hero,.campaign-hero,.campaign-band{grid-template-columns:1fr}.card-grid,.footer-grid,.donation-tier-grid,.match-grid,.impact-ledger-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.site-header{background:#f4fbff;flex-wrap:nowrap;align-items:center;min-height:auto;padding:28px 22px;position:relative}.brand img{width:92px}.nav-links,.nav-cta{display:none}.mobile-menu{margin-left:auto;display:block}.mobile-nav{z-index:19;background:#f4fbff;border-bottom:1px solid #d8e7efe6;gap:8px;padding:16px 22px 22px;display:grid;position:sticky;top:0;box-shadow:0 12px 26px #0d6ba91a}.mobile-nav a{color:var(--primary-dark);padding:12px 0;font-weight:800}.mobile-nav .button{color:#fff;padding:0 18px}.hero{background:linear-gradient(90deg,#005489e6,#0074a5a8),url(/assets/hero-image.jpg) 50%/cover no-repeat;min-height:calc(100svh - 104px);padding:156px 22px 118px;display:block;overflow:hidden}.hero .eyebrow{color:#ffd36a;margin-bottom:22px;font-size:24px}.hero h1{color:#fff;font-size:45px;line-height:1.38}.hero p{color:#ffffffe6;margin:28px 0 32px;font-size:26px;line-height:1.55}.hero-actions{gap:24px;display:grid}.hero-actions .button{border-radius:12px;width:100%;min-height:76px;font-size:24px}.hero-actions .button-outline{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff24;border-color:#ffffff61}.hero-image-wrap img{min-height:300px}.hero-image-wrap{display:none}.hero-wave{z-index:2;height:92px;color:var(--background);display:block;position:absolute;bottom:-1px;left:0;right:0}.hero-wave svg{width:100%;height:100%;display:block}.hero-wave path{fill:currentColor}.section{padding-top:76px}.section .eyebrow{text-align:center;text-transform:uppercase;color:var(--accent);display:block}.section h2{text-align:center;font-size:39px}.card-grid,.footer-grid,.inquiry-form,.contact-form-panel,.donation-tier-grid,.match-grid,.faq-grid,.impact-ledger-grid{grid-template-columns:1fr}.transparency-cta{display:grid}.campaign-hero{padding-top:88px}.local-hero{padding-top:78px}.campaign-copy p{font-size:20px}.givebutter-donation-frame{min-height:680px}.footer-bottom{flex-direction:column}}#impact.section-tint{isolation:isolate;color:#fff;text-align:center;background:radial-gradient(120% 90% at 20% 0,#4ab8d847 0%,#4ab8d800 46%),linear-gradient(#0d72a7 0%,#086796 100%);padding-top:clamp(74px,8vw,96px);padding-bottom:clamp(86px,8vw,116px);position:relative;overflow:hidden}#impact.section-tint:before,#impact.section-tint:after{content:"";pointer-events:none;z-index:-1;position:absolute;left:-8%;right:-8%}#impact.section-tint:before{background:#ffffff24;border-radius:48% 52% 0 0/42% 58% 0 0;height:42%;bottom:-15%;transform:rotate(-2deg)}#impact.section-tint:after{background:#ffffff17;border-radius:52% 48% 0 0/56% 44% 0 0;height:46%;bottom:-25%;transform:rotate(2.5deg)}#impact .eyebrow{color:#f5b15d;text-transform:uppercase;letter-spacing:.08em;margin:0 auto 14px;font-size:13px;display:block}#impact h2{color:#fff;font-size:clamp(34px,3.4vw,44px)}#impact .section-intro{color:#ffffffd1;max-width:670px;margin:20px auto 50px;font-size:18px}#impact .impact-grid{gap:24px;max-width:1120px;margin:0 auto}#impact .impact-grid .card{text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#499fc761;border:1px solid #dbf5ff47;border-radius:8px;min-height:188px;padding:24px 22px 26px;box-shadow:0 22px 42px #042d4729,inset 0 1px #ffffff24}#impact .impact-grid .card span{color:#f8bd62;background:#0b547e57;border:1px solid #ffffff29;border-radius:10px;width:44px;height:44px;margin:0 auto 18px;font-size:0}#impact .impact-grid .card span:before,#get-involved .involved-card>span:before{content:"";width:22px;height:22px;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}#impact .impact-grid .card span:before{background:#f8bd62}#impact .impact-grid .card:first-child span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5 12 4l9 7.5'/%3E%3Cpath d='M5.5 10.5V21h13V10.5'/%3E%3Cpath d='M9.5 21v-6h5v6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5 12 4l9 7.5'/%3E%3Cpath d='M5.5 10.5V21h13V10.5'/%3E%3Cpath d='M9.5 21v-6h5v6'/%3E%3C/svg%3E")}#impact .impact-grid .card:nth-child(2) span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 8 12 4l9.5 4L12 12 2.5 8Z'/%3E%3Cpath d='M6 10.5V15c0 1.7 2.7 3 6 3s6-1.3 6-3v-4.5'/%3E%3Cpath d='M21.5 8v6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 8 12 4l9.5 4L12 12 2.5 8Z'/%3E%3Cpath d='M6 10.5V15c0 1.7 2.7 3 6 3s6-1.3 6-3v-4.5'/%3E%3Cpath d='M21.5 8v6'/%3E%3C/svg%3E")}#impact .impact-grid .card:nth-child(3) span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m15.5 8.5-2.2 4.8-4.8 2.2 2.2-4.8 4.8-2.2Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m15.5 8.5-2.2 4.8-4.8 2.2 2.2-4.8 4.8-2.2Z'/%3E%3C/svg%3E")}#impact .impact-grid .card:nth-child(4) span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 21s-7.5-4.6-9.5-9.2C.9 8.1 3.1 4.5 6.7 4.5c2 0 3.3 1 4.3 2.3 1-1.3 2.3-2.3 4.3-2.3 3.6 0 5.8 3.6 4.2 7.3C17.5 16.4 12 21 12 21Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 21s-7.5-4.6-9.5-9.2C.9 8.1 3.1 4.5 6.7 4.5c2 0 3.3 1 4.3 2.3 1-1.3 2.3-2.3 4.3-2.3 3.6 0 5.8 3.6 4.2 7.3C17.5 16.4 12 21 12 21Z'/%3E%3C/svg%3E")}#impact .impact-grid .card h3{color:#fff;margin-bottom:12px;font-size:17px}#impact .impact-grid .card p{color:#eefaffd1;margin:0;font-size:14px;line-height:1.52}#get-involved{text-align:center;background:#eaf3fb;padding-top:clamp(70px,7vw,78px);padding-bottom:clamp(84px,7vw,98px)}#get-involved .eyebrow{color:#f08b22;text-transform:uppercase;margin:0 auto 8px;font-size:12px;font-weight:800;line-height:1.1;display:block}#get-involved h2{color:#0d2844;letter-spacing:0;font-size:clamp(32px,3.05vw,39px)}#get-involved h2 span{color:#0d84bf}#get-involved .section-intro{color:#526b7c;max-width:645px;margin:22px auto 58px;font-size:15px;line-height:1.58}#get-involved .involvement-grid{text-align:left;gap:20px;max-width:1020px;margin:0 auto}#get-involved .involved-card{background:#fff;border:1px solid #d8e4ec;border-radius:8px;flex-direction:column;min-height:255px;padding:24px 24px 22px;display:flex;position:relative;box-shadow:0 14px 32px #0d6ba914}#get-involved .involved-card:first-child{background:#fffaf6;border-color:#f58220ad;box-shadow:0 16px 34px #f5822024}#get-involved .involved-card strong{color:#fff;white-space:nowrap;background:#f58220;border-radius:999px;margin:0;padding:4px 10px;font-size:11px;line-height:1.2;position:absolute;top:-9px;left:50%;transform:translate(-50%)}#get-involved .involved-card>span{color:#0d6ba9;background:#e8f7fd;border-radius:10px;width:40px;height:40px;margin:0 0 24px}#get-involved .involved-card:first-child>span{color:#f58220;background:#fff0e1}#get-involved .involved-card>span:before{background:currentColor}#get-involved .involved-card:first-child>span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19.5 12.5 12 20 4.5 12.5A4.8 4.8 0 0 1 12 6a4.8 4.8 0 0 1 7.5 6.5Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19.5 12.5 12 20 4.5 12.5A4.8 4.8 0 0 1 12 6a4.8 4.8 0 0 1 7.5 6.5Z'/%3E%3C/svg%3E")}#get-involved .involved-card:nth-child(2)>span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 12.5 10 15.5 17 8.5'/%3E%3Cpath d='M3 15c2.7-3.8 5.8-5.2 9.4-4.1'/%3E%3Cpath d='M21 9c-2.7 3.8-5.8 5.2-9.4 4.1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 12.5 10 15.5 17 8.5'/%3E%3Cpath d='M3 15c2.7-3.8 5.8-5.2 9.4-4.1'/%3E%3Cpath d='M21 9c-2.7 3.8-5.8 5.2-9.4 4.1'/%3E%3C/svg%3E")}#get-involved .involved-card:nth-child(3)>span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v8H4v-8'/%3E%3Cpath d='M2 7h20v5H2z'/%3E%3Cpath d='M12 7v13'/%3E%3Cpath d='M12 7H8.5a2.5 2.5 0 1 1 2.5-2.5V7Z'/%3E%3Cpath d='M12 7h3.5A2.5 2.5 0 1 0 13 4.5V7Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v8H4v-8'/%3E%3Cpath d='M2 7h20v5H2z'/%3E%3Cpath d='M12 7v13'/%3E%3Cpath d='M12 7H8.5a2.5 2.5 0 1 1 2.5-2.5V7Z'/%3E%3Cpath d='M12 7h3.5A2.5 2.5 0 1 0 13 4.5V7Z'/%3E%3C/svg%3E")}#get-involved .involved-card:nth-child(4)>span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 19c0-2.2-1.8-4-4-4s-4 1.8-4 4'/%3E%3Ccircle cx='12' cy='8' r='3'/%3E%3Cpath d='M22 19c0-1.8-1.2-3.3-2.8-3.8'/%3E%3Cpath d='M17 5.3a3 3 0 0 1 0 5.4'/%3E%3Cpath d='M2 19c0-1.8 1.2-3.3 2.8-3.8'/%3E%3Cpath d='M7 5.3a3 3 0 0 0 0 5.4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 19c0-2.2-1.8-4-4-4s-4 1.8-4 4'/%3E%3Ccircle cx='12' cy='8' r='3'/%3E%3Cpath d='M22 19c0-1.8-1.2-3.3-2.8-3.8'/%3E%3Cpath d='M17 5.3a3 3 0 0 1 0 5.4'/%3E%3Cpath d='M2 19c0-1.8 1.2-3.3 2.8-3.8'/%3E%3Cpath d='M7 5.3a3 3 0 0 0 0 5.4'/%3E%3C/svg%3E")}#get-involved .involved-card h3{color:#102b46;margin-bottom:14px;font-size:16px}#get-involved .involved-card p{color:#536b7d;min-height:84px;margin:0;font-size:12px;line-height:1.55}#get-involved .involved-card .text-link{color:#213447;background:#fff;border:1px solid #d8e2ea;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:31px;margin-top:auto;font-size:11px;font-weight:800;box-shadow:0 5px 12px #0b38560a}#get-involved .involved-card:first-child .text-link{color:#fff;background:#f58220;border-color:#f58220;box-shadow:0 10px 18px #f5822038}@media (width>760px){.site-header{background:#f7f9fb;border-bottom:1px solid #d6e0e8;align-items:center;min-height:86px;padding:4px clamp(56px,7vw,108px)}.brand img{width:88px}.nav-links{color:#5f748c;flex:0 auto;gap:clamp(22px,3vw,46px);margin-left:auto;margin-right:clamp(18px,2.2vw,34px);padding-top:0;font-size:clamp(15px,1.05vw,18px);font-weight:700;line-height:1}.nav-links a:hover{color:#0d6ba9}.nav-cta.button-accent{background:#f58220;border-radius:14px;min-width:clamp(142px,11vw,182px);min-height:clamp(42px,3.4vw,52px);margin-top:0;padding:0 clamp(26px,3vw,44px);font-size:clamp(15px,1.05vw,18px);font-weight:800;box-shadow:0 18px 34px #f5822047}}@media (width>760px) and (width<=1180px){.site-header{padding-left:42px;padding-right:42px}.nav-links{gap:28px;margin-right:28px;font-size:18px}.nav-cta.button-accent{min-width:162px;min-height:58px;font-size:18px}}@media (width<=1050px){#impact .impact-grid,#get-involved .involvement-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px}}@media (width<=760px){#impact.section-tint{padding:76px 22px 92px}#impact .section-intro{margin-bottom:34px}#impact .impact-grid,#get-involved .involvement-grid{grid-template-columns:1fr}#get-involved{padding:76px 22px 82px}#get-involved .section-intro{margin-bottom:34px}#get-involved .involved-card p{min-height:auto;margin-bottom:28px}}

/* Restored footer readability and CRM newsletter integration. */
.footer p,
footer.footer p,
.footer-grid p {
  color: rgba(242, 248, 252, 0.86) !important;
}

.footer a,
footer.footer a {
  color: rgba(248, 252, 255, 0.9) !important;
}

.footer a:hover,
footer.footer a:hover {
  color: #fff !important;
}

/* Phase 9 donation conversion upgrades. */
.donation-main .local-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  align-items: center;
  gap: clamp(34px, 6vw, 76px);
}

.donation-proof-summary span {
  font-size: clamp(28px, 4vw, 38px);
}

.donation-trust-strip {
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.donation-trust-strip article,
.donation-path-grid article {
  background: var(--card);
  border: 1px solid #d8e7efe6;
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 24px;
}

.donation-trust-strip strong {
  color: var(--primary-dark);
  display: block;
  font-family: Outfit, Inter, system-ui, sans-serif;
  font-size: 21px;
  line-height: 1.12;
}

.donation-trust-strip span {
  color: var(--muted);
  display: block;
  margin-top: 10px;
}

.donation-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.donation-path-grid article {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.donation-path-grid h3 {
  font-size: clamp(26px, 3vw, 34px);
  max-width: 640px;
}

.donation-path-grid p {
  color: var(--muted);
  font-size: 18px;
  margin: 16px 0 24px;
}

.donation-path-grid .button {
  margin-top: auto;
}

.path-label {
  color: #ffffff;
  background: var(--primary);
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
  padding: 7px 12px;
}

.donation-path-grid article:first-child {
  background: #fffaf6;
  border-color: #f58220a8;
}

.donation-path-grid article:first-child .path-label {
  background: var(--accent);
}

.donation-faq-section {
  background: #f8fcff;
}

.donation-form-heading {
  max-width: 860px;
}

.donation-form-heading .section-intro {
  margin-bottom: 32px;
}

@media (width <= 1050px) {
  .donation-main .local-hero,
  .donation-trust-strip,
  .donation-path-grid {
    grid-template-columns: 1fr;
  }
}

@media (width <= 760px) {
  .mobile-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 12px;
    padding: 10px 22px 12px;
  }

  .mobile-nav a {
    font-size: 14px;
    padding: 6px 0;
  }

  .mobile-nav .button {
    grid-column: 1 / -1;
    min-height: 40px;
  }

  .donation-main .local-hero {
    padding-top: 48px;
    padding-bottom: 58px;
  }

  .donation-main .local-hero h1 {
    font-size: 38px;
    line-height: 1.12;
  }

  .donation-main .local-hero p {
    font-size: 20px;
    line-height: 1.42;
    margin: 20px 0 24px;
  }

  .donation-main .hero-actions {
    gap: 10px;
  }

  .donation-main .hero-actions .button {
    min-height: 52px;
    font-size: 16px;
  }

  .donation-proof-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .donation-proof-summary div {
    padding: 18px;
  }

  .donation-proof-summary span {
    font-size: 24px;
  }

  .donation-trust-strip,
  .donation-path-grid {
    gap: 14px;
  }

  .donation-path-grid article,
  .donation-trust-strip article {
    padding: 22px;
  }

  .donation-path-grid h3 {
    font-size: 26px;
  }

  .donation-path-grid p,
  .donation-trust-strip span {
    font-size: 16px;
  }
}

/* Site-wide contrast guard for dark blue sections and orange CTAs. */
.hero,
.campaign-hero,
.local-hero,
.contact-section,
.transparency-cta {
  color: #ffffff;
}

.hero h1,
.hero h2,
.hero h3,
.hero h4,
.campaign-hero h1,
.campaign-hero h2,
.campaign-hero h3,
.campaign-hero h4,
.local-hero h1,
.local-hero h2,
.local-hero h3,
.local-hero h4,
.contact-section h1,
.contact-section h2,
.contact-section h3,
.contact-section h4,
.transparency-cta h1,
.transparency-cta h2,
.transparency-cta h3,
.transparency-cta h4 {
  color: #ffffff !important;
}

.hero p,
.campaign-hero p,
.local-hero p,
.contact-section p,
.transparency-cta p {
  color: rgba(255, 255, 255, 0.9) !important;
}

.campaign-summary p,
.local-hero .campaign-summary p,
.campaign-hero .campaign-summary p,
.donation-proof-summary p {
  color: var(--primary-dark) !important;
}

.hero .eyebrow,
.campaign-hero .eyebrow,
.local-hero .eyebrow,
.transparency-cta .eyebrow {
  color: #ffd36a !important;
}

.button.button-accent,
a.button.button-accent,
.legal-main a.button.button-accent,
.transparency-cta a.button.button-accent,
.campaign-actions a.button.button-accent {
  color: #ffffff !important;
}

.transparency-cta .button-outline,
.campaign-hero .button-outline,
.local-hero .button-outline {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.14);
}

.footer-bottom,
footer.footer .footer-bottom {
  color: rgba(242, 248, 252, 0.82) !important;
}

.footer-bottom a,
footer.footer .footer-bottom a {
  color: rgba(248, 252, 255, 0.88) !important;
}

.footer-ghl-newsletter {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  min-height: 238px;
}

.footer-ghl-newsletter iframe {
  width: 100%;
  min-height: 238px;
  border: 0;
  border-radius: 8px;
  background: transparent;
}

.contact-form-panel .form-status {
  display: block;
  color: #16784a;
  text-align: center;
}

.contact-form-panel .form-status[data-state="error"] {
  color: #9f2f24;
}

/* Restore the older centered contact form design. */
#contact.contact-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(13, 107, 169, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fcff 0%, #edf7fb 100%) !important;
  color: var(--foreground) !important;
  display: block !important;
  padding: clamp(150px, 12vw, 204px) clamp(20px, 6vw, 88px) clamp(70px, 7vw, 96px) !important;
  text-align: center !important;
}

#contact.contact-section > div:first-child {
  max-width: 1200px;
  margin: 0 auto 88px !important;
  padding-top: 0 !important;
}

#contact.contact-section .eyebrow {
  color: var(--accent) !important;
  display: block;
  margin: 0 auto 28px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
}

#contact.contact-section h2 {
  color: #0f3048 !important;
  max-width: 1160px;
  margin: 0 auto;
  font-size: clamp(52px, 6.2vw, 86px) !important;
  line-height: 1.02;
  letter-spacing: 0;
}

#contact.contact-section h2 .heading-accent {
  color: #0d6ba9;
}

#contact.contact-section p {
  max-width: 980px;
  margin: 52px auto 0 !important;
  color: #5e7485 !important;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.35;
}

#contact .contact-form-heading {
  display: none;
}

#contact .contact-form-panel {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 40px 36px !important;
  max-width: 1240px;
  margin: 0 auto !important;
  padding: clamp(42px, 5vw, 60px) !important;
  background: #fff !important;
  border: 1px solid #d8e7ef !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 54px rgba(13, 107, 169, 0.14) !important;
  text-align: left;
}

#contact .contact-form-panel label {
  color: #0f3048 !important;
  gap: 16px;
  font-size: clamp(19px, 1.8vw, 26px);
  font-weight: 800;
}

#contact .contact-form-panel .form-wide {
  grid-column: 1 / -1;
}

#contact .contact-form-panel input,
#contact .contact-form-panel textarea,
#contact .contact-form-panel select {
  min-height: 74px;
  padding: 18px 24px;
  border-color: #d4e2ec !important;
  background-color: #fbfdff !important;
  border-radius: 16px !important;
  color: #0f3048;
  font-size: clamp(20px, 2vw, 28px);
  box-shadow: 0 1px 0 rgba(6, 70, 110, 0.03);
}

#contact .contact-form-panel textarea {
  min-height: 220px;
}

#contact .contact-form-panel input::placeholder,
#contact .contact-form-panel textarea::placeholder {
  color: #5e7485;
  opacity: 1;
}

#contact .contact-form-panel .button-accent {
  width: 100%;
  min-height: 82px;
  border-radius: 16px;
  background: #ff7f18 !important;
  box-shadow: 0 18px 34px rgba(245, 130, 32, 0.28);
  font-size: clamp(20px, 1.8vw, 28px);
}

@media (width <= 760px) {
  #contact.contact-section {
    padding: 78px 18px 82px !important;
  }

  #contact.contact-section > div:first-child {
    margin-bottom: 42px !important;
  }

  #contact.contact-section .eyebrow {
    margin-bottom: 16px;
    font-size: 14px;
  }

  #contact.contact-section h2 {
    font-size: 39px !important;
  }

  #contact.contact-section p {
    margin-top: 22px !important;
    font-size: 18px;
  }

  #contact .contact-form-panel {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 24px !important;
  }

  #contact .contact-form-panel label,
  #contact .contact-form-panel input,
  #contact .contact-form-panel textarea,
  #contact .contact-form-panel select,
  #contact .contact-form-panel .button-accent {
    font-size: 16px;
  }
}

/* Keep the footer text bright against the dark blue background. */
footer.footer,
footer.footer h4,
footer.footer p,
footer.footer a,
footer.footer span,
footer.footer .footer-bottom,
footer.footer .footer-bottom a {
  color: rgba(248, 252, 255, 0.92) !important;
}

footer.footer h4 {
  color: #fff !important;
}

footer.footer a:hover {
  color: #fff !important;
}
