:root {
  --blue:#0759a5;
  --blue-dark:#064b8d;
  --green:#92dc47;
  --text:#171717;
  --muted:#5a5a5a;
  --light:#f1f1f1;
  --white:#fff;
  --page:1380px;
  --wide:1600px;
  --narrow:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%}
body{margin:0;width:100%;min-width:0;overflow-x:hidden;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;font-size:18px;line-height:1.55}
a{color:inherit}
img,video,iframe{display:block;max-width:100%}
button,input,textarea{font:inherit}
button{cursor:pointer}
main,section,header,footer,nav,div,article{min-width:0}
.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:12px;top:12px;z-index:9999;background:#fff;padding:8px 12px}

/* Header */
.site-header{background:#fff}
.header-inner{width:min(var(--wide),calc(100% - 64px));min-height:132px;margin:0 auto;display:grid;grid-template-columns:1fr 126px;align-items:center;gap:48px;padding:12px 0}
.header-info{min-width:0}
.header-topline{display:flex;align-items:center;gap:34px;margin-bottom:15px;flex-wrap:wrap}
.social-mini{display:flex;gap:8px;flex:0 0 auto}
.social-mini a{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;text-decoration:none;font-size:13px;font-weight:700;line-height:1}
.motto{display:flex;gap:20px;flex-wrap:wrap;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.01em}
.motto span:nth-child(1),.motto span:nth-child(3){color:var(--blue)}
.motto span:nth-child(2),.motto span:nth-child(4){color:#79c83b}
.header-contact{display:flex;gap:30px;flex-wrap:wrap;font-size:14px;color:#4e4e4e}
.header-contact a{text-decoration:none;display:flex;align-items:center;gap:8px}
.header-contact .symbol{color:var(--green);font-weight:700;font-size:17px}
.brand{justify-self:end}
.brand img{width:118px;height:auto}

/* Navigation */
.nav-band{background:var(--blue);width:100%}
.nav-inner{width:100%;position:relative}
.site-nav{display:flex;justify-content:center;align-items:stretch;margin:0 auto}
.site-nav a{color:#fff;text-decoration:none;text-transform:uppercase;font-size:15px;line-height:1;min-width:170px;text-align:center;padding:20px 24px 19px}
.site-nav a:hover,.site-nav a[aria-current="page"]{background:var(--green)}
.nav-toggle{display:none}

/* Hero */
.hero{position:relative;width:100%;height:clamp(540px,58vh,700px);overflow:hidden;background:#17334d}
.hero video{width:100%;height:100%;object-fit:cover}
.hero::after{content:"";position:absolute;inset:0;background:rgba(5,22,39,.56)}
.hero-content{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:40px 28px}
.hero-content .welcome{margin:0 0 8px;font-size:clamp(30px,2.1vw,40px);font-weight:700;line-height:1.15}
.hero-content h1{margin:0;font-size:clamp(52px,4.2vw,78px);line-height:1.04;letter-spacing:-1.5px}
.hero-content h1 span{color:var(--green)}
.hero-quote{margin:20px auto 30px;max-width:900px;font-size:clamp(16px,1.25vw,21px);line-height:1.45}
.hero-actions{display:flex;gap:28px;flex-wrap:wrap;justify-content:center}

.btn{border:0;border-radius:0;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:190px;min-height:48px;padding:13px 26px;font-size:14px;line-height:1;color:#fff;background:var(--blue)}
.btn-green{background:var(--green)}
.btn-blue{background:var(--blue)}
.btn:hover{filter:brightness(.96)}

.content-width{width:min(var(--page),calc(100% - 64px));margin:0 auto}
.section{padding:80px 0}
.section-tight{padding:52px 0}
.section h2{font-size:clamp(28px,2vw,36px);line-height:1.2;margin:0 0 20px}
.section h3{font-size:21px;line-height:1.3;margin:0 0 14px}
.section p{margin:0 0 15px}
.lead{font-size:21px}

/* Donation */
.donate{text-align:center;padding:64px 0 70px}
.donate p{margin:0 0 34px;font-size:21px;line-height:1.5}
.donate strong{font-size:1.08em}
.donate-actions{display:flex;justify-content:center;gap:70px;width:min(980px,100%);margin:0 auto}
.donate-actions .btn{width:220px;flex:0 0 220px}

/* About */
.about-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:70px;align-items:start}
.about-copy h2{font-size:34px;margin:0 0 8px}
.about-copy h3{font-size:22px;margin:0 0 18px;color:var(--blue)}
.about-copy p{font-size:18px;line-height:1.68;color:#4f4f4f}
.video-frame{width:100%;aspect-ratio:16/9;background:#111}
.video-frame iframe{width:100%;height:100%;border:0}
.story-copy{margin-top:46px;max-width:980px}
.story-copy h2{color:var(--blue)}
.story-copy .statement{font-weight:700;color:#222;font-size:20px}

/* Vision / mission */
.vm-section{padding:18px 0 78px}
.vm-grid{width:min(var(--narrow),calc(100% - 64px));margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:42px}
.vm-panel{color:#fff;padding:46px 42px 42px;min-height:340px}
.vm-panel h2{margin:0 0 20px;font-size:30px}
.vm-panel p{margin:0 0 15px;font-size:18px;line-height:1.65}
.vm-vision{background:var(--green)}
.vm-mission{background:var(--blue)}

/* Inclusion */
.inclusion-band{width:100%;display:grid;grid-template-columns:minmax(340px,40%) minmax(0,60%);background:var(--blue);min-height:540px}
.inclusion-image{background-image:url('../images/Banner-2.png');background-size:cover;background-position:center left;background-repeat:no-repeat}
.inclusion-copy{color:#fff;padding:72px clamp(42px,5vw,90px) 64px;max-width:900px}
.inclusion-copy h2{margin:0 0 28px;font-size:38px;line-height:1.15}
.inclusion-copy p,.inclusion-copy li{font-size:18px;line-height:1.65}
.inclusion-copy p{margin:0 0 16px}
.inclusion-copy ul{margin:18px 0 16px;padding:0;list-style:none}
.inclusion-copy li{position:relative;padding-left:20px;margin-bottom:9px}
.inclusion-copy li::before{content:"✔";position:absolute;left:0;font-weight:700}

/* Get involved */
.get-involved{padding:76px 0 66px}
.get-involved-inner{display:grid;grid-template-columns:300px minmax(0,1fr);gap:72px}
.get-involved h2{color:var(--blue);font-size:36px;line-height:1.16;margin:0}
.get-involved p,.get-involved li{font-size:18px;color:#4b4b4b;line-height:1.6}
.get-involved ul{columns:2;column-gap:58px;margin:0 0 24px;padding-left:22px}
.get-involved li{margin-bottom:12px;break-inside:avoid}
.closing-copy{margin-top:20px}

/* Blog */
.blog-section{padding:64px 0 78px;text-align:center}
.blog-heading{margin-bottom:36px}
.blog-heading h2{font-size:17px;margin:0 0 6px}
.blog-heading p{font-size:18px;margin:0}
.news-grid{display:flex;justify-content:center;align-items:flex-start;gap:44px;flex-wrap:wrap}
.news-item{width:280px}
.news-item h3{font-size:14px;margin:0 0 10px;font-weight:700}
.news-item a{text-decoration:none}
.news-item img{width:100%;height:auto}

/* Why */
.why-section{padding:34px 0 62px}
.why-grid{width:min(var(--narrow),calc(100% - 64px));margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}
.why-grid img{width:100%;height:400px;object-fit:cover}
.why-copy h2{font-size:34px;margin:0 0 20px}
.why-copy p{font-size:18px;color:#565656;line-height:1.67;margin:0 0 13px}

/* Message */
.message-strip{width:min(var(--narrow),calc(100% - 64px));margin:0 auto 76px;background:var(--blue);color:#fff;padding:28px 36px;text-align:center;border-radius:0}
.message-strip h2{font-size:24px;margin:0 0 10px}
.message-strip blockquote{font-size:16px;line-height:1.6;font-style:italic;margin:0}

/* Objectives */
.objectives-section{padding:0 0 80px}
.objectives-section h2{text-align:center;font-size:40px;margin:0 0 48px}
.objectives{width:min(var(--narrow),calc(100% - 64px));margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:52px}
.objective img{width:74px;height:74px;object-fit:contain;margin:0 0 16px}
.objective h3{font-size:18px;margin:0 0 10px}
.objective p{font-size:15px;line-height:1.62;color:#333;margin:0}

/* Contact */
.contact-section{background:#f0f0f0;padding:42px 0 76px}
.contact-heading{text-align:center;margin-bottom:38px}
.contact-heading h2{font-size:38px;margin:0 0 8px}
.contact-heading p{font-size:16px;margin:0}
.contact-form{width:min(1060px,calc(100% - 64px));margin:0 auto}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 14px}
.field.full{grid-column:1/-1}
.field label{display:block;font-size:13px;margin-bottom:5px}
.field input,.field textarea{width:100%;background:#fff;border:1px solid #c8ced2;border-radius:0;padding:12px 13px;font-size:16px;outline:none}
.field textarea{min-height:145px;resize:vertical}
.field input:focus,.field textarea:focus{border-color:var(--blue)}
.form-actions{text-align:center;margin-top:20px}
.form-actions .btn{background:var(--green);min-width:120px}
.form-status{margin-top:10px;font-size:13px}
.honeypot{position:absolute;left:-9999px}

/* Footer */
.site-footer{background:var(--blue);color:#fff;text-align:center;padding:15px 0 18px}
.footer-nav{display:flex;justify-content:center;gap:54px;margin-bottom:10px;flex-wrap:wrap}
.footer-nav a{color:#fff;text-decoration:none;text-transform:uppercase;font-size:11px}
.footer-nav a[aria-current="page"]{color:var(--green)}
.footer-credit{font-size:11px}
.to-top{position:fixed;right:18px;bottom:18px;width:38px;height:38px;border:0;border-radius:50%;background:#0b2d4c;color:#fff;display:none;z-index:50}
.to-top.show{display:block}

/* Internal pages */
.page-title{width:100%;margin:0;background:var(--blue);color:#fff;padding:62px 0}
.page-title .content-width{text-align:center}
.page-title h1{font-size:48px;margin:0 0 9px}
.page-title p{margin:0;font-size:18px}
.page-section{padding:76px 0}
.page-section.grey{background:#f3f3f3}
.page-split{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:start}
.page-split>img{width:100%;height:100%;max-height:560px;object-fit:cover}
.page-copy h2,.article-copy h2{font-size:34px;margin:0 0 20px}
.page-copy p,.article-copy p{font-size:18px;line-height:1.65;color:#555;margin:0 0 15px}
.article-copy blockquote{margin:22px 0;color:#444;font-style:italic}
.gallery-grid{width:min(1260px,calc(100% - 64px));margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:30px}
.gallery-grid video{width:100%;background:#000}
.contact-page-grid{display:grid;grid-template-columns:340px 1fr;gap:76px}
.contact-list{list-style:none;padding:0;margin:20px 0 0}
.contact-list li{margin-bottom:12px}
.contact-list a{color:var(--blue)}

/* Tablet */
@media (max-width:1100px){
  body{font-size:17px}
  .header-inner{width:calc(100% - 40px);grid-template-columns:1fr 104px;gap:30px;min-height:116px}
  .brand img{width:98px}
  .motto{font-size:12px;gap:14px}
  .header-contact{font-size:12px;gap:18px}
  .site-nav a{min-width:140px;font-size:13px;padding:18px 20px}
  .hero{height:520px}
  .hero-content h1{font-size:58px}
  .content-width{width:calc(100% - 48px)}
  .about-grid{gap:44px}
  .vm-grid,.why-grid,.message-strip,.objectives{width:calc(100% - 48px)}
  .vm-panel{min-height:320px;padding:38px 34px}
  .inclusion-band{grid-template-columns:42% 58%;min-height:500px}
  .inclusion-copy{padding:54px 40px}
  .get-involved-inner{grid-template-columns:240px minmax(0,1fr);gap:44px}
  .get-involved ul{columns:1}
  .gallery-grid{width:calc(100% - 48px)}
}

/* Smaller tablet / large mobile */
@media (max-width:820px){
  .header-inner{width:calc(100% - 32px);min-height:108px;grid-template-columns:1fr 90px;gap:20px}
  .brand img{width:86px}
  .header-topline{gap:16px;margin-bottom:10px}
  .motto{font-size:11px;gap:10px}
  .header-contact{font-size:11px;gap:14px}
  .site-nav a{min-width:0;flex:1;font-size:12px;padding:17px 12px}
  .hero{height:470px}
  .hero-content h1{font-size:50px}
  .hero-content .welcome{font-size:28px}
  .hero-quote{font-size:16px}
  .section{padding:64px 0}
  .donate-actions{gap:20px}
  .donate-actions .btn{width:auto;flex:1 1 0;min-width:0}
  .about-grid{grid-template-columns:1fr;gap:34px}
  .story-copy{margin-top:34px}
  .vm-grid{gap:24px}
  .vm-panel{padding:34px 30px;min-height:0}
  .inclusion-band{grid-template-columns:1fr}
  .inclusion-image{height:360px;background-size:cover;background-position:center}
  .inclusion-copy{max-width:none;padding:46px 32px}
  .get-involved-inner{grid-template-columns:1fr;gap:24px}
  .get-involved h2{font-size:32px}
  .why-grid{grid-template-columns:1fr;gap:30px}
  .why-grid img{height:auto}
  .objectives{gap:30px}
  .objective p{font-size:14px}
  .page-split,.contact-page-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr}
}

/* Mobile */
@media (max-width:620px){
  body{font-size:16px}
  .header-inner{display:flex;flex-direction:column-reverse;gap:10px;width:calc(100% - 28px);min-height:0;padding:14px 0}
  .brand{justify-self:auto}
  .brand img{width:82px}
  .header-info{width:100%;text-align:center}
  .header-topline{justify-content:center;gap:10px 16px;margin-bottom:8px}
  .header-contact{justify-content:center;gap:8px 16px;font-size:11px}
  .motto{justify-content:center;font-size:10px;gap:8px}
  .nav-inner{min-height:52px}
  .nav-toggle{display:block;width:52px;height:52px;border:0;background:transparent;margin-left:auto;position:relative}
  .nav-toggle::before,.nav-toggle::after,.nav-toggle span{content:"";position:absolute;left:14px;right:14px;height:2px;background:#fff}
  .nav-toggle::before{top:16px}
  .nav-toggle span{top:25px}
  .nav-toggle::after{top:34px}
  .site-nav{display:none;position:absolute;top:52px;left:0;right:0;z-index:30;background:var(--blue);flex-direction:column}
  .site-nav.open{display:flex}
  .site-nav a{width:100%;font-size:13px;padding:17px 18px}
  .hero{height:480px}
  .hero-content{padding:28px 18px}
  .hero-content .welcome{font-size:25px}
  .hero-content h1{font-size:42px;line-height:1.06}
  .hero-quote{font-size:15px;max-width:420px;margin:16px 0 22px}
  .hero-actions{gap:10px}
  .btn{min-width:145px;min-height:46px;font-size:13px}
  .content-width{width:calc(100% - 32px)}
  .section{padding:52px 0}
  .section h2{font-size:30px}
  .donate{padding:46px 0 52px}
  .donate p{font-size:18px;margin-bottom:24px}
  .donate-actions{flex-direction:column;align-items:stretch;gap:12px;width:min(280px,100%)}
  .donate-actions .btn{width:100%;flex:none}
  .about-copy h2{font-size:31px}
  .about-copy h3{font-size:21px}
  .about-copy p{font-size:16px}
  .vm-section{padding-bottom:56px}
  .vm-grid{grid-template-columns:1fr;gap:0;width:100%}
  .vm-panel{padding:34px 24px}
  .vm-panel h2{font-size:28px}
  .vm-panel p{font-size:16px}
  .inclusion-image{height:280px}
  .inclusion-copy{padding:38px 22px}
  .inclusion-copy h2{font-size:32px}
  .inclusion-copy p,.inclusion-copy li{font-size:16px}
  .get-involved{padding:52px 0}
  .get-involved h2{font-size:31px}
  .get-involved p,.get-involved li{font-size:16px}
  .news-grid{gap:28px}
  .news-item{width:min(280px,100%)}
  .why-grid{width:calc(100% - 32px)}
  .why-copy h2{font-size:30px}
  .why-copy p{font-size:16px}
  .message-strip{width:calc(100% - 32px);margin-bottom:56px;padding:24px 20px}
  .message-strip h2{font-size:22px}
  .message-strip blockquote{font-size:15px}
  .objectives-section h2{font-size:34px;margin-bottom:36px}
  .objectives{grid-template-columns:1fr;gap:38px;width:calc(100% - 32px)}
  .objective{text-align:center}
  .objective img{margin:0 auto 14px}
  .objective h3{font-size:18px}
  .objective p{font-size:15px;max-width:420px;margin:0 auto}
  .contact-section{padding:36px 0 58px}
  .contact-heading h2{font-size:32px}
  .contact-form{width:calc(100% - 32px)}
  .form-grid{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .field input,.field textarea{font-size:16px}
  .footer-nav{gap:22px}
  .page-title{padding:42px 0}
  .page-title h1{font-size:38px}
  .page-title p{font-size:16px}
  .page-section{padding:52px 0}
  .page-copy h2,.article-copy h2{font-size:30px}
  .page-copy p,.article-copy p{font-size:16px}
  .gallery-grid{width:calc(100% - 32px)}
}
