@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@300;400;500;600;700&family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}img,video,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}ul{list-style:none}html{scroll-behavior:smooth}@media (max-width: 767px){html{font-size:125%}.hero-form .form-input,.hero-form .btn{font-size:.76rem}}:root{--navy: #0B2447;--navy-dark: #071a35;--navy-mid: #163466;--red: #C41E3A;--red-dark: #a21830;--white: #FFFFFF;--gray-50: #F5F7FA;--gray-100: #E8ECF2;--gray-200: #C9D1DD;--gray-400: #8895A7;--gray-500: #6B7280;--gray-600: #4A5568;--gray-800: #1E2D3D;--text-dark: #0B1628;--text-body: #374151;--text-muted: #6B7280;--font-display: "Bebas Neue", sans-serif;--font-title: "Oswald", sans-serif;--font-body: "Inter", sans-serif;--container-max: 1200px;--container-pad: clamp(1rem, 5vw, 2rem);--nav-height: 72px;--section-pad: clamp(3.5rem, 8vw, 6rem);--ease: cubic-bezier(.4, 0, .2, 1);--transition: .22s var(--ease);--shadow-sm: 0 1px 4px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--shadow-lg: 0 12px 40px rgba(0,0,0,.14);--radius: 4px;--radius-lg: 8px}html,body{font-family:var(--font-body);font-size:16px;color:var(--text-body);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.nav-open{overflow:hidden}h1{font-family:var(--font-display);line-height:.95;letter-spacing:.01em;color:var(--navy)}h2{font-family:var(--font-display);line-height:1;letter-spacing:.01em;color:var(--navy)}h3{font-family:var(--font-title);font-weight:600;line-height:1.2;color:var(--navy)}h4{font-family:var(--font-title);font-weight:500;color:var(--navy)}p{line-height:1.7}.eyebrow{font-family:var(--font-title);font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--red);display:block;margin-bottom:.75rem}.eyebrow--light{color:#ffffffb3}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding-left:var(--container-pad);padding-right:var(--container-pad)}.section{padding-top:var(--section-pad);padding-bottom:var(--section-pad)}.section--navy{background:var(--navy)}.section--gray{background:var(--gray-50)}.section--white{background:var(--white)}.section-header{margin-bottom:clamp(2rem,5vw,3.5rem)}.section-header--center{text-align:center}.section-title{font-size:clamp(2.2rem,5vw,3.5rem)}.section-title--light{color:var(--white)}.section-body{font-size:1.05rem;color:var(--text-muted);max-width:560px;margin-top:.75rem}.section-body--light{color:#ffffffbf}.section-header--center .section-body{margin-left:auto;margin-right:auto}.grid-2,.grid-3{display:grid;grid-template-columns:1fr;gap:1.5rem}.grid-4{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (min-width: 640px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.grid-4{grid-template-columns:repeat(4,1fr)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-title);font-weight:600;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;padding:.85rem 2rem;border-radius:var(--radius);transition:background var(--transition),color var(--transition),transform var(--transition),box-shadow var(--transition);cursor:pointer;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--navy);color:var(--white)}.btn--primary:hover{background:var(--navy-mid);box-shadow:var(--shadow-md)}.btn--red{background:var(--red);color:var(--white)}.btn--red:hover{background:var(--red-dark);box-shadow:var(--shadow-md)}.btn--ghost{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.6)}.btn--ghost:hover{border-color:var(--white);background:#ffffff14}.btn--outline{background:transparent;color:var(--navy);border:2px solid var(--navy)}.btn--outline:hover{background:var(--navy);color:var(--white)}.btn--outline-red{background:transparent;color:var(--red);border:2px solid var(--red)}.btn--outline-red:hover{background:var(--red);color:var(--white)}.btn--lg{font-size:.95rem;padding:1rem 2.5rem}.btn--full{width:100%}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:transform var(--transition),box-shadow var(--transition)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.card-body{padding:1.75rem}.card-tag{font-family:var(--font-title);font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:.5rem}.card-title{font-family:var(--font-title);font-size:1.15rem;font-weight:600;color:var(--navy);margin-bottom:.6rem;line-height:1.3}.card-meta{font-size:.8rem;color:var(--text-muted);margin-bottom:.75rem;font-family:var(--font-title);font-weight:400;letter-spacing:.04em}.card-excerpt{font-size:.9rem;color:var(--text-body);line-height:1.6;margin-bottom:1.25rem}.card-img{width:100%;aspect-ratio:16 / 9;object-fit:cover;background:var(--gray-100)}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-label{font-family:var(--font-title);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--navy)}.form-label--light{color:#ffffffd9}.form-input,.form-textarea{width:100%;padding:.85rem 1rem;border:1.5px solid var(--gray-200);border-radius:var(--radius);font-family:var(--font-body);font-size:.95rem;color:var(--text-dark);background:var(--white);transition:border-color var(--transition),box-shadow var(--transition);outline:none}.form-input::placeholder,.form-textarea::placeholder{color:var(--gray-400)}.form-input:focus,.form-textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px #0b24471a}.form-textarea{resize:vertical;min-height:120px}.char-counter{font-size:.75rem;color:var(--text-muted);text-align:right;font-family:var(--font-body)}.char-counter.over{color:var(--red)}.form-message{font-size:.9rem;padding:.75rem 1rem;border-radius:var(--radius);margin-top:.75rem;display:none}.form-message.success{display:block;background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.form-message.error{display:block;background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.site-header{position:sticky;top:0;z-index:100;background:var(--red);height:var(--nav-height);display:flex;align-items:center;box-shadow:0 2px 16px #00000040}.nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}.nav-logo{display:flex;flex-direction:column;gap:0;line-height:1;flex-shrink:0}.logo-name{font-family:var(--font-display);font-size:1.81rem;color:var(--white);letter-spacing:.04em}.logo-sub{font-family:var(--font-title);font-size:.91rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--white);margin-top:1px}.nav-menu{display:none;align-items:center;gap:.25rem}.nav-links{display:flex;align-items:center;gap:0}.nav-link{font-family:var(--font-title);font-size:.97rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#fffc;padding:.5rem .85rem;border-radius:var(--radius);transition:color var(--transition),background var(--transition);position:relative}.nav-link:after{content:"";position:absolute;bottom:2px;left:.85rem;right:.85rem;height:2px;background:var(--white);transform:scaleX(0);transition:transform var(--transition)}.nav-link:hover{color:var(--white)}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.nav-link.active{color:var(--white)}.nav-donate{font-family:var(--font-title);font-size:.97rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--white);background:var(--navy-mid);padding:.55rem 1.25rem;border-radius:var(--radius);margin-left:.75rem;transition:background var(--transition);flex-shrink:0}.nav-donate:hover{background:var(--navy)}.nav-toggle{display:flex;flex-direction:column;gap:5px;padding:.5rem;cursor:pointer}.nav-toggle span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:transform var(--transition),opacity var(--transition)}.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-drawer{display:none;position:fixed;top:var(--nav-height);left:0;right:0;bottom:0;background:var(--red-dark);z-index:99;padding:2rem var(--container-pad);overflow-y:auto}.nav-drawer.open{display:flex;flex-direction:column;gap:.25rem}.nav-drawer .nav-link{font-size:2.2rem;padding:1.4rem 1rem;border-bottom:1px solid rgba(255,255,255,.07)}.nav-drawer .nav-link:after{display:none}.nav-drawer .nav-donate{margin-top:1.5rem;margin-left:0;text-align:center;font-size:2.2rem;padding:.85rem}@media (min-width: 1024px){.nav-toggle{display:none}.nav-menu{display:flex}}.site-footer{background:var(--navy-dark);color:var(--white);padding-top:3.5rem;padding-bottom:0}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}@media (min-width: 640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-brand .logo-name{font-family:var(--font-display);font-size:1.6rem;color:var(--white);letter-spacing:.04em}.footer-brand .logo-sub{font-family:var(--font-title);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gray-400);margin-top:2px;display:block}.footer-brand p{margin-top:1rem;font-size:.88rem;color:#ffffff8c;line-height:1.6;max-width:280px}.footer-social{display:flex;gap:.75rem;margin-top:1.25rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff14;color:#ffffffb3;transition:background var(--transition),color var(--transition)}.footer-social a:hover{background:var(--red);color:var(--white)}.footer-social svg{width:16px;height:16px;fill:currentColor}.footer-col h4{font-family:var(--font-title);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-400);margin-bottom:1rem}.footer-col ul{display:flex;flex-direction:column;gap:.6rem}.footer-col ul a{font-size:.88rem;color:#ffffffa6;transition:color var(--transition)}.footer-col ul a:hover{color:var(--white)}.footer-col address{font-style:normal;font-size:.88rem;color:#ffffffa6;line-height:1.8}.footer-col address a{transition:color var(--transition)}.footer-col address a:hover{color:var(--white)}.footer-bottom{padding:1.25rem 0;display:flex;flex-direction:column;gap:.4rem;text-align:center}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer-pdc{font-size:.75rem;color:#ffffff59;line-height:1.5}.quote-ribbon{background:var(--navy-mid);padding:.85rem 0;text-align:center}.quote-ribbon-text{font-family:var(--font-body);font-size:1rem;font-style:italic;color:#ffffffe6;line-height:1.5;display:inline}.quote-ribbon-attr{font-family:var(--font-title);font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;display:block;margin-top:.35rem}@media (min-width: 768px) and (max-width: 1023px){.quote-ribbon-text{font-size:1.1rem}.quote-ribbon-attr{font-size:1.46rem}}@media (min-width: 1024px){.quote-ribbon-attr{font-size:1rem}}.hero{background:var(--navy);min-height:calc(100vh - var(--nav-height));display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:-10%;bottom:0;width:50%;background:var(--navy-mid);clip-path:polygon(12% 0,100% 0,100% 100%,0% 100%)}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;padding-top:clamp(3rem,8vw,5rem);padding-bottom:clamp(3rem,8vw,5rem)}.hero-form-col{display:flex;flex-direction:column;gap:1.25rem}@media (min-width: 1024px){.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-subhead{max-width:100%}}@media (min-width: 768px) and (max-width: 1023px){.eyebrow,.hero-eyebrow{font-size:1.46rem}.hero-title{font-size:clamp(4.8rem,12vw,9rem)}.hero-subhead{font-size:1.58rem}.hero-title br{display:none}.hero-social-label{font-size:1.08rem}}.hero-eyebrow{font-family:var(--font-title);font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--red);display:block;margin-bottom:1rem}.hero-title{font-family:var(--font-display);font-size:clamp(3.2rem,8vw,6rem);color:var(--white);line-height:.95;margin-bottom:1.25rem}.hero-subhead{font-size:1.05rem;color:#ffffffbf;line-height:1.7;margin-bottom:2rem}.hero-action-btns{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem}.hero-action-btns .btn{flex:1;text-align:center}.hero-action-btns .btn:hover{color:var(--red);border-color:var(--red)}.hero-form{margin-bottom:0}.hero-form-fields{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 560px){.hero-form-fields{grid-template-columns:2fr 1.5fr 1fr}}@media (min-width: 1024px){.hero-form-fields{grid-template-columns:1fr}}.hero-form .form-input{background:#ffffff1a;border-color:#fff3;color:var(--white)}.hero-form .form-input::placeholder{color:#ffffff80}.hero-form .form-input:focus{border-color:#fff9;box-shadow:0 0 0 3px #ffffff1a}.hero-form .btn{margin-top:.75rem}.hero-social{display:flex;gap:.75rem;align-items:center}.hero-social-label{font-family:var(--font-title);font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-right:.25rem}.social-icon-link{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#ffffff1a;color:#ffffffb3;transition:background var(--transition),color var(--transition)}.social-icon-link:hover{background:var(--red);color:var(--white)}.social-icon-link svg{width:16px;height:16px;fill:currentColor}.hero-form-wrap{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:2rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@media (min-width: 1024px){.eyebrow,.hero-eyebrow{font-size:1rem}.hero-title{font-size:clamp(3.6rem,9vw,6.75rem)}.hero-subhead{font-size:1.19rem}.hero-form .form-input,.hero-form .btn{font-size:1.07rem}.hero-social-label{font-size:.98rem}.hero-social .social-icon-link{width:43px;height:43px}.hero-social .social-icon-link svg{width:18px;height:18px}}.hero-image-wrap{display:flex;justify-content:center;align-items:flex-end}.hero-image{width:100%;max-width:420px;aspect-ratio:3 / 4;object-fit:cover;object-position:top;border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-xl)}.hero-image-placeholder{width:100%;max-width:420px;aspect-ratio:3 / 4;background:var(--navy-mid);border-radius:var(--radius-lg) var(--radius-lg) 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#ffffff4d;font-family:var(--font-title);font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;gap:.75rem;border:2px dashed rgba(255,255,255,.15)}.about-preview{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 768px){.about-preview{grid-template-columns:1fr 1fr}}.about-preview-img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.about-preview-placeholder{width:100%;aspect-ratio:4 / 5;background:var(--gray-100);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-family:var(--font-title);font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;border:2px dashed var(--gray-200)}.about-preview-content .section-body{color:var(--text-body);max-width:100%}.about-preview-content .btn{margin-top:1.75rem}.donate-cta-banner{background:var(--red);padding:3.5rem 0;text-align:center}.donate-cta-banner h2{font-size:clamp(2rem,5vw,3rem);color:var(--white);margin-bottom:.75rem}.donate-cta-banner p{color:#ffffffd9;font-size:1.05rem;margin-bottom:1.75rem}.donate-grid--banner{max-width:800px;margin:0 auto}.donate-grid--banner .donate-amount-card{background:var(--navy);border-color:var(--navy);color:var(--white)}.donate-grid--banner .donate-amount-card:hover{background:var(--navy-mid);border-color:var(--navy-mid)}.donate-grid--banner .donate-amount-card .donate-amount,.donate-grid--banner .donate-amount-card .donate-amount-label{color:var(--white)}.donate-grid--banner .donate-amount-card.featured{background:var(--navy);border-color:var(--navy)}.donate-grid--banner .donate-amount-card.featured:hover{background:var(--navy-mid);border-color:var(--navy-mid)}.issues-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 600px){.issues-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.issues-grid{grid-template-columns:repeat(4,1fr)}}.issue-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem 1.5rem;box-shadow:var(--shadow-sm);border-top:3px solid var(--red);transition:transform var(--transition),box-shadow var(--transition)}.issue-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.issue-icon{width:48px;height:48px;margin-bottom:1rem;color:var(--red)}.issue-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.issue-title{font-family:var(--font-title);font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.5rem;letter-spacing:.02em;text-transform:uppercase}.issue-body{font-size:1.1rem;color:var(--text-body);line-height:1.6}.issues-cta{text-align:center;margin-top:2.5rem}.issues-page-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 600px){.issues-page-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.issues-page-grid{grid-template-columns:repeat(3,1fr)}}.issue-card--full{padding:2.25rem 2rem}.issue-card--full .issue-body{font-size:.92rem}.issues-accordion{border-top:1px solid var(--gray-200);max-width:860px;margin:0 auto}.accordion-item{border-bottom:1px solid var(--gray-200)}.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem 0;background:none;border:none;cursor:pointer;text-align:left}.accordion-trigger:hover .accordion-label{color:var(--red)}.accordion-trigger-inner{display:flex;align-items:center;gap:1rem}.accordion-item .issue-icon{width:32px;height:32px;margin-bottom:0;flex-shrink:0}.accordion-label{font-family:var(--font-title);font-size:1.2rem;font-weight:600;letter-spacing:.02em;color:var(--navy);transition:color var(--transition)}.accordion-chevron{width:20px;height:20px;flex-shrink:0;color:var(--text-muted);transition:transform .3s ease,color .2s ease}.accordion-item.is-open .accordion-chevron{transform:rotate(180deg);color:var(--red)}.accordion-item.is-open .accordion-label{color:var(--red)}.accordion-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.accordion-item.is-open .accordion-body{grid-template-rows:1fr}.accordion-body-inner{overflow:hidden}.accordion-body-inner .issue-body{font-size:1rem;line-height:1.75;padding-bottom:.75rem}.accordion-body-inner .issue-body+.issue-body{padding-top:.5rem}.accordion-body-inner .issue-body:last-child{padding-bottom:1.75rem}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem 1.75rem;box-shadow:var(--shadow-md);display:flex;flex-direction:column}.testimonial-quote{font-size:2rem;line-height:1;color:var(--red);font-family:Georgia,serif;margin-bottom:.75rem}.testimonial-text{font-size:.95rem;line-height:1.7;color:var(--text-body);flex:1;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid var(--gray-100)}.testimonial-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background:var(--gray-100);flex-shrink:0}.testimonial-avatar-placeholder{width:48px;height:48px;border-radius:50%;background:var(--gray-100);flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--gray-400)}.testimonial-name{font-family:var(--font-title);font-weight:600;font-size:.9rem;color:var(--navy)}.testimonial-role{font-size:.78rem;color:var(--text-muted);margin-top:1px}.endorsement-testimonial{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:2rem;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);align-items:start}.endorsement-testimonial-img{width:100px;height:100px;border-radius:50%;object-fit:cover;background:var(--gray-100)}.endorsement-testimonial-placeholder{width:100px;height:100px;border-radius:50%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--gray-400)}.endorsement-testimonial-text{font-size:.95rem;line-height:1.75;font-style:italic;color:var(--text-body);margin-bottom:.75rem}.endorsement-testimonial-name{font-family:var(--font-title);font-weight:600;font-size:1.13rem;color:var(--navy)}.endorsement-testimonial-title{font-size:.98rem;color:var(--text-muted)}.page-hero{background:var(--navy);padding:clamp(4rem,10vw,7rem) 0 clamp(3rem,7vw,5rem);position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:6px;background:var(--red)}.page-hero-inner{display:grid;grid-template-columns:1fr;gap:3rem;align-items:end}@media (max-width: 767px){.page-hero-text{justify-self:center;width:fit-content}.page-hero-img{margin:0 auto}}@media (min-width: 768px){.page-hero-inner{grid-template-columns:1fr 400px}.page-hero-text{align-self:center}}.page-hero-title{font-size:clamp(3rem,8vw,5.5rem);color:var(--white);line-height:.95}.page-hero-subtitle{font-family:var(--font-title);font-size:1rem;font-weight:400;color:#ffffffa6;margin-top:1rem;letter-spacing:.04em}.page-hero-img{width:100%;max-width:400px;aspect-ratio:3 / 4;object-fit:cover;object-position:top;border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-lg)}.page-hero-img-placeholder{width:100%;max-width:400px;aspect-ratio:3 / 4;background:var(--navy-mid);border-radius:var(--radius-lg) var(--radius-lg) 0 0;display:flex;align-items:center;justify-content:center;color:#ffffff4d;font-family:var(--font-title);font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;border:2px dashed rgba(255,255,255,.15)}.bio-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media (min-width: 900px){.bio-content{grid-template-columns:2fr 1fr}.bio-content>aside{align-self:stretch}}.bio-text p{font-size:1.02rem;line-height:1.8;color:var(--text-body);margin-bottom:1.25rem}.bio-text p:last-child{margin-bottom:0}.bio-subhead{font-family:var(--font-title);font-size:1.1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--navy);margin-top:2rem;margin-bottom:1rem}.bio-list{list-style:none;display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.25rem}.bio-list li{font-size:1.02rem;line-height:1.7;color:var(--text-body);padding-left:1.25rem;position:relative}.bio-list li:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;border-radius:50%;background:var(--red)}.callout-quote{border-left:4px solid var(--red);padding:1.25rem 1.5rem;background:var(--gray-50);border-radius:0 var(--radius) var(--radius) 0;font-family:var(--font-title);font-size:1.05rem;font-weight:400;color:var(--navy);font-style:italic;line-height:1.55;margin:1.75rem 0}.accomplishments-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 900px){.accomplishments-grid{gap:2rem}}.accomplishment-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem 1.75rem;box-shadow:var(--shadow-md);border-bottom:3px solid var(--red)}.accomplishment-icon{width:44px;height:44px;margin-bottom:1rem;color:var(--navy)}.accomplishment-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.accomplishment-title{font-family:var(--font-display);font-size:1.4rem;color:var(--navy);margin-bottom:.5rem}.accomplishment-body{font-size:.9rem;color:var(--text-body);line-height:1.6}.news-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.news-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.news-grid{grid-template-columns:repeat(3,1fr)}}.news-card{display:flex;flex-direction:column}.news-card .card-body{display:flex;flex-direction:column;flex:1}.news-card .btn{margin-top:auto;align-self:flex-start}.news-empty{text-align:center;padding:4rem 2rem;color:var(--text-muted);font-family:var(--font-title);font-size:1.1rem;letter-spacing:.05em}.article-hero{background:var(--navy);padding:clamp(3rem,8vw,5rem) 0}.article-meta{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.article-category{font-family:var(--font-title);font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--red);background:#c41e3a26;padding:.3rem .75rem;border-radius:2px}.article-date{font-family:var(--font-title);font-size:.78rem;color:#ffffff80;letter-spacing:.05em}.article-title{font-size:clamp(2.2rem,6vw,4rem);color:var(--white);line-height:1;margin-bottom:1rem}.article-img{width:100%;max-height:480px;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:2.5rem}.article-body{max-width:720px;margin:0 auto}.article-body p{font-size:1.05rem;line-height:1.85;color:var(--text-body);margin-bottom:1.5rem}.article-body h2{font-size:2rem;margin:2.5rem 0 1rem}.article-back{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-title);font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);margin-bottom:2.5rem;transition:gap var(--transition),color var(--transition)}.article-back:hover{color:var(--red);gap:.75rem}.article-not-found{text-align:center;padding:6rem 2rem;color:var(--text-muted)}.endorsers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 600px){.endorsers-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 900px){.endorsers-grid{grid-template-columns:repeat(4,1fr)}}.endorser-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.endorser-photo{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid var(--gray-100);box-shadow:var(--shadow-sm)}.endorser-photo-placeholder{width:90px;height:90px;border-radius:50%;background:var(--gray-100);border:3px solid var(--gray-200);display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:.7rem;font-family:var(--font-title);letter-spacing:.06em;text-transform:uppercase}.endorser-name{font-family:var(--font-title);font-weight:600;font-size:.92rem;color:var(--navy);line-height:1.2}.endorser-title{font-size:.78rem;color:var(--text-muted);line-height:1.4}.org-list{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 600px){.org-list{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.org-list{grid-template-columns:repeat(3,1fr)}}.org-item{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);border-left:3px solid var(--red)}.org-icon{width:36px;height:36px;color:var(--navy);flex-shrink:0}.org-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5}.org-name{font-family:var(--font-title);font-weight:600;font-size:.9rem;color:var(--navy)}.endorsement-testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.endorsement-testimonials-grid{grid-template-columns:repeat(2,1fr)}}.events-list{display:flex;flex-direction:column;gap:1.5rem}.event-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.75rem 2rem;display:grid;grid-template-columns:1fr;gap:1rem;align-items:center;border-left:4px solid var(--red);transition:box-shadow var(--transition),transform var(--transition)}.event-card:hover{box-shadow:var(--shadow-md);transform:translate(4px)}.event-description{font-size:1.13rem;color:var(--text-muted);line-height:1.6}@media (min-width: 768px){.event-card{grid-template-columns:1fr 1fr;grid-template-areas:"info btn" "info desc";align-items:start;column-gap:calc(1rem + 20px)}.event-info{grid-area:info}.event-description{grid-area:desc}.cal-dropdown{grid-area:btn;align-self:start}}.event-date-badge{display:flex;align-items:center;justify-content:center;background:var(--navy);border-radius:var(--radius);padding:.6rem .85rem;width:100%;margin-bottom:.75rem}.event-date-text{font-family:var(--font-title);font-size:1.25rem;font-weight:700;letter-spacing:.04em;color:var(--white)}.event-title{font-family:var(--font-title);font-weight:600;font-size:1.31rem;color:var(--navy);margin-bottom:.4rem}.event-details{display:flex;flex-direction:column;gap:.3rem}.event-detail{display:flex;align-items:center;gap:.5rem;font-size:1.06rem;color:var(--text-muted)}.event-detail svg{width:15px;height:15px;fill:none;stroke:var(--gray-400);stroke-width:1.5;flex-shrink:0}.event-empty{text-align:center;padding:4rem 2rem;color:var(--text-muted);font-family:var(--font-title);font-size:1.1rem}.cal-dropdown{position:relative;width:100%}.cal-toggle{display:flex;align-items:center;justify-content:center;white-space:nowrap;width:100%}.cal-menu{display:none;position:absolute;top:calc(100% + .5rem);right:0;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-md);min-width:210px;z-index:100;overflow:hidden}.cal-menu.is-open{display:block}.cal-option{display:flex;align-items:center;gap:.65rem;width:100%;padding:.8rem 1rem;font-family:var(--font-body);font-size:1.13rem;color:var(--navy);text-decoration:none;background:none;border:none;border-bottom:1px solid var(--gray-100);cursor:pointer;text-align:left;transition:background var(--transition),color var(--transition)}.cal-option:last-child{border-bottom:none}.cal-option:hover{background:var(--gray-50);color:var(--red)}.cal-option svg{width:15px;height:15px;flex-shrink:0}.volunteer-layout{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media (min-width: 900px){.volunteer-layout{grid-template-columns:1fr 1fr}}.volunteer-form{background:var(--white)}.volunteer-img-wrap{position:relative}.volunteer-img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.volunteer-img-placeholder{width:100%;aspect-ratio:4 / 5;background:var(--gray-100);border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--gray-400);font-family:var(--font-title);font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;gap:.75rem;border:2px dashed var(--gray-200)}.volunteer-img-caption{position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem;background:var(--navy);color:var(--white);padding:1rem 1.25rem;border-radius:var(--radius);font-family:var(--font-title);font-size:.9rem;font-weight:500;letter-spacing:.05em}.volunteer-img-caption span{display:block;font-size:.72rem;color:#fff9;margin-top:.25rem;font-weight:400}.contact-layout{max-width:680px;margin:0 auto}.contact-intro{font-size:1.05rem;color:var(--text-body);line-height:1.7;margin-bottom:2.5rem}.donate-intro{text-align:center;max-width:600px;margin:0 auto 3rem}.donate-intro .section-body{margin:0 auto}.donate-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:800px;margin:0 auto}@media (min-width: 640px){.donate-grid{grid-template-columns:repeat(3,1fr)}}.donate-amount-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;background:var(--white);border:2px solid var(--gray-100);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition),background var(--transition);text-decoration:none;cursor:pointer;gap:.25rem}.donate-amount-card:hover{border-color:var(--navy);box-shadow:var(--shadow-md);transform:translateY(-4px)}.donate-amount-card.featured{border-color:var(--red);background:var(--red);color:var(--white)}.donate-amount-card.featured:hover{border-color:var(--red-dark);background:var(--red-dark)}.donate-amount{font-family:var(--font-display);font-size:2.5rem;color:var(--navy);line-height:1}.donate-amount-card.featured .donate-amount{color:var(--white)}.donate-amount-label{font-family:var(--font-title);font-size:.91rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-top:.25rem}.donate-amount-card.featured .donate-amount-label{color:#ffffffb3}.donate-other{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.75rem 1.5rem;background:var(--gray-50);border:2px dashed var(--gray-200);border-radius:var(--radius-lg);gap:.75rem;grid-column:1 / -1}@media (min-width: 640px){.donate-other{grid-column:auto;grid-row:span 1}}.donate-other-label{font-family:var(--font-title);font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--navy)}.donate-other-row{display:flex;gap:.75rem;width:100%}.donate-other-input{flex:1;padding:.75rem 1rem;border:1.5px solid var(--gray-200);border-radius:var(--radius);font-family:var(--font-title);font-size:1rem;font-weight:600;color:var(--navy);outline:none;transition:border-color var(--transition)}.donate-other-input:focus{border-color:var(--navy)}.donate-disclaimer{text-align:center;max-width:600px;margin:2.5rem auto 0;font-size:.8rem;color:var(--text-muted);line-height:1.6}.form-stack{display:flex;flex-direction:column;gap:1.25rem}.form-row-2{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 560px){.form-row-2{grid-template-columns:repeat(2,1fr)}}.form-submit{margin-top:.5rem}.text-center{text-align:center}.mt-auto{margin-top:auto}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.btn.loading{pointer-events:none;opacity:.7}.btn.loading:after{content:"";display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;margin-left:.5rem}@keyframes spin{to{transform:rotate(360deg)}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.reveal.visible{opacity:1;transform:none}
