@charset "UTF-8";
:root { --navy:#112e39; --ink:#152f39; --muted:#52636a; --teal:#146654; --mint:#dbe9e0; --paper:#f8f8f3; --line:#d5ded7; --white:#fff; --lime:#d9eea8; --rust:#a4482d; --radius:3px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:105px; }
body { margin:0; color:var(--ink); background:var(--white); font-family:Arial, Helvetica, sans-serif; -webkit-font-smoothing:antialiased; line-height:1.6; }
button,input { font:inherit; }
button,a { -webkit-tap-highlight-color:transparent; }
button { cursor:pointer; }
a { color:inherit; text-decoration:none; }
img { max-width:100%; display:block; }
svg { width:24px; height:24px; flex-shrink:0; }
button { color:inherit; }
a,button,input { outline-offset:5px; }
:focus-visible { outline:3px solid #b34722; }
[hidden] { display:none!important; }
.wrap { max-width:1280px; margin:auto; padding-inline:52px; }
.skip { position:fixed; top:-100px; left:15px; background:white; color:var(--ink); padding:14px; z-index:100; }
.skip:focus { top:12px; }
.preview-bar { padding:6px 20px; background:var(--navy); color:#e0ebe4; font-size:11px; text-align:center; letter-spacing:.02em; }
.site-header { background:rgba(255,255,255,.98); border-bottom:1px solid var(--line); position:sticky; top:0; z-index:20; }
.header-inner { display:flex; align-items:center; gap:26px; min-height:91px; }
.brand { display:flex; align-items:center; gap:10px; flex-shrink:0; }
.brand img { height:43px; width:46px; object-fit:contain; }
.brand strong { font-size:21px; font-weight:750; letter-spacing:-.5px; line-height:1.1; }
.brand small { display:block; margin-top:5px; text-transform:uppercase; letter-spacing:2.1px; font-size:8px; color:var(--muted); }
.main-nav { margin-left:auto; display:flex; align-items:center; gap:23px; }
.main-nav a { font-size:12px; font-weight:600; position:relative; padding:18px 0; white-space:nowrap; }
.main-nav a:after { content:''; position:absolute; bottom:10px; height:2px; left:0; width:0; background:var(--teal); transition:width .2s; }
.main-nav a:hover:after { width:100%; }
.header-eu { border-left:1px solid var(--line); padding-left:22px; flex-shrink:0; }
.header-eu img { width:180px; height:48px; object-fit:contain; }
.header-eu img.vertical { width:73px; height:77px; }
.menu-button { display:none; border:1px solid var(--line); background:white; padding:9px 12px; align-items:center; gap:8px; border-radius:3px; }
.hero { background:var(--paper); overflow:hidden; }
.utility { display:flex; align-items:center; justify-content:space-between; padding-top:20px; padding-bottom:26px; gap:16px; }
.utility-note { color:var(--muted); font-size:10px; text-transform:uppercase; letter-spacing:1.1px; }
.language-nav { display:flex; gap:4px; }
.language-nav a { font-size:10px; font-weight:700; padding:5px 8px; min-width:30px; text-align:center; border:1px solid transparent; border-radius:2px; }
.language-nav a[aria-current] { color:var(--teal); border-color:#9cb5a5; background:white; }
.language-nav a:hover { background:var(--mint); }
.hero-grid { display:grid; grid-template-columns:1fr 1.02fr; gap:52px; align-items:center; padding-top:17px; padding-bottom:61px; }
.eyebrow { display:flex; align-items:center; gap:10px; text-transform:uppercase; letter-spacing:1.9px; font-size:10px; line-height:1.5; font-weight:700; color:var(--teal); margin:0 0 22px; }
.eyebrow:before { content:''; width:22px; height:1px; background:currentColor; }
h1 { font-size:clamp(43px,4.6vw,66px); font-weight:500; line-height:1.04; letter-spacing:-2.8px; margin:0 0 26px; max-width:640px; }
h1 span { color:var(--teal); display:block; font-family:Georgia, 'Times New Roman', serif; font-weight:400; font-style:italic; letter-spacing:-2.3px; }
.hero-copy>p:not(.eyebrow) { color:var(--muted); font-size:14px; line-height:1.8; max-width:410px; margin:0 0 29px; }
.hero-actions { display:flex; align-items:center; gap:22px; flex-wrap:wrap; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:22px; min-height:48px; font-size:11px; font-weight:700; padding:13px 20px; border:1px solid var(--teal); background:var(--teal); color:white; border-radius:var(--radius); transition:background .2s; }
.button svg { width:16px; height:16px; }
.button:hover { background:#0d493d; }
.text-link { display:inline-flex; align-items:center; gap:12px; font-size:11px; font-weight:700; border-bottom:1px solid #8d9c93; padding-bottom:3px; }
.text-link svg { width:16px; height:16px; }
.text-link:hover { color:var(--teal); border-color:var(--teal); }
.hero-visual { position:relative; padding:0 0 28px 19px; margin:0; }
.hero-visual:before { content:''; position:absolute; top:29px; left:0; width:92%; height:91%; border:1px solid #b8c9bd; border-radius:180px 4px 4px 4px; }
.hero-photo { position:relative; width:100%; height:403px; object-fit:cover; object-position:49% 55%; border-radius:170px 4px 4px 4px; }
.image-label { position:absolute; bottom:8px; right:-6px; padding:14px 19px; background:white; box-shadow:0 8px 22px #122e3910; font-size:10px; font-weight:600; max-width:87%; display:flex; align-items:center; gap:12px; }
.image-label svg { width:18px; height:18px; color:var(--teal); }
.photo-credit { font-size:9px; color:#5c6d62; margin:15px 0 0; text-align:right; }
.statistics { border-top:1px solid var(--line); background:#edf1e9; }
.statistics .wrap { display:grid; grid-template-columns:1fr 1fr 1.2fr; }
.stat { display:flex; align-items:center; gap:19px; padding:25px 0; }
.stat+.stat { border-left:1px solid #cbd6c9; padding-left:40px; }
.stat strong { font-size:36px; line-height:1; font-weight:500; letter-spacing:-1px; }
.stat strong.programme { font-size:24px; letter-spacing:-.7px; }
.stat span { font-size:10px; line-height:1.5; color:var(--muted); max-width:110px; }
.section { padding-top:90px; padding-bottom:90px; }
h2 { font-size:clamp(28px,3vw,43px); font-weight:500; line-height:1.16; letter-spacing:-1.4px; margin:0; }
.section-intro { display:grid; grid-template-columns:1fr 1fr; gap:75px; align-items:start; }
.section-intro p { margin:0 0 22px; color:var(--muted); font-size:14px; }
.project-details { margin-top:44px; border-top:1px solid var(--line); display:flex; align-items:center; gap:28px; padding-top:21px; color:var(--muted); font-size:10px; }
.project-details strong { color:var(--ink); font-size:12px; font-weight:600; }
.project-details .detail { display:flex; align-items:center; gap:11px; }
.project-details svg { width:19px; height:19px; color:var(--teal); }
.approach { background:var(--navy); color:white; position:relative; }
.approach .eyebrow { color:var(--lime); }
.approach .section-heading { display:flex; justify-content:space-between; align-items:end; gap:40px; }
.approach .section-heading p { max-width:290px; color:#b9cbc9; font-size:12px; margin:0; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); margin-top:47px; border-top:1px solid #39545e; }
.step { padding:32px 34px 0 0; }
.step+.step { border-left:1px solid #39545e; padding-left:34px; }
.step-top { display:flex; align-items:center; justify-content:space-between; color:#adc4bd; font-size:11px; }
.step-icon { width:42px; height:42px; border-radius:50%; display:grid; place-items:center; background:#24444a; color:var(--lime); }
.step h3 { font-weight:500; font-size:25px; letter-spacing:-.6px; margin:23px 0 12px; }
.step p { font-size:13px; color:#c1d0d0; margin:0; max-width:285px; }
.partners .section-top,.resources .section-top,.news .section-top { display:flex; align-items:end; justify-content:space-between; gap:40px; }
.section-top>p { max-width:350px; color:var(--muted); font-size:13px; margin:0; }
.partner-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:40px; }
.partner-card { border:1px solid var(--line); padding:29px; display:flex; flex-direction:column; min-height:291px; background:white; }
.country { font-size:10px; text-transform:uppercase; letter-spacing:1.6px; color:var(--teal); display:flex; align-items:center; gap:8px; }
.country:before { content:''; width:5px; height:5px; background:var(--teal); border-radius:50%; }
.partner-card h3 { font-size:22px; line-height:1.2; font-weight:500; margin:28px 0 12px; letter-spacing:-.5px; }
.partner-card p { font-size:12px; color:var(--muted); margin:0 0 22px; }
.partner-card a { margin-top:auto; align-self:start; }
.coordinator { display:flex; align-items:center; justify-content:space-between; gap:25px; margin-top:22px; padding:22px 27px; background:var(--paper); font-size:12px; }
.coordinator span { display:block; color:var(--teal); font-size:9px; text-transform:uppercase; letter-spacing:1.4px; margin-bottom:4px; }
.resources { background:var(--paper); }
.resource-controls { margin:32px 0 24px; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:20px; }
.filters { display:flex; flex-wrap:wrap; gap:7px; }
.filters button { background:transparent; border:1px solid #aebbaf; border-radius:3px; padding:9px 13px; font-size:10px; min-height:36px; }
.filters button[aria-pressed="true"] { color:white; background:var(--teal); border-color:var(--teal); }
.search-field { display:flex; align-items:center; border:1px solid #aebbaf; border-radius:3px; background:white; padding-left:12px; }
.search-field svg { width:16px; height:16px; color:var(--muted); }
.search-field input { width:230px; border:0; background:transparent; padding:10px; min-height:38px; font-size:11px; color:var(--ink); }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.resource-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:15px; }
.resource-card { padding:25px; background:white; border:1px solid var(--line); display:flex; align-items:start; gap:22px; }
.resource-card .resource-icon { background:#e8eee5; width:43px; height:49px; display:grid; place-items:center; flex-shrink:0; color:var(--teal); border-radius:2px; }
.resource-card h3 { margin:0 0 7px; font-size:16px; line-height:1.4; font-weight:500; }
.resource-card p { color:var(--muted); font-size:11px; margin:0 0 14px; }
.resource-card a { font-size:10px; }
.resource-status { display:flex; justify-content:space-between; gap:20px; font-size:10px; color:var(--muted); margin-top:13px; }
.training-callout { display:flex; align-items:center; justify-content:space-between; gap:25px; margin-top:33px; padding:28px; background:#e3ecdd; }
.training-callout h3 { margin:0 0 4px; font-size:18px; font-weight:500; }
.training-callout p { margin:0; color:var(--muted); font-size:11px; }
.news-grid { display:grid; grid-template-columns:1.3fr 1fr; gap:24px; margin-top:36px; }
.news-card { border:1px solid var(--line); display:flex; flex-direction:column; min-width:0; }
.news-card img { width:100%; height:245px; object-fit:cover; object-position:50% 61%; }
.news-copy { padding:26px; display:flex; flex-direction:column; align-items:start; flex:1; }
.news-copy .tag { font-size:9px; color:var(--teal); letter-spacing:1.2px; text-transform:uppercase; }
.news-copy h3 { font-size:23px; line-height:1.3; letter-spacing:-.6px; font-weight:500; margin:13px 0 10px; }
.news-copy p { margin:0 0 18px; color:var(--muted); font-size:12px; }
.news-copy a { margin-top:auto; }
.hepatitis-visual { height:245px; background:#e7ede3; display:flex; justify-content:space-between; align-items:center; padding:32px; position:relative; overflow:hidden; }
.hepatitis-date { font-size:76px; font-family:Georgia, serif; color:var(--teal); letter-spacing:-4px; line-height:1; }
.hepatitis-date small { display:block; font-family:Arial, sans-serif; font-size:11px; letter-spacing:3px; line-height:2; margin-top:10px; }
.hepatitis-visual svg { width:170px; height:170px; color:#9fb69d; margin-right:-35px; transform:rotate(-20deg); }
.contact { padding:63px 0; background:var(--teal); color:white; }
.contact .wrap { display:flex; align-items:center; justify-content:space-between; gap:60px; }
.contact .eyebrow { color:#d2e6bc; }
.contact h2 { font-size:42px; max-width:650px; }
.contact p:not(.eyebrow) { font-size:12px; max-width:490px; color:#d8e5df; margin:20px 0 0; }
.contact-links { min-width:218px; }
.contact .button { background:var(--lime); border-color:var(--lime); color:var(--ink); }
.contact .button:hover { background:#eff9d8; }
.contact-links>a:last-child { display:block; margin:14px 0 0; font-size:12px; text-align:center; }
.site-footer { background:var(--paper); }
.footer-main { display:grid; grid-template-columns:1fr 1.8fr; gap:90px; padding-top:52px; padding-bottom:37px; }
.footer-brand strong { display:block; font-size:23px; letter-spacing:-.5px; }
.footer-brand p { font-size:12px; color:var(--muted); }
.footer-brand small { display:block; font-size:10px; color:var(--muted); max-width:280px; }
.funding-block { display:flex; gap:27px; align-items:start; }
.funding-block img { width:142px; height:auto; background:white; flex-shrink:0; }
.funding-block img.vertical { width:110px; }
.funding-copy { font-size:10px; color:var(--muted); line-height:1.7; }
.funding-copy strong { color:var(--ink); display:block; font-size:11px; margin-bottom:5px; }
.funding-copy p { margin:0 0 8px; }
.funding-copy a { text-decoration:underline; }
.footer-bottom { padding-top:18px; padding-bottom:19px; border-top:1px solid var(--line); display:flex; justify-content:space-between; align-items:center; gap:20px; font-size:10px; color:var(--muted); }
.footer-bottom nav { display:flex; flex-wrap:wrap; gap:20px; align-items:center; }
.footer-bottom button { padding:5px 0; font-size:10px; border:0; background:transparent; }
.footer-bottom button:hover { text-decoration:underline; }
.prototype-note { border-top:1px solid var(--line); padding:10px 25px; font-size:10px; color:var(--muted); text-align:center; }
.directory { background:var(--paper); border-top:1px solid var(--line); }
.directory-intro { max-width:650px; font-size:14px; color:var(--muted); }
.directory-columns { display:grid; grid-template-columns:1.35fr 1fr; gap:65px; margin-top:38px; }
.directory h3 { font-size:13px; color:var(--teal); text-transform:uppercase; letter-spacing:1px; font-weight:600; padding-bottom:13px; border-bottom:1px solid var(--line); }
.directory ul { padding:0; margin:0; list-style:none; }
.directory li a { display:flex; justify-content:space-between; align-items:center; gap:15px; padding:12px 0; border-bottom:1px solid var(--line); font-size:13px; }
.directory li a:hover { color:var(--teal); }
.directory li svg { height:16px; width:16px; }
.directory-note { margin-top:25px; padding:20px; border-left:2px solid var(--teal); font-size:12px; color:var(--muted); background:#e9eee4; }
.article-top { background:var(--paper); padding-bottom:47px; }
.article-top .utility { padding-bottom:42px; }
.article-top h1 { max-width:980px; font-size:49px; line-height:1.16; letter-spacing:-1.6px; margin:0; }
.article-summary { font-size:16px; color:var(--muted); max-width:790px; margin-bottom:0; }
.article-layout { display:grid; grid-template-columns:minmax(0,1fr) 260px; gap:65px; padding-top:42px; padding-bottom:70px; align-items:start; }
.article-body { min-width:0; }
.content-status { font-size:11px; line-height:1.7; color:var(--muted); border-left:3px solid #aabdab; padding:11px 15px; background:var(--paper); margin:0 0 30px; }
.legacy-content { overflow-wrap:anywhere; font-size:15px; line-height:1.85; }
.legacy-content h2 { font-size:29px; margin:34px 0 16px; letter-spacing:-.7px; line-height:1.3; }
.legacy-content h3 { font-size:23px; font-weight:500; line-height:1.4; margin:30px 0 13px; }
.legacy-content h4 { font-size:18px; font-weight:600; margin:24px 0 10px; }
.legacy-content p { margin:0 0 18px; }
.legacy-content a { color:var(--teal); text-decoration:underline; text-underline-offset:3px; }
.legacy-content li { margin-bottom:8px; }
.legacy-content ul,.legacy-content ol { padding-left:25px; }
.legacy-content img { max-width:100%; height:auto; margin:23px auto; border-radius:2px; }
.legacy-content figure { margin:25px 0; }
.legacy-content figcaption { text-align:center; color:var(--muted); font-size:11px; }
.legacy-content table { display:block; overflow-x:auto; max-width:100%; border-collapse:collapse; margin:25px 0; font-size:13px; }
.legacy-content td,.legacy-content th { padding:13px; border:1px solid var(--line); vertical-align:top; }
.legacy-content th { background:var(--paper); text-align:left; }
.legacy-content iframe { width:100%; max-width:100%; border:0; }
.legacy-content blockquote { margin:25px 0; border-left:3px solid var(--teal); padding-left:23px; }
.legacy-content .wp-block-columns { display:flex; flex-wrap:wrap; gap:25px; }
.legacy-content .wp-block-column { flex:1; min-width:200px; }
.legacy-content [style] { max-width:100%; }
.legacy-content .wp-block-button { margin:20px 0; }
.source-note { margin-top:40px; border-top:1px solid var(--line); padding-top:16px; color:var(--muted); font-size:11px; }
.source-note a { text-decoration:underline; }
.article-aside { padding:22px; border:1px solid var(--line); background:var(--paper); }
.article-aside .eyebrow { margin-bottom:13px; font-size:9px; }
.article-aside a { display:flex; align-items:center; gap:12px; justify-content:space-between; padding:11px 0; border-bottom:1px solid var(--line); font-size:11px; line-height:1.5; }
.article-aside a:hover { color:var(--teal); }
.article-aside svg { width:14px; height:14px; }
.legacy-archive { margin-top:35px; border-top:1px solid var(--line); padding-top:18px; }
.legacy-archive summary { font-size:12px; cursor:pointer; color:var(--muted); }
dialog { border:1px solid var(--line); border-radius:4px; max-width:620px; width:calc(100% - 36px); padding:36px; color:var(--ink); box-shadow:0 20px 80px #0003; }
dialog::backdrop { background:#112e39a8; }
dialog h2 { font-size:27px; margin-top:30px; }
dialog p { font-size:14px; color:var(--muted); }
dialog .dialog-close { float:right; border:1px solid var(--line); background:white; font-size:12px; padding:8px 12px; }
@media (min-width:1450px) { .wrap { max-width:1390px; } .hero-photo { height:440px; } h1 { font-size:72px; } }
@media (max-width:1150px) { .wrap { padding-inline:32px; } .header-inner { gap:20px; } .main-nav { gap:16px; } .main-nav a { font-size:11px; } .header-eu { padding-left:15px; } .header-eu img { width:113px; } .hero-grid { gap:32px; } .hero-photo { height:383px; } .hero-actions { gap:18px; } h1 { font-size:50px; } .brand strong { font-size:19px; } }
@media (max-width:940px) { .menu-button { display:inline-flex; margin-left:auto; font-size:11px; } .main-nav { display:none; position:absolute; top:100%; background:white; left:0; right:0; border-bottom:1px solid var(--line); padding:20px 32px; box-shadow:0 10px 20px #112e3910; } .main-nav.is-open { display:flex; flex-wrap:wrap; } .main-nav a { font-size:14px; padding:12px; } .hero-grid { gap:26px; } h1 { font-size:44px; letter-spacing:-2px; } .hero-photo { height:363px; } .hero-copy>p:not(.eyebrow) { font-size:13px; } .hero-actions { gap:15px; } .hero-actions .button { padding:12px 14px; gap:12px; } .stat+.stat { padding-left:24px; } .stat { gap:14px; } .section-intro { gap:40px; } .partner-card { padding:22px; } .footer-main { gap:38px; } }
@media (max-width:700px) { html { scroll-padding-top:90px; } .wrap { padding-inline:23px; } .preview-bar { font-size:9px; padding:6px 14px; } .header-inner { min-height:79px; gap:13px; } .brand img { width:35px; height:34px; } .brand { gap:7px; } .brand strong { font-size:17px; } .brand small { font-size:6px; letter-spacing:1.4px; } .header-eu { padding-left:11px; } .header-eu img { width:99px; height:48px; } .header-eu img.vertical { width:59px; height:62px; } .menu-button { padding:8px; gap:0; min-height:38px; } .menu-button span { display:none; } .menu-button svg { width:19px; height:19px; } .main-nav.is-open { display:grid; grid-template-columns:1fr 1fr; gap:2px; padding:14px; } .utility { padding-top:18px; padding-bottom:17px; } .utility-note { font-size:8px; max-width:135px; } .language-nav a { font-size:10px; padding:5px 7px; } .hero-grid { grid-template-columns:1fr; padding-top:18px; padding-bottom:33px; gap:36px; } .eyebrow { font-size:9px; margin-bottom:20px; letter-spacing:1.3px; } h1 { font-size:52px; line-height:1.03; max-width:440px; letter-spacing:-2.4px; } h1 span { letter-spacing:-2px; } .hero-copy>p:not(.eyebrow) { font-size:14px; max-width:520px; margin-bottom:25px; } .hero-actions { gap:21px; } .hero-actions .button { min-height:47px; padding:13px 16px; } .hero-visual { padding-left:12px; margin-top:0; } .hero-photo { height:330px; border-top-left-radius:130px; object-position:50% 51%; } .hero-visual:before { border-top-left-radius:130px; } .image-label { bottom:11px; right:0; font-size:9px; padding:12px 14px; } .statistics .wrap { padding-inline:23px; grid-template-columns:1fr 1fr; } .stat { padding:21px 0; gap:13px; } .stat strong { font-size:33px; } .stat span { font-size:9px; } .stat+.stat { padding-left:19px; } .stat:last-child { grid-column:1/-1; border-left:0; border-top:1px solid #cbd6c9; padding-left:0; padding-top:16px; padding-bottom:17px; justify-content:center; gap:16px; } .stat:last-child span { max-width:none; } .stat strong.programme { font-size:20px; } .section { padding-top:57px; padding-bottom:57px; } h2 { font-size:33px; letter-spacing:-1px; } .section-intro { grid-template-columns:1fr; gap:24px; } .section-intro p { font-size:13px; } .project-details { flex-wrap:wrap; gap:15px 30px; margin-top:28px; } .approach .section-heading { display:block; } .approach .section-heading>p { margin-top:21px; max-width:100%; } .steps { grid-template-columns:1fr; margin-top:29px; } .step,.step+.step { padding:26px 0; border-left:0; border-bottom:1px solid #39545e; } .step:last-child { padding-bottom:0; border-bottom:0; } .step h3 { margin:10px 0 8px; } .step p { max-width:none; } .step-top { flex-direction:row-reverse; } .step-icon { width:38px; height:38px; } .partners .section-top,.resources .section-top,.news .section-top { display:block; } .section-top>p { margin-top:20px; } .partner-grid { grid-template-columns:1fr; gap:13px; margin-top:26px; } .partner-card { min-height:0; padding:24px; } .partner-card h3 { margin-top:20px; } .partner-card p { margin-bottom:15px; } .coordinator { display:block; padding:22px; } .coordinator a { margin-top:15px; } .resource-controls { margin-top:25px; gap:17px; } .search-field { width:100%; } .search-field input { width:100%; min-width:0; } .resource-grid { grid-template-columns:1fr; } .resource-card { padding:21px; gap:15px; } .resource-card h3 { font-size:16px; } .resource-status { flex-wrap:wrap; gap:3px; } .resource-status p { margin:7px 0 0; } .training-callout { display:block; padding:23px; } .training-callout .button { margin-top:18px; } .news-grid { grid-template-columns:1fr; margin-top:25px; gap:22px; } .news-card img,.hepatitis-visual { height:220px; } .contact { padding:46px 0; } .contact .wrap { display:block; } .contact h2 { font-size:35px; } .contact-links { margin-top:27px; display:inline-block; } .contact-links>a:last-child { text-align:left; } .footer-main { grid-template-columns:1fr; gap:28px; padding-top:36px; padding-bottom:26px; } .footer-brand p { margin:8px 0; } .funding-block { gap:19px; } .funding-block img { width:121px; } .funding-copy { font-size:10px; } .footer-bottom { display:block; } .footer-bottom nav { gap:14px; margin-top:12px; } .prototype-note { font-size:9px; } }
@media (max-width:375px) { .wrap { padding-inline:17px; } .header-inner { gap:9px; } .header-eu img { width:83px; } .brand small { display:none; } .brand img { width:30px; } h1 { font-size:44px; } .hero-actions { gap:17px; } .hero-photo { height:295px; } .funding-block { flex-direction:column; } }
.header-eu img { width:200px; height:50px; }
@media (min-width:701px) and (max-width:1050px) { .menu-button { display:inline-flex; margin-left:auto; font-size:11px; } .main-nav { display:none; position:absolute; top:100%; background:white; left:0; right:0; padding:20px 32px; border-bottom:1px solid var(--line); } .main-nav.is-open { display:flex; flex-wrap:wrap; } }
@media(max-width:940px) { .article-layout { gap:32px; grid-template-columns:minmax(0,1fr) 215px; } .directory-columns { gap:35px; } }
@media(max-width:700px) { html { scroll-padding-top:132px; } .header-inner { flex-wrap:wrap; padding-top:12px; padding-bottom:9px; gap:10px; } .header-eu { flex-basis:100%; padding:7px 0 0; border-left:0; border-top:1px solid var(--line); display:flex; justify-content:flex-end; } .header-eu img { width:180px; height:40px; } .brand img { width:34px; height:33px; } .directory-columns,.article-layout { grid-template-columns:minmax(0,1fr); gap:30px; } .directory-columns { margin-top:25px; } .article-top { padding-bottom:30px; } .article-top h1 { font-size:34px; letter-spacing:-1px; } .article-top .utility { padding-bottom:30px; } .article-layout { padding-top:25px; } .article-aside { margin-top:10px; } .legacy-content { font-size:14px; } .legacy-content h2 { font-size:26px; } .article-summary { font-size:14px; } .news-grid,.partner-grid,.resource-grid { grid-template-columns:minmax(0,1fr); } .hepatitis-visual svg { width:130px; height:130px; } .hepatitis-date { font-size:66px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation:none!important; transition:none!important; } }
.coordination-panel { display:grid; grid-template-columns:70px minmax(0,1fr); gap:30px; padding:36px; margin-bottom:58px; background:var(--paper); border-top:3px solid var(--teal); }
.coordination-symbol { width:64px; height:64px; display:grid; place-items:center; border:1px solid #bccdc4; border-radius:50%; color:var(--teal); }
.coordination-symbol svg { width:32px; height:32px; }
.coordination-panel .eyebrow { margin-bottom:13px; }
.coordination-panel h2 { font-size:28px; max-width:850px; letter-spacing:-.7px; line-height:1.3; }
.coordination-panel p:not(.eyebrow) { color:var(--muted); max-width:860px; font-size:14px; }
.unit-role { display:block; margin-top:14px; font-size:10px; color:var(--muted); }
.partner-card .unit-role+h3 { margin-top:6px; }
.partner-detail-link { margin-top:22px; }
.governance-section { background:var(--paper); border-block:1px solid var(--line); }
.governance-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:25px; margin-top:32px; }
.governance-card { border:1px solid var(--line); background:#fff; padding:32px; display:flex; flex-direction:column; align-items:start; }
.governance-number { font-size:13px; color:var(--teal); border-bottom:1px solid #b7c7bc; padding-bottom:9px; min-width:35px; }
.governance-card h3 { font-size:28px; font-weight:500; line-height:1.25; margin:20px 0 12px; letter-spacing:-.6px; }
.governance-card p { font-size:14px; color:var(--muted); margin:0 0 25px; }
.governance-card .text-link { margin-top:auto; }
.stigma-section { background:#e9efe4; }
.stigma-grid { display:grid; grid-template-columns:1.25fr 1fr; gap:65px; align-items:center; }
.stigma-grid h2 { max-width:550px; font-size:48px; }
.stigma-grid p:not(.eyebrow) { font-size:15px; color:var(--muted); margin-block:22px; max-width:630px; }
.stigma-participate { padding:34px; background:#fff; border:1px solid #d0dccb; position:relative; }
.stigma-participate h3 { font-size:27px; font-weight:500; line-height:1.3; margin:15px 0; letter-spacing:-.6px; }
.stigma-mark { position:absolute; top:27px; right:28px; color:var(--teal); }
.stigma-mark svg { width:28px; height:28px; }
.legacy-content .survey-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin-block:28px; }
.survey-card { background:var(--paper); border:1px solid var(--line); padding:22px 16px; text-align:center; display:flex; flex-direction:column; align-items:center; }
.legacy-content .survey-card .survey-language { font-size:11px; text-transform:uppercase; letter-spacing:1px; color:var(--teal); margin:0 0 8px; }
.legacy-content .survey-card h3 { font-size:23px; margin:0 0 8px; }
.legacy-content .survey-card .survey-team { font-size:12px; line-height:1.5; min-height:36px; margin:0 0 12px; }
.survey-qr { display:block; margin:auto 0 20px; background:white; }
.legacy-content .survey-qr img { display:block; width:135px; height:135px; max-width:100%; border-radius:0; margin:0; image-rendering:pixelated; }
.legacy-content .survey-button { color:white; text-decoration:none; font-size:11px; gap:9px; padding:12px; width:100%; justify-content:center; }
.legacy-content .survey-note { color:var(--muted); border-left:3px solid var(--teal); padding:10px 16px; background:var(--paper); font-size:13px; }
.legacy-content .meeting-list { border-left:2px solid #bccdc4; padding-left:23px; }
@media (min-width:1051px) and (max-width:1280px) { .menu-button { display:inline-flex; margin-left:auto; } .main-nav { display:none; position:absolute; top:100%; left:0; right:0; padding:20px 32px; background:white; border-bottom:1px solid var(--line); } .main-nav.is-open { display:flex; flex-wrap:wrap; } }
@media (max-width:940px) { .stigma-grid { gap:30px; } .stigma-participate { padding:25px; } .legacy-content .survey-grid { grid-template-columns:1fr; } .survey-card { padding:25px; } .legacy-content .survey-button { width:auto; min-width:180px; } }
@media (max-width:700px) { .coordination-panel { display:block; padding:24px; margin-bottom:38px; } .coordination-symbol { width:48px; height:48px; margin-bottom:20px; } .coordination-panel h2 { font-size:25px; } .governance-grid,.stigma-grid { grid-template-columns:1fr; gap:20px; } .governance-card { padding:25px; } .governance-card h3 { font-size:25px; } .stigma-grid h2 { font-size:37px; } .stigma-participate { margin-top:15px; } }
@media print { .preview-bar,.site-header,.language-nav,.hero-actions,.resource-controls,.prototype-note,.footer-bottom,dialog { display:none; } body { font-size:11pt; } .wrap { padding-inline:0; } .section { padding-block:25px; } .hero-photo { height:240px; } .approach,.contact { background:white; color:black; } .approach p,.contact p { color:#333!important; } a[href^="http"]::after { content:' (' attr(href) ')'; font-size:8pt; } }
