:root{
  --blue:#174388;
  --blue-deep:#0d2a5a;
  --blue-dark:#081a38;
  --yellow:#FAE200;
  --green:#068541;
  --white:#FFFFFF;
  --ink:#11233f;
  --muted:#5f6d7f;
  --paper:#f7f8fb;
  --line:#dce3ed;
  --radius:26px;
  --shadow:0 24px 60px rgba(8,26,56,.15);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--blue-dark)}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.55;-webkit-font-smoothing:antialiased}
img,video{display:block;max-width:100%}
a{color:inherit}
.wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--blue-deep) 0%,var(--blue) 70%,#1e559d 100%);color:var(--white);min-height:780px}
.hero::after{content:"";position:absolute;left:-6%;right:-6%;bottom:-62px;height:110px;background:var(--white);transform:rotate(-2.4deg);transform-origin:center;z-index:6}
.hero__glow{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none;opacity:.24}
.hero__glow--one{width:520px;height:520px;background:var(--green);right:-250px;top:-170px}
.hero__glow--two{width:390px;height:390px;background:var(--yellow);left:-240px;bottom:-160px;opacity:.13}
.hero__layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:52px;align-items:center;padding:60px 0 112px}
.hero__main{position:relative;min-height:650px}
.hero__topline{display:flex;align-items:center;gap:22px;position:relative;z-index:4}
.hero__mini-logo{width:170px;height:auto;object-fit:contain}
.pill,.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.pill{padding:8px 13px;border:1px solid rgba(255,255,255,.42);border-radius:999px;background:rgba(255,255,255,.08)}
.hero__lead{position:relative;z-index:4;font-size:clamp(18px,2vw,26px);margin:38px 0 12px;max-width:500px;color:#e9f0ff}
.hero h1{position:relative;z-index:4;margin:0;max-width:760px;font-size:clamp(44px,6vw,78px);line-height:.93;letter-spacing:-.048em;text-transform:uppercase}
.hero h1 span,.section-head h2 span,.section-title span{color:var(--yellow)}
.hero__portrait-stage{position:absolute;left:260px;bottom:-18px;width:540px;height:565px;pointer-events:none;z-index:1}
.hero__portrait-stage img{position:absolute;left:20px;bottom:0;width:500px;height:auto;filter:drop-shadow(0 25px 35px rgba(0,0,0,.22));z-index:3}
.hero__stripe{position:absolute;border-radius:999px;transform:rotate(-22deg);z-index:1}
.hero__stripe--yellow{width:650px;height:96px;background:var(--yellow);left:-80px;bottom:110px}
.hero__stripe--green{width:620px;height:62px;background:var(--green);left:-20px;bottom:52px}
.hero__copy-block{position:relative;z-index:5;margin-top:330px;max-width:520px;padding:22px 24px;border-radius:20px;background:rgba(7,29,65,.68);backdrop-filter:blur(9px);border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 40px rgba(0,0,0,.16)}
.hero__copy-block p{margin:0;font-size:16px;color:#eef4ff}.hero__copy-block strong{color:#fff}
.hero__ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:12px;text-decoration:none;font-size:13px;font-weight:900;letter-spacing:.055em;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.btn:hover{transform:translateY(-2px)}
.btn--primary{background:var(--yellow);color:#132342;box-shadow:0 11px 24px rgba(250,226,0,.2)}
.btn--secondary{border:1px solid rgba(255,255,255,.65);color:#fff;background:rgba(255,255,255,.05)}
.btn--green{background:var(--green);color:#fff;box-shadow:0 11px 24px rgba(6,133,65,.2)}
.hero__video-shell{position:relative;padding:14px;border-radius:28px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.16);box-shadow:0 28px 70px rgba(0,0,0,.25);backdrop-filter:blur(10px)}
.video-kicker{padding:6px 8px 14px;font-size:11px;font-weight:900;letter-spacing:.17em;text-transform:uppercase;color:#e8effc}
.campaign-video{width:100%;background:#07152c;object-fit:cover;border:0}
.campaign-video--hero{aspect-ratio:9/16;max-height:610px;border-radius:20px}
.story{position:relative;padding:120px 0 100px;background:var(--white)}
.section-head--split{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:end;margin-bottom:52px}
.eyebrow{color:var(--blue);margin-bottom:13px}.eyebrow--yellow{color:var(--yellow)}
.section-head h2,.section-title{margin:0;font-size:clamp(36px,4.3vw,62px);line-height:.98;letter-spacing:-.045em;text-transform:uppercase;color:var(--blue-deep)}
.section-head h2 span,.section-title span{color:var(--green)}
.section-intro{margin:0;max-width:620px;font-size:17px;color:var(--muted)}
.story__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.chapter{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 14px 34px rgba(16,37,70,.07)}
.chapter__media{position:relative;background:var(--blue-deep);overflow:hidden}
.chapter__media--video{aspect-ratio:9/12}.chapter__media--video video{width:100%;height:100%;object-fit:cover}
.chapter__media--photo{aspect-ratio:9/12;background:linear-gradient(135deg,var(--blue) 0%,var(--blue-deep) 100%)}
.chapter__media--photo::before{content:"";position:absolute;left:-20%;right:-20%;bottom:18%;height:70px;background:var(--yellow);transform:rotate(-13deg)}
.chapter__media--photo::after{content:"";position:absolute;left:-10%;right:-10%;bottom:8%;height:40px;background:var(--green);transform:rotate(-13deg)}
.chapter__media--photo img{position:relative;z-index:2;width:100%;height:100%;object-fit:cover;object-position:center top}
.chapter__text{padding:27px 26px 30px}.chapter__number{display:inline-block;margin-bottom:14px;font-weight:900;color:var(--green);font-size:15px;letter-spacing:.15em}
.chapter h3{margin:0 0 13px;color:var(--blue);font-size:21px;line-height:1.07;letter-spacing:-.025em}.chapter p{margin:0;color:var(--muted);font-size:15px}
.campaign-quote{position:relative;margin:36px 0 0;padding:34px 38px 34px 90px;border-radius:var(--radius);background:var(--paper);border-left:7px solid var(--yellow);color:var(--blue-deep)}
.campaign-quote span{position:absolute;left:30px;top:8px;font-family:Georgia,serif;font-size:84px;line-height:1;color:var(--green)}
.campaign-quote p{margin:0;font-size:clamp(21px,2.8vw,34px);font-weight:900;letter-spacing:-.025em}
.principles{padding:100px 0 106px;background:linear-gradient(180deg,var(--blue-deep) 0%,var(--blue) 100%);color:#fff}
.section-title--light{color:#fff;max-width:850px}.section-title--light span{color:var(--yellow)}
.section-intro--light{color:#dce8fa;margin-top:22px}
.principles__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:46px}
.principle-card{display:grid;grid-template-columns:62px 1fr;gap:18px;padding:25px;border-radius:20px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.13)}
.icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:15px;background:var(--yellow);color:var(--blue-deep);font-size:27px;font-weight:900}
.principle-card h3{margin:1px 0 7px;font-size:20px}.principle-card p{margin:0;color:#dce8fa;font-size:15px}
.causes{padding:106px 0 112px;background:var(--paper)}
.causes .section-intro{margin-top:22px}.causes__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:46px}
.cause-card{min-height:270px;padding:25px 22px;border-radius:20px;background:#fff;border:1px solid var(--line);box-shadow:0 13px 30px rgba(16,37,70,.055)}
.cause-card__num{font-size:12px;font-weight:900;letter-spacing:.16em;color:var(--green)}
.cause-card h3{margin:18px 0 12px;color:var(--blue);font-size:20px;line-height:1.06}.cause-card p{margin:0;color:var(--muted);font-size:14px}
.campaign-follow{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:28px;padding:30px;border-radius:24px;background:var(--blue);color:#fff;box-shadow:var(--shadow)}
.campaign-follow__kicker{margin:0 0 8px;font-size:11px;font-weight:900;letter-spacing:.16em;color:var(--yellow)}
.campaign-follow h3{margin:0;font-size:clamp(22px,2.4vw,32px);line-height:1.08}.campaign-follow__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.site-footer{background:var(--blue-dark);color:#fff}.footer__top{display:flex;justify-content:space-between;align-items:center;gap:44px;padding:52px 0}.footer__brand img{width:220px;height:auto}.footer__brand p{margin:14px 0 0;color:#cbd9ee;font-weight:700}
.footer__links{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.footer__links p{width:100%;margin:0 0 4px;color:#95acd0;font-size:12px;text-transform:uppercase;letter-spacing:.13em;font-weight:900}.footer__links a{text-decoration:none;font-weight:800;border-bottom:1px solid rgba(255,255,255,.45)}
.footer__legal{border-top:1px solid rgba(255,255,255,.09);background:#06152e}.footer__legal p{margin:0;padding:17px 0;font-size:10px;line-height:1.5;letter-spacing:.055em;text-transform:uppercase;color:#aebfd9}
@media (max-width:1050px){
  .hero__layout{grid-template-columns:1fr .52fr;gap:28px}.hero__portrait-stage{left:230px;width:470px;height:520px}.hero__portrait-stage img{width:455px}.hero__copy-block{max-width:470px}
  .causes__grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:820px){
  .wrap{width:min(100% - 28px,720px)}
  .hero{min-height:unset}.hero::after{height:70px;bottom:-47px}
  .hero__layout{display:block;padding:28px 0 90px}.hero__main{min-height:unset}.hero__topline{justify-content:space-between;gap:12px}.hero__mini-logo{width:130px}.pill{font-size:9px;padding:7px 9px}
  .hero__lead{margin-top:26px}.hero h1{font-size:clamp(43px,12vw,72px)}
  .hero__portrait-stage{position:relative;left:auto;bottom:auto;width:100%;height:440px;margin-top:-5px}.hero__portrait-stage img{left:50%;transform:translateX(-50%);width:min(470px,96vw)}.hero__stripe--yellow{left:-24%;bottom:90px}.hero__stripe--green{left:-15%;bottom:38px}
  .hero__copy-block{margin-top:-22px;max-width:none}.hero__video-shell{margin:26px auto 0;width:min(390px,100%)}.campaign-video--hero{max-height:none}
  .section-head--split{grid-template-columns:1fr;gap:22px}.story{padding:88px 0 76px}.story__grid{grid-template-columns:1fr}.chapter{display:grid;grid-template-columns:42% 58%}.chapter__media--video,.chapter__media--photo{aspect-ratio:auto;min-height:330px}.chapter__text{padding:24px}
  .principles{padding:78px 0}.principles__grid{grid-template-columns:1fr}
  .causes{padding:82px 0}.causes__grid{grid-template-columns:repeat(2,1fr)}.campaign-follow{align-items:flex-start;flex-direction:column}.campaign-follow__actions{justify-content:flex-start}
  .footer__top{align-items:flex-start;flex-direction:column}
}
@media (max-width:560px){
  .wrap{width:min(100% - 22px,520px)}
  .hero__topline{align-items:flex-start;flex-direction:column}.hero__mini-logo{width:150px}.hero__lead{font-size:18px}.hero h1{font-size:43px;line-height:.96}.hero__portrait-stage{height:340px;margin-top:4px}.hero__portrait-stage img{width:min(325px,86vw)}.hero__copy-block{padding:18px}.hero__ctas{display:grid}.btn{width:100%}
  .section-head h2,.section-title{font-size:37px}.section-intro{font-size:15px}.story__grid{gap:16px}.chapter{display:block}.chapter__media--video,.chapter__media--photo{aspect-ratio:4/4.6;min-height:0}.campaign-quote{padding:64px 22px 24px;border-left-width:5px}.campaign-quote span{left:20px;top:0}.campaign-quote p{font-size:22px}
  .principle-card{grid-template-columns:48px 1fr;padding:20px}.icon{width:44px;height:44px;font-size:22px}.principle-card h3{font-size:18px}
  .causes__grid{grid-template-columns:1fr}.cause-card{min-height:0}.campaign-follow{padding:23px}.campaign-follow__actions{width:100%}
  .footer__brand img{width:190px}.footer__links{display:grid;gap:10px}.footer__legal p{font-size:9px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}}
