:root{--brand: #364f6b;--brand-dark: #1c244b;--heading: #364f6b;--body: #6a6f75;--ink: #1a2a3a;--bg: #ffffff;--bg-soft: #f4f5f7;--card: #364f6b;--yellow: #eac44e;--line: #e6e8ec;--maxw: 1600px;--radius: 16px;--radius-lg: 24px;--pill: 100px;--font: "Inter", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--body);font-size:1.0625rem;line-height:1.65;background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;display:block;height:auto}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font);color:var(--heading);font-weight:600;line-height:1.2}h1{font-size:clamp(2.1rem,5vw,3rem)}h2{font-size:clamp(1.8rem,4vw,3rem)}h3{font-size:1.4rem}h4{font-size:1.2rem}p{margin:0 0 1rem}p:last-child{margin-bottom:0}.container{max-width:var(--maxw);margin:0 auto;padding:0 80px}.container-narrow{max-width:880px;margin:0 auto;padding:0 80px}section{padding:72px 0}.section-soft{background:var(--bg-soft)}.center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.eyebrow{display:block;color:var(--body);font-size:1.05rem;font-weight:400;max-width:720px}.lead{font-size:1.15rem;color:var(--body);max-width:760px}.grid{display:grid;gap:32px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.btn{display:inline-block;background:var(--brand);color:#fff;border:1.5px solid var(--brand);border-radius:var(--pill);padding:14px 26px;font-weight:500;font-size:1rem;line-height:1.1;white-space:nowrap;cursor:pointer;transition:background .2s ease,color .2s ease}.site-header .btn{flex:none}.nav-mobile-cta{display:none}.btn:hover{background:#fff;color:var(--brand)}.btn-light{background:#fff;color:var(--brand);border-color:#fff}.btn-light:hover{background:transparent;color:#fff}.site-header{position:sticky;top:0;z-index:100;background:#fffffff5;backdrop-filter:saturate(180%) blur(8px);box-shadow:0 2px 12px #00000014}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:18px 80px;max-width:1600px;margin:0 auto}.logo img{height:46px;width:auto}.nav{display:flex;align-items:center;justify-content:center}.nav-list{display:flex;align-items:center;gap:26px;list-style:none}.nav-item{position:relative}.nav-item>a{color:var(--brand-dark);font-weight:400;font-size:1rem;padding:6px 0;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.nav-item>a:hover{color:var(--brand)}.nav-item>a[aria-current=page]{color:var(--brand);border-bottom:2px solid var(--brand);padding-bottom:4px}.caret{display:inline-block;opacity:.6;flex-shrink:0;transition:transform .18s ease}.nav-item:hover .caret,.nav-item:focus-within .caret{transform:rotate(180deg)}.dropdown{position:absolute;top:100%;left:0;min-width:230px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 30px #1c244b1f;padding:8px;list-style:none;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease}.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{opacity:1;visibility:visible;transform:translateY(4px)}.dropdown a{display:block;padding:9px 12px;border-radius:8px;color:var(--brand-dark);font-size:.95rem}.dropdown a:hover{background:var(--bg-soft);color:var(--brand)}.nav-toggle{display:none;background:none;border:0;cursor:pointer;flex-direction:column;gap:5px;padding:8px}.nav-toggle span{width:26px;height:2.5px;background:var(--brand-dark);border-radius:2px;transition:.2s}.page-header{padding:48px 0 0;background:url(/Background-Light.svg) no-repeat center center;background-size:cover}.page-header.hero-section{background:none;padding:32px 0 0}.page-header h1{margin-bottom:18px}.hero-container{padding:0 80px;max-width:1600px;margin:0 auto}.hero-image{width:100%;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1440 / 370;object-fit:cover}.service-card{text-align:center}.icon-box{width:88px;height:88px;display:flex;align-items:center;justify-content:center;margin:0 auto 28px;border-radius:16px;background:var(--bg-soft)}.icon-box img{width:88px;height:88px}.service-card h4{margin-bottom:12px;line-height:1.3}.focus-section{position:relative;overflow:hidden}.focus-rings{position:absolute;inset:0;pointer-events:none;background:url(/Background-Light.svg) no-repeat right center;background-size:auto 100%}@media (max-width: 900px){.focus-rings{display:none}}.focus-grid{grid-template-columns:2fr 3fr}.num-item{padding:26px 0;border-bottom:1px solid var(--line)}.num-item:last-child{border-bottom:0}.num-item .num{font-size:2.2rem;font-weight:700;color:var(--brand);line-height:1;margin-bottom:12px}.outreach-grid{display:grid;grid-template-columns:2fr 3fr;gap:48px;align-items:center}.outreach-text{display:flex;flex-direction:column;align-items:flex-start}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.stat-card{background:var(--brand);color:#fff;border-radius:var(--radius);padding:24px;min-height:156px;display:flex;flex-direction:column;justify-content:space-between}.stat-card .stat-top{display:flex;align-items:center;gap:12px;margin-bottom:12px}.stat-icon{width:40px;height:40px;border-radius:50%;background:var(--yellow);display:flex;align-items:center;justify-content:center;flex:none}.stat-icon img{width:22px;height:22px}.stat-card .stat-num{font-size:1.4rem;font-weight:700;color:#fff}.stat-card .stat-label{color:#ffffffd9;font-size:.95rem}.metric .metric-num{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;color:var(--brand);line-height:1}.metric .metric-label{color:var(--body);margin-top:6px}.team-card{text-align:center;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;text-decoration:none;display:block}.team-card .photo{overflow:hidden;background:var(--bg-soft);display:flex;align-items:center;justify-content:center;min-height:180px}.team-card .photo img{width:200px;height:auto;display:block}.team-card .team-info{padding:16px}.team-card h4{margin-bottom:4px;color:var(--heading)}.team-card .role{color:var(--body);font-size:.98rem}.skill-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;height:100%}.skill-card .skill-icon{width:56px;height:56px;border-radius:14px;background:var(--bg-soft);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.skill-card .skill-icon img{width:30px;height:30px}.skill-card h4{margin-bottom:10px}.skill-card p{font-size:.98rem}.bio-header{display:grid;grid-template-columns:auto 1fr;gap:48px;align-items:start}.bio-header .bio-photo{border-radius:var(--radius-lg);overflow:hidden}.bio-header h1{margin-bottom:6px}.bio-header .bio-role{color:var(--body);font-size:1.2rem;font-weight:500;margin-bottom:20px}.cta{text-align:center;background-color:var(--brand);background-image:url(/media/Frame-1707483732.webp);background-size:cover;background-position:center center;background-repeat:no-repeat;color:#ffffffe6;position:relative;overflow:hidden}.cta h2{max-width:820px;margin:0 auto 28px;color:#fff}.cta p,.cta .lead{color:#ffffffe6}.cta .container{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.cta.section-dark{background-color:var(--brand)}.cta .rings{display:none}.cta .btn{background:#fce38a;color:var(--brand);border-color:var(--brand)}.cta .btn:hover{background:#fff;color:var(--brand);border-color:var(--brand)}.quote-band{text-align:center;background:#fff;padding:72px 0 0}.quote-band h2{max-width:900px;margin:0 auto;font-weight:600;color:var(--heading)}.outreach-section{background-image:url(/media/Frame-1707483741.svg);background-size:cover;background-repeat:no-repeat;background-position:center;padding:72px 0}.outreach-section .outreach-text h2,.outreach-section .outreach-text p,.outreach-section .outreach-text .lead{color:#fff}.outreach-section .btn{background:#fce38a;color:#364f6b;border-color:#364f6b}.outreach-section .btn:hover{background:#fff;color:#364f6b}.video-card .frame{border-radius:var(--radius);overflow:hidden;aspect-ratio:1 / 1;background:#000}.video-card .frame img,.video-card .frame video,.video-card .frame iframe{width:100%;height:100%;object-fit:cover;border:0}.video-card .caption{text-align:center;margin-top:12px;color:var(--body)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gallery-grid .tile{aspect-ratio:1 / 1;border-radius:var(--radius);overflow:hidden;background:var(--bg-soft)}.gallery-grid .tile img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-grid .tile:hover img{transform:scale(1.05)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.field{margin-bottom:18px}.field label{display:block;font-size:.92rem;margin-bottom:7px;color:var(--ink);font-weight:500}.field input,.field textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:13px 15px;font-family:inherit;font-size:1rem;color:var(--ink);background:#fff}.field input:focus,.field textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #364f6b1f}.field textarea{min-height:130px;resize:vertical}.contact-line{display:flex;align-items:center;gap:12px;margin-bottom:14px}.contact-line img{width:30px;height:30px}.site-footer{background:#203143;color:#ffffffd9;padding:64px 0 28px}.site-footer .logo img{filter:none}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}.site-footer .tagline{margin:16px 0 24px;max-width:280px;color:#fffc}.site-footer .f-contact{display:flex;align-items:center;gap:11px;margin-bottom:13px}.site-footer .f-contact svg{width:22px;height:22px;flex:none;fill:#fce38a}.site-footer .f-contact span{font-weight:600;color:#fff}.footer-col h6{text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;color:#fff;margin-bottom:16px}.footer-col ul{list-style:none}.footer-col li{margin-bottom:11px}.footer-col a{color:#fce38a}.footer-col a:hover{color:#fff}.footer-bottom{margin-top:44px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);text-align:center;color:#fff9;font-size:.9rem}.section-dark{background:#203143;color:#ffffffe0;position:relative;overflow:hidden}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4{color:#fff}.section-dark p,.section-dark .lead{color:#ffffffe0}.rings{position:absolute!important;inset:0!important;width:auto!important;height:auto!important;pointer-events:none;z-index:0;background:url(/Background-Light.svg) no-repeat right center;background-size:auto 100%}.rings-left{background-position:left center}.section-dark .rings-hidden{display:none!important}@media (max-width: 700px){.rings{display:none}}.stack>*+*{margin-top:1rem}.mt-2{margin-top:2rem}.mb-1{margin-bottom:1rem}.map-frame{width:100%;height:370px;border:0;border-radius:var(--radius-lg)}.rounded{border-radius:var(--radius)}.source-note{font-size:.85rem;color:#9aa0a6}.source-note a{text-decoration:underline}@media (max-width: 900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.bio-header{grid-template-columns:1fr;text-align:center}.bio-header .bio-photo{max-width:320px;margin:0 auto}.contact-grid{grid-template-columns:1fr;gap:36px}.footer-grid{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.nav-toggle{display:flex}.nav,.header-cta{display:none}.nav.open{display:flex;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;padding:12px 24px 22px;gap:0;box-shadow:0 12px 24px #1c244b14}.nav.open .nav-list{flex-direction:column;align-items:stretch;gap:0;width:100%}.nav.open .nav-item>a{padding:12px 0;border-bottom:1px solid var(--line)}.nav.open .dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0 0 8px 14px}.nav.open .nav-mobile-cta{display:block;margin-top:14px;text-align:center}}.gallery-carousel-section{background:#fff;padding-bottom:72px}.gallery-swiper{width:100%;padding:24px 0 0}.gallery-swiper .swiper-pagination{position:static;display:block;margin-top:24px;line-height:1}.gallery-swiper .swiper-pagination-bullet{background:#000;opacity:.2;width:10px;height:10px}.gallery-swiper .swiper-pagination-bullet-active{background:#000;opacity:1}.gallery-swiper .swiper-slide{width:472px;height:290px;border-radius:16px;overflow:hidden;flex-shrink:0}.gallery-swiper .swiper-slide img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 600px){section{padding:52px 0}.container,.container-narrow,.hero-container,.header-inner{padding-left:20px;padding-right:20px}.grid-2,.grid-3,.grid-4,.stat-grid,.outreach-grid,.focus-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.grid{gap:24px}}.outreach-section.outreach-white{background-image:none;background-color:#fff}.outreach-section.outreach-white .outreach-text h2,.outreach-section.outreach-white .outreach-text p,.outreach-section.outreach-white .outreach-text .lead{color:var(--heading)}.outreach-section.outreach-white .outreach-text p,.outreach-section.outreach-white .outreach-text .lead{color:var(--body)}.outreach-section.outreach-white .btn{background:var(--brand);color:#fff;border-color:var(--brand)}.outreach-section.outreach-white .btn:hover{background:#fff;color:var(--brand)}.bg-light-card{background:#f9fafd}.btn-gold{background:#fce38a;color:var(--brand);border-color:#fce38a}.btn-gold:hover{background:#fff;color:var(--brand);border-color:var(--brand)}
