:root{
  --rotary-blue:#17458f;
  --rotary-gold:#f7a81b;
  --rotary-sky:#019fcb;
  --deep:#0d1b35;
  --ink:#27364a;
  --muted:#687789;
  --light:#f5f7fb;
  --white:#ffffff;
  --shadow:0 20px 50px rgba(13,27,53,.14);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Source Sans 3',Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.skip{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip:focus{left:1rem;top:1rem;width:auto;height:auto;z-index:9999;background:#fff;padding:.75rem;border-radius:.5rem}
.container{width:min(1180px,92%);margin-inline:auto}
.site-header{position:fixed;top:0;left:0;right:0;z-index:99;background:rgba(255,255,255,.93);backdrop-filter:blur(14px);box-shadow:0 8px 30px rgba(13,27,53,.08)}
.header-inner{height:82px;display:flex;align-items:center;gap:1rem;width:min(1280px,94%);margin:auto}
.brand img{height:60px;width:auto;max-width:210px;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:.15rem;margin-left:auto}
.main-nav a{font-family:Montserrat,sans-serif;font-size:.84rem;font-weight:700;color:var(--deep);padding:.8rem .65rem;border-radius:999px;white-space:nowrap}
.main-nav a:hover{background:rgba(247,168,27,.18);color:var(--rotary-blue)}
.header-actions{display:flex;align-items:center;gap:.45rem;margin-left:.5rem}
.icon-link{height:42px;width:42px;display:grid;place-items:center;border-radius:50%;background:#f2f5fb;border:1px solid rgba(23,69,143,.12)}
.icon-link img{height:27px;width:27px;object-fit:contain}.icon-link.district{width:92px;border-radius:999px}.icon-link.district img{width:78px;height:34px}
.lang-switch{border:0;border-radius:999px;background:var(--rotary-blue);color:#fff;font-family:Montserrat,sans-serif;font-weight:900;padding:.75rem .9rem;cursor:pointer;box-shadow:0 8px 22px rgba(23,69,143,.22)}
.menu-toggle{display:none;background:var(--rotary-blue);border:0;border-radius:12px;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px;margin-left:auto}.menu-toggle span{width:22px;height:2px;background:#fff;border-radius:3px}
.hero{position:relative;min-height:100vh;display:grid;align-items:center;padding-top:82px;overflow:hidden;background:var(--deep)}
.hero-media,.hero-img{position:absolute;inset:0;width:100%;height:100%}.hero-img{object-fit:cover;opacity:0;transform:scale(1.03);transition:opacity 1.2s ease,transform 5s ease}.hero-img.active{opacity:1;transform:scale(1)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,27,53,.82),rgba(13,27,53,.48),rgba(13,27,53,.18))}
.hero-content{position:relative;z-index:1;color:#fff;max-width:850px;margin-left:clamp(1rem,5vw,8rem);padding-block:8rem}.eyebrow{font-family:Montserrat,sans-serif;font-weight:900;color:var(--rotary-gold);text-transform:uppercase;letter-spacing:.12em;font-size:.82rem;margin:0 0 .7rem}.hero h1{font-family:Montserrat,sans-serif;font-size:clamp(2.6rem,7vw,6.7rem);line-height:.98;margin:.2rem 0 1rem;font-weight:900;letter-spacing:-.06em}.hero p:not(.eyebrow){font-size:clamp(1.08rem,2vw,1.35rem);max-width:680px;color:rgba(255,255,255,.92)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;padding:.9rem 1.25rem;font-family:Montserrat,sans-serif;font-weight:900;transition:.25s ease;border:2px solid transparent;cursor:pointer;text-align:center}.btn.primary{background:var(--rotary-gold);color:#171717}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(247,168,27,.34)}.btn.secondary{background:#fff;color:var(--rotary-blue)}.btn.outline{border-color:var(--rotary-blue);color:var(--rotary-blue);background:#fff}.hero-buttons,.contact-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}
.section{padding:96px 0}.section.compact{padding:62px 0}.alt{background:linear-gradient(180deg,#f8fbff,#eef5ff)}.section-head{text-align:center;max-width:850px;margin:0 auto 3rem}.section-head h2,.intro h2,.video-band h2,.contact h2{font-family:Montserrat,sans-serif;color:var(--deep);font-size:clamp(2rem,4vw,3.6rem);line-height:1.05;margin:.2rem 0 1rem;letter-spacing:-.045em}.section-head p{font-size:1.12rem;color:var(--muted)}
.intro-grid{display:grid;grid-template-columns:1.1fr .95fr .95fr;gap:1.4rem;align-items:stretch}.intro-grid>div:first-child{background:var(--rotary-blue);color:#fff;border-radius:var(--radius);padding:2.3rem;box-shadow:var(--shadow)}.intro-grid>div:first-child h2{color:#fff}.intro-grid>div:first-child p:not(.eyebrow){color:rgba(255,255,255,.88)}
.feature-card,.cards article,.content-card,.mission-grid article,.project-card,.contact-form,.map-card,.facebook-card{background:#fff;border:1px solid rgba(23,69,143,.1);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.image-card{padding:1rem}.image-card img,.cards article img{width:100%;height:220px;object-fit:cover;border-radius:20px}.image-card h3,.cards h3,.content-card h3,.mission-grid h3,.project-card h3{font-family:Montserrat,sans-serif;color:var(--rotary-blue);line-height:1.15;margin:1rem 0 .45rem}.image-card p,.cards p{color:var(--muted)}
.video-band{background:var(--deep);color:#fff}.video-band h2{color:#fff}.video-band p:not(.eyebrow){color:rgba(255,255,255,.8)}.video-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:2rem;align-items:center}.video-wrap{position:relative;width:100%;aspect-ratio:16/9;border-radius:24px;overflow:hidden;background:#07101f;box-shadow:var(--shadow)}.video-wrap iframe,.map-card iframe,.facebook-card iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-wrap.wide{margin-top:2rem}
.split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;margin:2rem 0}.split.reverse{grid-template-columns:1.05fr .95fr}.rounded-img{width:100%;height:520px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.content-card{padding:2rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}.cards.four{grid-template-columns:repeat(4,1fr);margin-top:2rem}.cards.five{grid-template-columns:repeat(5,1fr)}.cards.three{grid-template-columns:repeat(3,1fr)}.cards article{padding:1rem;display:flex;flex-direction:column}.cards article a{margin-top:auto;color:var(--rotary-blue);font-family:Montserrat,sans-serif;font-weight:900}.mission-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.3rem;margin-top:2rem}.mission-grid article{padding:1.6rem}.check-list{padding-left:1.1rem}.check-list li::marker{color:var(--rotary-gold)}
.endpolio{display:grid;grid-template-columns:.45fr .55fr;gap:1.5rem;align-items:center;margin-top:2rem}.endpolio>a{background:#fff;border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);display:grid;place-items:center}.endpolio img{max-height:220px;margin:auto}.cause-cards{grid-template-columns:repeat(4,1fr)}
.program-list{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.program-list a{position:relative;min-height:230px;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);isolation:isolate;background:var(--deep)}.program-list img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.35s ease}.program-list a:hover img{transform:scale(1.05)}.program-list a:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(13,27,53,.83),rgba(13,27,53,.1))}.program-list span{position:absolute;z-index:1;left:1rem;right:1rem;bottom:1rem;color:#fff;font-family:Montserrat,sans-serif;font-weight:900;font-size:1.05rem;line-height:1.15}
.project-card{display:grid;grid-template-columns:.92fr 1fr;gap:1.2rem;padding:1rem;align-items:center}.project-card img{height:360px;width:100%;object-fit:cover;border-radius:20px}.local-video video{width:100%;display:block;border-radius:var(--radius);box-shadow:var(--shadow);background:#000}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.gallery-item{border:0;padding:0;border-radius:20px;overflow:hidden;background:#ddd;cursor:pointer;height:260px;box-shadow:0 10px 25px rgba(13,27,53,.13)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.3s ease}.gallery-item:hover img{transform:scale(1.06)}
.contact{background:linear-gradient(135deg,var(--deep),#123d84);color:#fff}.contact h2{color:#fff}.contact p{color:rgba(255,255,255,.83)}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem;align-items:start}.contact-form{margin-top:1.5rem;padding:1.4rem;color:var(--ink)}.contact-form label{display:block;font-weight:700;margin-bottom:.9rem}.contact-form input,.contact-form textarea{width:100%;border:1px solid #d8e0ee;border-radius:14px;padding:.85rem;font:inherit;margin-top:.25rem}.contact-side{display:grid;gap:1rem}.map-card,.facebook-card{position:relative;height:340px}.facebook-card{height:520px;background:#fff}.site-footer{background:#07101f;color:#fff;padding:3rem 0 0}.footer-grid{display:flex;justify-content:space-between;gap:2rem;align-items:center}.footer-grid img{height:80px;background:#fff;border-radius:18px;padding:.7rem}.footer-grid p{color:rgba(255,255,255,.75)}.footer-links{display:flex;flex-wrap:wrap;gap:1rem}.footer-links a{font-weight:800;color:#fff}.credits{border-top:1px solid rgba(255,255,255,.1);text-align:center;margin-top:2rem;padding:1.2rem}.credits a{color:var(--rotary-gold);font-weight:900}.wa-float{position:fixed;right:20px;bottom:20px;z-index:95;width:58px;height:58px;background:#25d366;border-radius:50%;display:grid;place-items:center;box-shadow:0 15px 30px rgba(0,0,0,.25)}.wa-float img{width:32px;height:32px}.lightbox{position:fixed;inset:0;background:rgba(4,10,20,.9);z-index:999;display:none;place-items:center;padding:2rem}.lightbox.active{display:grid}.lightbox img{max-width:min(1100px,94vw);max-height:86vh;border-radius:18px;box-shadow:0 30px 80px rgba(0,0,0,.45)}.lightbox button{position:absolute;right:28px;top:22px;background:#fff;color:#111;border:0;border-radius:50%;width:48px;height:48px;font-size:2rem;line-height:1;cursor:pointer}
@media (max-width:1100px){.main-nav{position:fixed;top:82px;left:0;right:0;background:#fff;display:none;flex-direction:column;align-items:stretch;padding:1rem;box-shadow:0 15px 30px rgba(13,27,53,.12)}.main-nav.open{display:flex}.menu-toggle{display:flex}.header-actions{margin-left:0}.intro-grid,.video-grid,.split,.split.reverse,.endpolio,.contact-grid{grid-template-columns:1fr}.cards.four,.cards.five,.cause-cards,.program-list{grid-template-columns:repeat(2,1fr)}.mission-grid{grid-template-columns:1fr}.hero-content{margin-left:auto}.rounded-img{height:390px}}
@media (max-width:720px){.header-inner{height:74px}.brand img{height:48px;max-width:160px}.icon-link{display:none}.lang-switch{padding:.65rem .75rem}.hero{min-height:88vh;padding-top:74px}.hero h1{font-size:2.55rem}.section{padding:68px 0}.intro-grid,.cards,.cards.three,.cards.four,.cards.five,.cause-cards,.program-list,.gallery{grid-template-columns:1fr}.gallery-item{height:235px}.project-card{grid-template-columns:1fr}.project-card img{height:280px}.footer-grid{flex-direction:column;text-align:center}.footer-links{justify-content:center}.map-card{height:300px}.facebook-card{height:460px}.hero-buttons,.contact-actions{flex-direction:column}.btn{width:100%}}
