:root{--navy:#132b52;--navy2:#0b1e3a;--gold:#b88618;--cream:#fbf8f1;--ink:#172033;--muted:#647086;--line:#e7dfcf;--shadow:0 18px 50px rgba(19,43,82,.10);--radius:20px;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);line-height:1.65}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;color:var(--navy2);line-height:1.12;margin:0 0 18px}h1{font-size:clamp(2.8rem,6vw,5.6rem);letter-spacing:-.035em}h2{font-size:clamp(2rem,4vw,3.4rem)}h3{font-size:1.35rem}p{margin:0 0 18px;color:#526077}
.container{width:min(var(--max),92%);margin:auto}.topbar{background:var(--navy2);color:#e9edf5;font-size:.82rem;padding:8px 0}.topbar .container{display:flex;justify-content:space-between}
header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid #eee}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.brand img{width:118px;height:130px;object-fit:contain}.links{display:flex;align-items:center;gap:22px}.links a{color:var(--navy);text-decoration:none;font-weight:600;font-size:.9rem}.links a:hover{color:var(--gold)}.menu{display:none;border:0;background:none;font-size:1.8rem;color:var(--navy)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;text-decoration:none;font-weight:700;border:1px solid transparent;transition:.2s}.btn-gold{background:var(--gold);color:#fff}.btn-gold:hover{background:#946d10;transform:translateY(-2px)}.btn-outline{border-color:var(--navy);color:var(--navy);background:#fff}.btn-outline:hover{background:var(--navy);color:#fff}
.hero{background:linear-gradient(110deg,#f9f6ed,#fff 54%,#eef2f7);padding:90px 0 80px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:70px}.kicker,.eyebrow,.breadcrumb{color:var(--gold);font-weight:800;text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;margin-bottom:16px}.hero p{font-size:1.12rem;max-width:680px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:34px;box-shadow:var(--shadow)}.hero-card img{display:block;width:100%;height:auto}
.stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:70px}.stat{padding:26px 20px;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat strong{display:block;font:700 2rem Georgia;color:var(--navy)}.stat span{font-size:.86rem;color:var(--muted)}
.section{padding:92px 0}.section.alt{background:var(--cream)}.section-head{max-width:760px;margin-bottom:45px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{padding:28px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 30px rgba(19,43,82,.05)}.card:hover{transform:translateY(-3px);transition:.2s;box-shadow:var(--shadow)}.icon{width:48px;height:48px;border-radius:14px;background:#f4ead1;color:var(--gold);display:grid;place-items:center;font-size:1.2rem;margin-bottom:18px}.focus-card h3{font-size:1.15rem;margin-bottom:8px}.focus-card p,.program p{font-size:.92rem}.program{border-top:3px solid var(--gold)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.quote{font:italic 1.45rem/1.5 Georgia;color:var(--navy);border-left:3px solid var(--gold);padding-left:25px}.values{display:flex;flex-wrap:wrap;gap:10px}.pill{padding:9px 14px;border:1px solid #ddcfb1;border-radius:999px;background:#fff;color:var(--navy);font-weight:600;font-size:.85rem}
.cta{background:var(--navy);color:#fff;border-radius:30px;padding:60px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{color:#fff}.cta p{color:#cbd4e3;max-width:650px}
.page-hero{padding:75px 0;background:linear-gradient(120deg,var(--cream),#fff)}.page-hero p{max-width:760px;font-size:1.08rem}.people{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.person{display:flex;gap:20px;align-items:center}.avatar{width:82px;height:82px;border-radius:50%;background:linear-gradient(145deg,#f0dfb5,#fff);display:grid;place-items:center;color:var(--navy);font:700 1.5rem Georgia;border:1px solid #dfc889}
.members{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.member{padding:23px;border:1px solid var(--line);border-radius:16px;background:#fff}.member strong{color:var(--navy);display:block}
.contact{display:grid;grid-template-columns:.9fr 1.1fr;gap:35px}.contact-box{padding:30px;border:1px solid var(--line);border-radius:20px;background:var(--cream)}form{display:grid;gap:14px}label{font-size:.85rem;font-weight:700;color:var(--navy)}input,textarea,select{width:100%;padding:14px 15px;border:1px solid #d8dce4;border-radius:12px;font:inherit;background:#fff}textarea{min-height:140px;resize:vertical}
footer{background:#091a32;color:#b9c4d6;padding:55px 0 25px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:50px}.footer-brand img{width:140px;background:#fff;padding:5px;border-radius:8px}.footer h3{color:#fff;font-size:1.05rem}.footer a{display:block;color:#b9c4d6;text-decoration:none;margin:8px 0;font-size:.9rem}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:20px;font-size:.8rem;display:flex;justify-content:space-between}
@media(max-width:900px){.links{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid #eee}.links.open{display:flex}.menu{display:block}.hero-grid,.split,.contact{grid-template-columns:1fr}.grid-3{grid-template-columns:1fr 1fr}.stats{grid-template-columns:1fr 1fr}.stat:nth-child(2){border-right:0}.stat{border-bottom:1px solid var(--line)}.people,.members{grid-template-columns:1fr}.cta{padding:40px;flex-direction:column;align-items:flex-start}}
@media(max-width:600px){.topbar{display:none}.nav{height:72px}.links{top:72px}.brand img{width:100px}.hero{padding:60px 0}.section{padding:65px 0}.grid-3{grid-template-columns:1fr}.stats{margin-top:45px}.stat{padding:20px 12px}.cta{border-radius:22px;padding:30px}.footer-grid{grid-template-columns:1fr;gap:28px}.copyright{flex-direction:column;gap:8px}.hero-card{padding:18px}}

.footer-note{max-width:330px;font-size:.86rem;color:#9eabc0}
.social-title{margin-top:20px;color:#fff;font-weight:700;font-size:.88rem}
.socials{display:flex;gap:9px;margin-top:12px;flex-wrap:wrap}
.social{width:40px!important;height:40px;display:grid!important;place-items:center;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15);border-radius:50%;margin:0!important;color:#fff!important;transition:.2s}
.social:hover{background:var(--gold);border-color:var(--gold);transform:translateY(-2px)}
.social svg{width:18px;height:18px;fill:currentColor}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.gallery-item{position:relative;overflow:hidden;border-radius:20px;border:1px solid var(--line);background:#eee;cursor:pointer;aspect-ratio:4/3;box-shadow:0 8px 30px rgba(19,43,82,.07)}
.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.gallery-item:hover img{transform:scale(1.06)}
.gallery-caption{position:absolute;left:0;right:0;bottom:0;padding:35px 18px 16px;background:linear-gradient(transparent,rgba(7,20,40,.78));color:#fff;font-weight:700}
.gallery-modal{display:none;position:fixed;inset:0;z-index:100;background:rgba(4,13,28,.92);align-items:center;justify-content:center;padding:35px}
.gallery-modal.open{display:flex}
.gallery-modal img{max-width:min(1100px,92vw);max-height:82vh;width:auto;height:auto;border-radius:12px;box-shadow:0 25px 80px rgba(0,0,0,.45)}
.modal-close{position:absolute;top:18px;right:24px;width:48px;height:48px;border:0;border-radius:50%;background:#fff;color:var(--navy);font-size:28px;line-height:1;cursor:pointer}
.modal-label{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);color:#fff;background:rgba(0,0,0,.45);padding:8px 16px;border-radius:999px;font-size:.9rem}
@media(max-width:900px){.gallery-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.gallery-grid{grid-template-columns:1fr}.gallery-modal{padding:18px}.modal-close{right:12px;top:12px}}

/* Hero image carousel */
.hero{padding:0 0 70px;background:#fff}
.hero-carousel-wrap{width:100%;max-width:none;padding:0}
.hero-carousel{position:relative;height:min(680px,78vh);min-height:570px;overflow:hidden;background:#0b1e3a}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s ease;display:flex;align-items:center}
.hero-slide.active{opacity:1;visibility:visible;z-index:2}
.hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,19,39,.88) 0%,rgba(9,27,53,.68) 43%,rgba(9,27,53,.20) 100%)}
.hero-content{position:relative;z-index:3;width:min(1180px,92%);margin:auto;color:#fff;padding-right:42%}
.hero-content h1{color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.18)}
.hero-content p{color:#e6ebf3;max-width:650px;font-size:1.08rem}
.btn-light{background:#fff;color:var(--navy);border-color:#fff}.btn-light:hover{background:#f1f4f8;color:var(--navy)}
.hero-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:48px;height:48px;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(5,20,42,.35);color:#fff;font-size:34px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:.2s}
.hero-arrow:hover{background:var(--gold);border-color:var(--gold)}.hero-arrow.prev{left:24px}.hero-arrow.next{right:24px}
.hero-dots{position:absolute;z-index:6;bottom:25px;left:50%;transform:translateX(-50%);display:flex;gap:9px}
.hero-dot{width:10px;height:10px;border:1px solid #fff;border-radius:50%;background:rgba(255,255,255,.4);padding:0;cursor:pointer;transition:.2s}
.hero-dot.active{width:30px;border-radius:99px;background:#fff}
@media(max-width:900px){.hero-carousel{height:620px;min-height:0}.hero-content{padding-right:16%;}.hero-content h1{font-size:clamp(2.5rem,7vw,4.3rem)}}
@media(max-width:600px){.hero-carousel{height:650px}.hero-overlay{background:linear-gradient(90deg,rgba(6,19,39,.84),rgba(9,27,53,.42))}.hero-content{padding:0 8% 25px}.hero-content p{font-size:.98rem}.hero-arrow{width:40px;height:40px;font-size:28px}.hero-arrow.prev{left:12px}.hero-arrow.next{right:12px}.hero-dots{bottom:18px}}

/* FINAL FOOTER POLISH */
footer.site-footer{background:linear-gradient(135deg,#071a32 0%,#12325b 100%);color:#c7d2e2;padding:68px 0 24px;border-top:4px solid #b88618}
footer.site-footer .footer-grid{display:grid;grid-template-columns:1.3fr .8fr 1fr;gap:65px;align-items:start}
footer.site-footer .footer-brand img{width:155px;height:auto;display:block;background:#fff;padding:8px;border-radius:10px}
footer.site-footer h3{color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:1.15rem;margin:0 0 20px}
footer.site-footer p{color:#c7d2e2}footer.site-footer .footer-note{max-width:350px;color:#9fb0c7;font-size:.88rem}
footer.site-footer a{color:#cbd5e4;text-decoration:none;display:block;margin:0 0 11px;font-size:.92rem}
footer.site-footer a:hover{color:#fff}
footer.site-footer .social-title{color:#fff;font-weight:700;margin:22px 0 11px}
footer.site-footer .socials{display:flex;gap:10px;flex-wrap:wrap}
footer.site-footer .social{width:42px!important;height:42px;padding:0;display:grid!important;place-items:center;margin:0!important;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.08);color:#fff!important}
footer.site-footer .social:hover{background:#b88618;border-color:#b88618;color:#fff!important;transform:translateY(-3px)}
footer.site-footer .social svg{width:19px;height:19px;fill:currentColor;display:block}
footer.site-footer .copyright{border-top:1px solid rgba(255,255,255,.16);margin-top:48px;padding-top:20px;color:#9fb0c7}
footer.site-footer .copyright span{color:#9fb0c7}
@media(max-width:900px){footer.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:38px}footer.site-footer .footer-brand{grid-column:1/-1}}
@media(max-width:600px){footer.site-footer{padding:52px 0 20px}footer.site-footer .footer-grid{grid-template-columns:1fr;gap:30px}footer.site-footer .footer-brand{grid-column:auto}footer.site-footer .copyright{margin-top:35px}}
