@charset "UTF-8";
:root{--green:#086340;--deep:#123d30;--ink:#213c32;--muted:#5d7066;--sand:#b48b5c;--cream:#f6f5ef;--line:#dce3d9;--white:#fff;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);background:var(--cream);font-family:Inter,"Avenir Next",Avenir,system-ui,sans-serif;font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none}a:hover{color:var(--green)}button,input,select{font:inherit}button,a,input,select{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;height:auto}svg{width:24px;height:24px;flex-shrink:0}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.045em;font-weight:550}h1{font-size:clamp(40px,5.7vw,78px)}h2{font-size:clamp(30px,3.5vw,48px)}h3{font-size:23px;letter-spacing:-.025em}p{color:var(--muted)}.wrap{width:min(1280px,calc(100% - 96px));margin:auto}.topline{background:var(--deep);color:#e4eade;font-size:11px;letter-spacing:.08em}.topline .wrap{display:flex;justify-content:space-between;padding:9px 0}.site-header{position:sticky;top:0;z-index:30;background:#ffffffee;backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.admin-bar .site-header{top:32px}.header-inner{display:flex;justify-content:space-between;align-items:center;min-height:94px;gap:24px}.brand{display:flex;align-items:center;gap:11px;flex-shrink:0}.brand strong{display:block;font-size:26px;line-height:1.2;letter-spacing:-1.5px;font-weight:850;color:var(--green)}.brand b{color:var(--sand)}.brand small{font-size:8px;letter-spacing:1.8px;color:var(--muted);display:block;margin-top:4px}.brand-mark{width:43px;height:48px;border:1px solid var(--line);border-radius:24px 24px 6px 24px;display:grid;place-items:center;color:var(--green)}.brand-mark svg{width:29px;height:29px}.brand-image{width:190px;max-height:70px;object-fit:contain}nav{display:flex;align-items:center;gap:24px}.nav-links{display:flex;list-style:none;gap:23px;padding:0;margin:0;font-size:12px;font-weight:600}.nav-links a{display:block;padding:11px 0;position:relative}.nav-links a[aria-current=page]:after{content:"";height:3px;width:18px;background:var(--sand);position:absolute;bottom:0;left:0;border-radius:3px}.nav-links li{position:relative}.nav-links .sub-menu{display:none;position:absolute;background:white;padding:16px;min-width:180px;list-style:none}.nav-links li:hover>.sub-menu,.nav-links li:focus-within>.sub-menu{display:block}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:15px 24px;border:1px solid var(--green);border-radius:7px;background:var(--green);color:white;font-size:13px;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:var(--deep);color:#fff;transform:translateY(-2px)}.button.small{padding:12px 17px;font-size:11px;gap:10px}.button.secondary{color:var(--green);background:transparent;border-color:#b9c9bd}.button.secondary:hover{background:#e4ece1}.button svg{width:18px}.menu-toggle{display:none}.hero{overflow:hidden;position:relative;padding:76px 0 48px;background:radial-gradient(ellipse at 85% 30%,#e8ecdf 0,transparent 52%),var(--cream)}.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:35px;align-items:center}.eyebrow{font-size:10px;letter-spacing:.17em;font-weight:750;text-transform:uppercase;color:var(--green);display:flex;align-items:center;gap:9px;margin-bottom:25px}.eyebrow:before{content:"";width:7px;height:7px;background:var(--sand);border-radius:50%;flex-shrink:0}.hero h1{max-width:720px;margin:0 0 25px}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:var(--green)}.hero .intro{font-size:16px;max-width:485px;line-height:1.85}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.hero-art{position:relative;min-height:480px;display:grid;place-items:center}.orbit{position:absolute;border:1px solid #cbd6c4;border-radius:50%;width:450px;height:450px}.orbit:after{content:"";position:absolute;inset:29px;border:1px dashed #cbd6c4;border-radius:50%}.hero-art img{position:relative;width:330px;filter:drop-shadow(0 18px 13px #113d3020);transform:rotate(-5deg)}.map-label{position:absolute;bottom:30px;left:0;background:#fff;border:1px solid var(--line);box-shadow:0 12px 32px #143d3008;padding:17px 23px;border-radius:13px;display:flex;gap:13px;align-items:center;font-size:12px;color:var(--muted)}.map-label strong{display:block;color:var(--green);font-size:15px}.map-label svg{color:var(--green);width:29px;height:29px}.vertical-note{position:absolute;right:-25px;top:200px;writing-mode:vertical-rl;letter-spacing:.15em;font-size:9px;color:var(--muted)}.hero-bottom{margin-top:48px;border-top:1px solid var(--line);padding-top:23px;display:flex;gap:32px;align-items:center;font-size:11px;color:var(--muted)}.hero-bottom strong{font-size:25px;letter-spacing:-1px;color:var(--green);margin-right:8px}.hero-bottom a{margin-left:auto;display:flex;align-items:center;gap:9px}.section{padding:90px 0}.section.white{background:#fff}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:36px}.section-heading h2{margin-bottom:0;max-width:560px}.section-heading>p{max-width:355px;font-size:14px;margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:white;border:1px solid var(--line);padding:30px;border-radius:var(--radius);transition:transform .2s,border-color .2s}.card:hover{border-color:#a7bfae;transform:translateY(-4px)}.card p{font-size:14px}.card h3{margin-bottom:15px}.card img{border-radius:12px;margin-bottom:15px;aspect-ratio:16/10;object-fit:cover}.icon-box{display:grid;place-items:center;color:var(--green);background:#edf2e8;width:52px;height:52px;border-radius:17px;margin-bottom:36px}.icon-box svg{width:27px;height:27px}.card .text-link{display:flex;gap:10px;align-items:center;color:var(--green);font-size:12px;font-weight:700;margin-top:30px}.text-link svg{width:18px}.mission{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;align-items:center;background:var(--deep);color:white;border-radius:27px;padding:62px}.mission h2{margin:0}.mission p{color:#d1dfd5;font-size:16px}.mission .eyebrow{color:#d7bb92}.mission .button{background:#e9d1ae;color:var(--deep);border-color:#e9d1ae}.numbers{display:flex;gap:24px;margin-top:30px}.numbers>div{border-left:1px solid #567562;padding-left:20px}.numbers strong{font-size:30px;display:block;color:#e9d1ae}.numbers span{font-size:11px;color:#c7d7c9}.country-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.country-section img{max-height:380px;object-fit:contain;display:block;margin:auto}.country-tags{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}.country-tags span,.tag{border:1px solid var(--line);border-radius:30px;padding:7px 13px;font-size:11px;color:var(--green);background:#fff}.cta-band{padding:44px 0;border-top:1px solid var(--line);background:#e8eddf}.cta-band .wrap{display:flex;justify-content:space-between;align-items:center;gap:24px}.cta-band h2{font-size:30px;margin:0 0 8px}.cta-band p{margin:0}.site-footer{background:#12392e;color:#e3eadd;padding:65px 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:60px}.site-footer .brand strong{color:#fff}.site-footer .brand small{color:#bed0c2}.site-footer .brand-mark{color:#e7d0ad;border-color:#4a6654}.site-footer p{color:#bed0c2;font-size:16px;margin-top:22px}.site-footer h2{font-size:13px;letter-spacing:0;margin-bottom:25px}.site-footer a:not(.brand){display:block;font-size:12px;color:#bed0c2;margin:10px 0}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid #385446;margin-top:45px;display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#b7cabb;padding:23px 0}.editorial{padding-top:60px;padding-bottom:90px}.page-heading{max-width:950px;margin-bottom:45px}.page-heading h1{margin-bottom:20px}.editorial h2{margin-top:48px;font-size:34px}.editorial .card h2{font-size:24px;margin-top:0}.editorial .eyebrow{margin-bottom:18px}.editorial>p,.prose{max-width:900px}.editorial p{line-height:1.9}.narrow{max-width:900px}.lead{font-size:20px;max-width:880px}.editorial ul:not(.nav-links){padding-left:23px;color:var(--muted)}.directory-filter{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:15px;background:#fff;border:1px solid var(--line);padding:24px;border-radius:18px;margin:30px 0}.directory-filter label{font-size:11px;font-weight:700;color:var(--muted);display:block}.directory-filter input,.directory-filter select{display:block;width:100%;padding:12px;border:1px solid #b8cabc;border-radius:7px;background:#fff;color:var(--ink);font-size:13px;margin-top:6px;min-height:46px}.directory-filter .button{align-self:end;min-height:46px}.directory-count{font-size:13px;margin-bottom:20px}.researcher-card .initials{width:50px;height:50px;background:#edf2e8;display:grid;place-items:center;border-radius:50%;color:var(--green);font-size:16px;flex-shrink:0}.researcher-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}.researcher-card h2{font-size:21px;letter-spacing:-.02em;line-height:1.3}.researcher-card .institution{font-size:12px;font-weight:700;color:var(--green)}.researcher-card p{margin-bottom:7px}.researcher-card .text-link{margin-top:20px}.pagination{display:flex;justify-content:center;gap:8px;margin:36px 0}.page-numbers{padding:7px 14px;border-radius:6px;border:1px solid var(--line)}.page-numbers.current{background:var(--green);color:#fff}.profile{display:grid;grid-template-columns:220px 1fr;gap:45px;margin:40px 0}.profile h1{font-size:clamp(35px,4.5vw,60px)}.profile-avatar{aspect-ratio:1;background:#e7eedf;border-radius:24px;display:grid;place-items:center;align-self:start;overflow:hidden}.profile-avatar svg{width:75px;height:75px;color:var(--green)}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-data{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:30px 0}.profile-data dt{font-size:11px;color:var(--muted)}.profile-data dd{margin:5px 0;font-weight:650}.back-link{font-size:13px;color:var(--green)}.empty-state{border:1px dashed #adc3b3;border-radius:15px;padding:30px;color:var(--muted);grid-column:1/-1}.genially-box{background:#e6eddf;border:1px solid var(--line);border-radius:22px;overflow:hidden;display:grid;place-items:center;min-height:360px;padding:25px;text-align:center}.genially-box iframe{width:100%;height:650px;border:0}.genially-box h2{margin-top:0}.genially-box p{max-width:600px;margin:0 auto 20px}.odd-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.odd{padding:25px;border-radius:18px;background:#e9eedf}.odd b{display:block;font-size:40px;color:var(--green)}.skip-link{position:absolute;top:-100px;z-index:99;background:var(--deep);color:white;padding:15px}.skip-link:focus{top:0}:focus-visible{outline:3px solid #b28040;outline-offset:5px}.will-reveal{opacity:0;transform:translateY(20px);transition:opacity .6s,transform .6s}.will-reveal.in-view{opacity:1;transform:none}.elementor-widget-container .directory-filter{line-height:1.7}
@media(min-width:1450px){.hero{padding-top:90px}.hero-art{min-height:510px}}
@media(max-width:1150px){.wrap{width:calc(100% - 56px)}.nav-links{gap:14px;font-size:11px}nav{gap:15px}.button.small{padding:11px}.brand strong{font-size:23px}.hero-art{min-height:430px}.orbit{width:380px;height:380px}.hero-art img{width:280px}.hero h1{font-size:62px}.header-inner{gap:15px}}
@media(max-width:980px){.menu-toggle{display:block;background:white;border:1px solid var(--line);border-radius:7px;padding:8px 12px;font-size:13px}.menu-toggle span{margin-left:15px}.header-inner{min-height:80px}nav{display:none;position:absolute;top:100%;left:0;right:0;background:white;padding:24px;box-shadow:0 20px 25px #133c3012}nav.is-open{display:flex;align-items:stretch;flex-direction:column}.nav-links{flex-direction:column;font-size:15px;gap:4px}.hero h1{font-size:54px}.hero-grid{gap:18px}.hero-art{min-height:360px}.orbit{width:300px;height:300px}.hero-art img{width:230px}.map-label{font-size:10px;padding:13px;bottom:0}.map-label strong{font-size:12px}.vertical-note{display:none}.cards{gap:16px}.card{padding:24px}.mission{padding:40px;gap:35px}.directory-filter{grid-template-columns:1fr 1fr}.country-section{gap:35px}.footer-grid{gap:30px}}
@media(max-width:680px){.wrap{width:calc(100% - 36px)}.topline .wrap>span:last-child{display:none}.topline{font-size:9px}.hero{padding:42px 0 27px}.hero-grid{grid-template-columns:1fr}.hero h1{font-size:49px}.hero .intro{font-size:14px}.hero-art{min-height:355px;margin-top:20px}.orbit{width:320px;height:320px}.hero-art img{width:245px}.map-label{left:5px;bottom:15px}.actions{gap:9px;margin-top:25px}.button{font-size:12px;padding:13px 17px;gap:10px}.hero-bottom{margin-top:20px;gap:20px;flex-wrap:wrap;font-size:10px}.hero-bottom strong{font-size:24px}.hero-bottom a{margin-left:0;width:100%;padding-top:5px}.section{padding:55px 0}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin-top:20px}.cards{grid-template-columns:1fr}.card{padding:27px}.icon-box{margin-bottom:23px}.mission{grid-template-columns:1fr;padding:30px;gap:25px;border-radius:20px}.mission h2{font-size:35px}.numbers{gap:18px}.numbers strong{font-size:26px}.country-section{grid-template-columns:1fr;gap:30px}.country-section img{max-height:300px}.country-section>div:first-child{order:2}.cta-band .wrap{display:block}.cta-band .button{margin-top:23px}.footer-grid{grid-template-columns:1fr;gap:25px}.footer-bottom{flex-direction:column;gap:10px}.site-footer{padding-top:42px}.site-footer h2{margin-bottom:15px}.editorial{padding-top:38px;padding-bottom:55px}.page-heading{margin-bottom:30px}.page-heading h1{font-size:43px}.lead{font-size:17px}.directory-filter{grid-template-columns:1fr;padding:18px}.profile{grid-template-columns:1fr;gap:25px}.profile-avatar{width:135px}.profile-data{grid-template-columns:1fr}.odd-grid{grid-template-columns:1fr}.genially-box{padding:18px;min-height:400px}.genially-box iframe{height:600px}.admin-bar .site-header{top:46px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.will-reveal{opacity:1;transform:none}}
.photo-art{min-height:490px;margin-left:15px;align-self:stretch}.photo-art>img{width:100%;height:460px;object-fit:cover;object-position:51% center;border-radius:130px 22px 22px 22px;transform:none;filter:none}.photo-art:before{content:"";position:absolute;inset:0 -18px 42px 22px;border:1px solid #c9d3c2;border-radius:150px 28px 28px 28px;transform:rotate(4deg)}.photo-art .map-label{left:-25px;bottom:0}.photo-caption{position:absolute;bottom:62px;left:25px;font-size:8px;letter-spacing:.14em;color:#fff;background:#133c30d9;padding:10px 14px;border-radius:6px;display:flex;align-items:center;gap:9px}.photo-dot{width:6px;height:6px;background:#d9c19a;border-radius:50%}.field-section{display:grid;grid-template-columns:1.15fr 1fr;gap:65px;align-items:center}.field-section>img{width:100%;aspect-ratio:1.45;object-fit:cover;border-radius:22px}.field-section .text-link{color:var(--green);display:inline-flex;gap:12px;align-items:center;font-size:13px;font-weight:650}.field-section h2{font-size:42px}.photo-art .map-label{box-shadow:0 14px 35px #113d3014}
@media(max-width:980px){.photo-art{min-height:430px}.photo-art>img{height:405px}.field-section{gap:30px}.photo-art .map-label{left:-10px}.photo-caption{left:10px;bottom:55px;font-size:7px}}
@media(max-width:680px){.photo-art{margin-left:5px;min-height:380px}.photo-art>img{height:350px;border-top-left-radius:85px}.photo-art:before{inset:4px -4px 24px 10px;border-top-left-radius:90px}.photo-art .map-label{left:6px;bottom:0}.photo-caption{bottom:68px;left:20px}.field-section{grid-template-columns:1fr}.field-section h2{font-size:34px}.field-section>img{aspect-ratio:1.45}}

.original-brand{display:block;position:relative;width:190px;height:56px;overflow:hidden}.original-brand img{position:absolute;width:190px;height:190px;max-width:none;top:-68px;left:0}

.photo-caption{top:32px;bottom:auto;left:50px}@media(max-width:680px){.photo-caption{top:35px;left:45px}}
