:root{--ghu-green:#073d35;--ghu-yellow:#f7c600;--ghu-blue:#165fc1;--ghu-brown:#653819;--ghu-cream:#f7f4ec;--ink:#102c29;--muted:#667a76;--line:#e3e7e4;--white:#fff;--shadow:0 18px 55px rgba(7,61,53,.12);--radius:24px;--container:1180px;--font:'Plus Jakarta Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--script:'Caveat',cursive}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--ink);background:#fff;font-size:16px;line-height:1.72;-webkit-font-smoothing:antialiased}body.is-menu-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.ghu-container{width:min(var(--container),calc(100% - 44px));margin-inline:auto}.screen-reader-text,.ghu-hp{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.ghu-skip{position:fixed;left:12px;top:-100px;z-index:99999;background:#fff;color:var(--ink);padding:10px 14px;border-radius:8px}.ghu-skip:focus{top:12px}.ghu-section{padding:104px 0}.ghu-cream-section{background:var(--ghu-cream)}.ghu-dark-section{background:var(--ghu-green);color:#fff}.ghu-dark-section .ghu-eyebrow{color:var(--ghu-yellow)}.ghu-dark-section .ghu-section-head p{color:rgba(255,255,255,.72)}.ghu-dark-section mark{color:var(--ghu-yellow)}mark{color:var(--ghu-green);background:none}.ghu-line-icon{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.ghu-section-head{max-width:720px;margin-bottom:42px}.ghu-section-head.ghu-align-center{text-align:center;margin-inline:auto}.ghu-section-head h2{font-size:clamp(34px,4vw,54px);line-height:1.08;letter-spacing:-.045em;margin:10px 0 16px}.ghu-section-head p{color:var(--muted);font-size:17px;max-width:650px;margin:0}.ghu-align-center p{margin-inline:auto}.ghu-eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--ghu-green);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:11px}.ghu-eyebrow:before{content:'';width:26px;height:2px;background:var(--ghu-yellow);border-radius:9px}.ghu-eyebrow-light{color:#fff}.ghu-eyebrow-yellow{color:var(--ghu-yellow)}.ghu-eyebrow-yellow:before{background:currentColor}.ghu-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:13px 20px;border-radius:999px;font-weight:800;font-size:13px;line-height:1;border:1px solid transparent;transition:transform .25s ease,background .25s,color .25s,border .25s}.ghu-btn svg,.ghu-text-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.ghu-btn:hover{transform:translateY(-2px)}.ghu-btn-yellow{background:var(--ghu-yellow);color:#122a25}.ghu-btn-yellow:hover{background:#ffda24}.ghu-btn-dark{background:var(--ghu-green);color:#fff}.ghu-btn-dark:hover{background:#0d5449}.ghu-btn-white{background:#fff;color:var(--ghu-green)}.ghu-btn-outline{border-color:#cbd5d2;background:#fff;color:var(--ghu-green)}.ghu-btn-outline:hover{border-color:var(--ghu-green)}.ghu-btn-wide{width:100%}.ghu-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--ghu-green);font-weight:800;font-size:13px}.ghu-text-link svg{transition:transform .25s}.ghu-text-link:hover svg{transform:translateX(4px)}
/* header */
.ghu-topbar{background:var(--ghu-green);color:#fff;font-size:11px;font-weight:650}.ghu-topbar-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:18px}.ghu-top-left,.ghu-top-right,.ghu-mini-social{display:flex;align-items:center;gap:22px}.ghu-top-left a{display:flex;align-items:center;gap:7px;color:rgba(255,255,255,.88)}.ghu-top-left a:hover{color:var(--ghu-yellow)}.ghu-top-right{color:rgba(255,255,255,.72)}.ghu-mini-social{gap:8px}.ghu-mini-social a{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);font-size:10px;font-weight:800}.ghu-header{position:relative;background:#fff;z-index:100;box-shadow:0 1px 0 rgba(16,44,41,.07)}.ghu-header.is-sticky{position:sticky;top:0;box-shadow:0 10px 36px rgba(7,61,53,.1)}body.admin-bar .ghu-header.is-sticky{top:32px}.ghu-header-inner{height:84px;display:grid;grid-template-columns:200px 1fr auto;align-items:center;gap:28px}.ghu-brand{display:flex;align-items:center;align-self:stretch}.ghu-brand img{max-width:178px;max-height:62px;object-fit:contain}.ghu-desktop-nav{justify-self:center}.ghu-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:5px}.ghu-menu>li{position:relative}.ghu-menu>li>a{display:flex;align-items:center;gap:5px;padding:13px 10px;font-size:12px;font-weight:750;color:#314b47;border-radius:8px}.ghu-menu>li.current-menu-item>a,.ghu-menu>li.current-menu-ancestor>a,.ghu-menu>li>a:hover{color:var(--ghu-green);background:#f4f7f5}.ghu-menu .menu-item-has-children>a:after{content:'⌄';font-size:11px;margin-left:2px}.ghu-menu .sub-menu{position:absolute;left:0;top:calc(100% + 6px);min-width:245px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:9px;list-style:none;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:30}.ghu-menu li:hover>.sub-menu,.ghu-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.ghu-menu .sub-menu a{display:block;padding:10px 12px;border-radius:8px;font-size:12px;font-weight:700;color:#3e5652}.ghu-menu .sub-menu a:hover{background:var(--ghu-cream);color:var(--ghu-green)}.ghu-menu .sub-menu .sub-menu{left:100%;top:0}.ghu-header-actions{display:flex;align-items:center;gap:10px}.ghu-search-button,.ghu-menu-button{appearance:none;border:0;background:transparent;color:var(--ghu-green)}.ghu-search-button{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center}.ghu-search-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.ghu-donate-button{height:48px;padding:0 20px;border-radius:999px;background:var(--ghu-yellow);display:inline-flex;align-items:center;gap:9px;font-weight:800;font-size:12px;color:#17342e}.ghu-donate-button span{font-size:16px}.ghu-menu-button{display:none;width:43px;height:43px;border-radius:50%;border:1px solid var(--line);place-items:center;padding:10px}.ghu-menu-button i{display:block;width:18px;height:2px;background:currentColor;margin:3px auto}.ghu-search-drawer{max-height:0;overflow:hidden;background:#fff;border-top:1px solid var(--line);transition:max-height .25s ease}.ghu-search-drawer.is-open{max-height:110px}.ghu-search-drawer form{display:flex;padding:18px 0;gap:8px}.ghu-search-drawer input{flex:1;border:1px solid var(--line);border-radius:999px;padding:12px 18px;outline:none}.ghu-search-drawer button{border:0;border-radius:999px;background:var(--ghu-green);color:#fff;padding:0 24px;font-weight:800}.ghu-mobile-drawer{display:none}.ghu-drawer-backdrop{display:none}
/* home hero */
.ghu-home-hero{position:relative;min-height:680px;background:var(--ghu-green);overflow:hidden}.ghu-hero-image{position:absolute;inset:0;background-image:var(--ghu-hero);background-size:cover;background-position:center 34%;filter:saturate(.98)}.ghu-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,33,28,.96) 0%,rgba(2,33,28,.86) 38%,rgba(2,33,28,.36) 67%,rgba(2,33,28,.08) 100%)}.ghu-hero-content{position:relative;z-index:2;min-height:680px;display:flex;align-items:center;padding-top:25px;padding-bottom:35px}.ghu-hero-copy{max-width:690px;color:#fff}.ghu-hero-copy h1{font-size:clamp(52px,6.5vw,86px);line-height:.98;letter-spacing:-.06em;margin:17px 0 23px;max-width:780px}.ghu-hero-copy h1 em{display:block;font-family:var(--script);font-style:normal;color:var(--ghu-yellow);font-weight:700;letter-spacing:-.02em;font-size:1.06em;transform:rotate(-2deg);transform-origin:left}.ghu-hero-copy p{font-size:17px;color:rgba(255,255,255,.82);max-width:620px;margin:0 0 30px}.ghu-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.ghu-hero-side-note{position:absolute;z-index:3;right:20px;bottom:42px;color:#fff;display:flex;align-items:center;gap:11px;font-size:10px;text-transform:uppercase;letter-spacing:.15em;writing-mode:vertical-rl}.ghu-hero-side-note i{height:52px;width:1px;background:rgba(255,255,255,.45)}.ghu-hero-brush{position:absolute;z-index:2;background:var(--ghu-yellow);pointer-events:none}.ghu-hero-brush-a{width:16px;height:160px;left:-5px;top:115px;transform:rotate(-10deg);clip-path:polygon(0 4%,100% 0,75% 100%,15% 94%)}.ghu-hero-brush-b{width:150px;height:15px;right:-45px;bottom:40px;transform:rotate(-16deg);clip-path:polygon(0 30%,100% 0,94% 100%,3% 72%)}
/* partner strip */
.ghu-partner-strip{background:#f0f2f2;border-bottom:1px solid #e7eaea}.ghu-partner-strip .ghu-container{min-height:132px;display:grid;grid-template-columns:150px 1fr;gap:30px;align-items:center}.ghu-partner-label{text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:800;color:#71827e}.ghu-partner-logos{display:flex;align-items:center;justify-content:space-around;gap:26px;min-width:0}.ghu-partner-logos a{min-width:100px;max-width:160px;height:76px;display:grid;place-items:center;filter:grayscale(100%);opacity:.72;transition:.25s}.ghu-partner-logos a:hover{filter:none;opacity:1}.ghu-partner-logos img{max-height:64px;max-width:145px;object-fit:contain}.ghu-partner-logos span{font-size:13px;font-weight:800;text-align:center}
/* focus */
.ghu-focus-section{overflow:hidden;padding-bottom:120px}.ghu-focus-intro,.ghu-split-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.ghu-focus-intro .ghu-section-head,.ghu-split-heading .ghu-section-head{margin-bottom:0}.ghu-circle-link{flex:0 0 110px;width:110px;height:110px;border-radius:50%;background:var(--ghu-yellow);display:flex;align-items:center;justify-content:center;text-align:center;font-size:11px;font-weight:800;line-height:1.3;transform:rotate(-5deg);transition:.25s}.ghu-circle-link span{display:block;font-size:18px;margin-left:5px}.ghu-circle-link:hover{transform:rotate(0) scale(1.04)}.ghu-circle-link-small{width:94px;height:94px;flex-basis:94px}.ghu-focus-stage{position:relative;margin-top:55px;min-height:455px}.ghu-focus-cards{position:relative;z-index:2;width:78%;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;box-shadow:0 20px 70px rgba(7,61,53,.12)}.ghu-focus-card{padding:70px 24px 30px;min-height:360px;border-right:1px solid var(--line);position:relative}.ghu-focus-card:last-child{border-right:0}.ghu-focus-icon{position:absolute;top:-28px;left:24px;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--ghu-green);box-shadow:0 8px 25px rgba(7,61,53,.1);border:1px solid #edf1ef}.ghu-focus-no{position:absolute;right:16px;top:16px;color:#d9e0dd;font-weight:800;font-size:13px}.ghu-focus-card h3{font-size:16px;line-height:1.35;margin:8px 0 13px;letter-spacing:-.02em}.ghu-focus-card p{font-size:12px;line-height:1.75;color:var(--muted);margin:0 0 18px}.ghu-arrow-link{position:absolute;right:20px;bottom:18px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1px solid #dfe5e3;color:var(--ghu-green);font-weight:800}.ghu-focus-card:hover .ghu-arrow-link{background:var(--ghu-yellow);border-color:var(--ghu-yellow)}.ghu-focus-photo{position:absolute;right:-7%;top:44px;width:34%;height:410px;overflow:hidden;border-radius:0 0 0 80px}.ghu-focus-photo img{width:100%;height:100%;object-fit:cover}
/* home about */
.ghu-about-home{background:#fff;border-top:1px solid #f0f2f1}.ghu-about-grid{display:grid;grid-template-columns:1fr 1.08fr;gap:90px;align-items:center}.ghu-about-collage{position:relative;height:630px}.ghu-about-collage figure{margin:0;overflow:hidden}.ghu-about-collage img{width:100%;height:100%;object-fit:cover}.ghu-about-main{position:absolute;left:70px;top:0;width:72%;height:100%;border-radius:120px 20px 20px 20px}.ghu-about-small{position:absolute;border:7px solid #fff;box-shadow:var(--shadow)}.ghu-about-small-1{left:0;top:20px;width:43%;height:190px;border-radius:18px}.ghu-about-small-2{right:-20px;bottom:24px;width:43%;height:180px;border-radius:18px}.ghu-about-badge{position:absolute;left:0;bottom:62px;background:var(--ghu-green);color:#fff;border-radius:14px;padding:18px 20px;width:160px;transform:rotate(-4deg)}.ghu-about-badge strong{font-size:20px;display:block;color:var(--ghu-yellow)}.ghu-about-badge span{font-size:10px;line-height:1.45;display:block}.ghu-about-copy h2{font-size:clamp(40px,4.4vw,60px);line-height:1.02;letter-spacing:-.05em;margin:10px 0 22px}.ghu-about-copy .ghu-lead{font-size:18px;font-weight:650;line-height:1.6;color:#294b46}.ghu-about-copy>p:not(.ghu-lead){color:var(--muted)}.ghu-about-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:32px 0}.ghu-about-mini-grid>div{border-top:1px solid var(--line);padding-top:16px}.ghu-about-mini-grid span{font-size:10px;color:var(--ghu-blue);font-weight:800}.ghu-about-mini-grid h3{font-size:15px;margin:4px 0 7px}.ghu-about-mini-grid p{font-size:12px;line-height:1.6;color:var(--muted);margin:0}.ghu-about-actions{display:flex;align-items:center;gap:25px}.ghu-phone-link span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.ghu-phone-link strong{font-size:13px}
/* impact */
.ghu-impact{padding:95px 0;background:var(--ghu-cream);text-align:center}.ghu-impact-heading{max-width:760px;margin:0 auto 58px}.ghu-pill-label{display:inline-block;background:var(--ghu-green);color:#fff;border-radius:999px;padding:7px 13px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.ghu-impact-heading h2{font-size:clamp(36px,4.5vw,58px);letter-spacing:-.05em;line-height:1.05;margin:14px 0}.ghu-impact-heading p{color:var(--muted);font-size:14px}.ghu-impact-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d9ddda}.ghu-impact-stat{padding:30px 24px 0;border-right:1px solid #d9ddda}.ghu-impact-stat:last-child{border-right:0}.ghu-impact-stat strong{display:block;font-size:42px;line-height:1;color:var(--ghu-green);letter-spacing:-.05em}.ghu-impact-stat span{display:block;font-size:11px;color:#566b66;margin-top:9px;line-height:1.5}
/* actions */
.ghu-action-band{display:grid;grid-template-columns:1fr .55fr 1fr;min-height:310px;background:var(--ghu-green)}.ghu-action-card,.ghu-action-mid{position:relative;overflow:hidden;background-image:linear-gradient(rgba(4,48,41,.58),rgba(4,48,41,.72)),var(--ghu-action);background-size:cover;background-position:center}.ghu-action-card{display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:40px}.ghu-action-card:after,.ghu-action-mid:after{content:'';position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(247,198,0,.18));opacity:0;transition:.25s}.ghu-action-card:hover:after{opacity:1}.ghu-action-card>div{position:relative;z-index:1}.ghu-action-card span{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.78)}.ghu-action-card h2{font-size:25px;letter-spacing:-.03em;line-height:1.15;margin:7px 0 18px}.ghu-action-card b{display:inline-flex;align-items:center;gap:8px;background:var(--ghu-yellow);color:var(--ink);padding:10px 15px;border-radius:999px;font-size:10px}.ghu-action-card b svg{width:15px;fill:none;stroke:currentColor}.ghu-action-mid{display:grid;place-items:center}.ghu-playmark{position:relative;z-index:1;width:58px;height:58px;border-radius:50%;background:var(--ghu-yellow);color:var(--ghu-green);display:grid;place-items:center;font-size:24px}
/* cards */
.ghu-project-grid,.ghu-story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ghu-project-card,.ghu-story-card{background:#fff;border:1px solid #e8ecea;border-radius:18px;overflow:hidden;transition:.3s;box-shadow:0 7px 28px rgba(7,61,53,.04)}.ghu-project-card:hover,.ghu-story-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.ghu-project-media,.ghu-story-media{display:block;position:relative;height:250px;overflow:hidden}.ghu-project-media img,.ghu-story-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.ghu-project-card:hover img,.ghu-story-card:hover img{transform:scale(1.035)}.ghu-project-media>span,.ghu-story-tag{position:absolute;left:14px;top:14px;background:var(--ghu-green);color:#fff;border-radius:999px;padding:7px 10px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.ghu-project-body,.ghu-story-content{padding:24px}.ghu-project-meta{display:flex;justify-content:space-between;gap:12px;color:#82918e;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:750}.ghu-project-body h3,.ghu-story-content h3{font-size:19px;line-height:1.35;letter-spacing:-.025em;margin:10px 0}.ghu-project-body p,.ghu-story-content p{font-size:12px;color:var(--muted);line-height:1.7}.ghu-story-date{font-size:10px;color:#83918e;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.ghu-stories-home{background:#fbfbfa}.ghu-stories-home .ghu-split-heading,.ghu-projects-home .ghu-split-heading{margin-bottom:45px}
/* gallery slider */
.ghu-gallery-home{padding:96px 0;overflow:hidden}.ghu-gallery-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:35px}.ghu-gallery-heading h2{font-size:clamp(40px,5vw,60px);letter-spacing:-.05em;line-height:1;margin:9px 0 0}.ghu-slider-buttons{display:flex;gap:8px}.ghu-slider-buttons button{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--ghu-green)}.ghu-slider-buttons button:hover{background:var(--ghu-yellow);border-color:var(--ghu-yellow)}.ghu-gallery-track{display:flex;gap:14px;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.ghu-gallery-track::-webkit-scrollbar{display:none}.ghu-gallery-slide{flex:0 0 32%;height:330px;border-radius:12px;overflow:hidden;position:relative;scroll-snap-align:start}.ghu-gallery-slide img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.ghu-gallery-slide:hover img{transform:scale(1.03)}.ghu-gallery-slide:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(4,33,28,.88))}.ghu-gallery-slide span{position:absolute;left:18px;right:18px;bottom:17px;z-index:2;color:#fff}.ghu-gallery-slide strong{display:block;font-size:14px}.ghu-gallery-slide small{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--ghu-yellow)}
/* newsletter/footer */
.ghu-newsletter{position:relative;background:var(--ghu-green);color:#fff;padding:74px 0 60px;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.12)}.ghu-newsletter:before{content:'♡';position:absolute;left:3%;bottom:6px;color:var(--ghu-yellow);font-size:54px;transform:rotate(-16deg);opacity:.9}.ghu-newsletter-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.ghu-newsletter h2{font-size:36px;line-height:1.1;letter-spacing:-.04em;margin:8px 0 12px}.ghu-newsletter p{color:rgba(255,255,255,.65);font-size:13px;max-width:520px}.ghu-newsletter-row{display:flex;border-bottom:1px solid rgba(255,255,255,.28);padding-bottom:8px}.ghu-newsletter-row input{flex:1;border:0;background:transparent;color:#fff;padding:12px 2px;outline:none}.ghu-newsletter-row input::placeholder{color:rgba(255,255,255,.52)}.ghu-newsletter-row button{border:0;background:var(--ghu-yellow);color:var(--ink);border-radius:999px;padding:0 18px;font-weight:800;font-size:11px;display:flex;align-items:center;gap:7px}.ghu-newsletter-row svg{width:15px;fill:none;stroke:currentColor}.ghu-form-status{margin-top:9px;font-size:11px}.ghu-form-status.is-success{color:#bfe9ad}.ghu-form-status.is-error{color:#ffd0d0}.ghu-footer{background:#052e28;color:#fff;position:relative}.ghu-footer-main{display:grid;grid-template-columns:1.35fr .8fr 1fr 1.1fr;gap:55px;padding:72px 0 58px}.ghu-footer-about img{max-width:190px;max-height:74px;object-fit:contain;filter:brightness(0) invert(1);margin-bottom:20px}.ghu-footer-about p{font-size:12px;line-height:1.7;color:rgba(255,255,255,.66);max-width:300px}.ghu-footer h3{font-size:12px;margin:0 0 20px;color:#fff}.ghu-footer-menu,.ghu-footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.ghu-footer-menu a,.ghu-footer-links a,.ghu-footer-contact>a{font-size:11px;color:rgba(255,255,255,.64)}.ghu-footer-menu a:hover,.ghu-footer-links a:hover,.ghu-footer-contact>a:hover{color:var(--ghu-yellow)}.ghu-footer-contact p{font-size:11px;color:rgba(255,255,255,.64);line-height:1.65;margin:0 0 9px}.ghu-footer-contact a{display:block;margin-bottom:7px}.ghu-footer-contact .ghu-footer-contact-link{color:var(--ghu-yellow);font-weight:800;margin-top:18px}.ghu-footer-social{display:flex;gap:7px;margin-top:18px}.ghu-footer-social a{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);font-size:10px}.ghu-footer-bottom{min-height:64px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;color:rgba(255,255,255,.48);font-size:9px}
/* inner hero */
.ghu-inner-hero{position:relative;min-height:470px;background-image:var(--ghu-bg);background-size:cover;background-position:center;display:flex;align-items:flex-end;color:#fff}.ghu-inner-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,35,30,.92),rgba(2,35,30,.66) 52%,rgba(2,35,30,.3))}.ghu-inner-copy{position:relative;z-index:1;padding-top:120px;padding-bottom:72px}.ghu-inner-copy h1{max-width:850px;font-size:clamp(48px,6vw,78px);line-height:1;letter-spacing:-.055em;margin:12px 0 17px}.ghu-inner-copy h1 em{font-family:var(--script);color:var(--ghu-yellow);font-style:normal;font-weight:700}.ghu-inner-copy>p{max-width:700px;color:rgba(255,255,255,.8);font-size:16px}.ghu-breadcrumbs{display:flex;align-items:center;gap:9px;font-size:10px;color:rgba(255,255,255,.7);margin-bottom:28px}.ghu-breadcrumbs a{color:#fff}.ghu-breadcrumbs-dark{color:#7e918d}.ghu-breadcrumbs-dark a{color:var(--ghu-green)}
/* Programs listing */
.ghu-program-list{display:flex;flex-direction:column;gap:90px;margin-top:70px}.ghu-program-row{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.ghu-program-row.is-reverse .ghu-program-row-media{order:2}.ghu-program-row-media{position:relative;height:510px}.ghu-program-row-media img{width:100%;height:100%;object-fit:cover;border-radius:18px 90px 18px 18px}.ghu-program-row.is-reverse img{border-radius:90px 18px 18px 18px}.ghu-program-number{position:absolute;right:-14px;bottom:24px;background:var(--ghu-yellow);width:74px;height:74px;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:18px}.ghu-program-row-copy{max-width:520px}.ghu-program-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--ghu-cream);color:var(--ghu-green);margin-bottom:17px}.ghu-program-row-copy h2{font-size:clamp(33px,4vw,48px);line-height:1.1;letter-spacing:-.045em;margin:9px 0 18px}.ghu-lead-small{color:var(--muted);font-size:15px}.ghu-inline-fact{border-left:3px solid var(--ghu-yellow);padding-left:16px;margin:24px 0;display:flex;flex-direction:column;gap:4px}.ghu-inline-fact strong{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#7b8d89}.ghu-inline-fact span{font-size:13px;font-weight:700}.ghu-method-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}.ghu-method-steps{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ghu-method-steps article{background:#fff;padding:26px;border-radius:16px;border:1px solid #ebe6dc}.ghu-method-steps span{color:var(--ghu-blue);font-size:10px;font-weight:800}.ghu-method-steps h3{font-size:16px;margin:5px 0 9px}.ghu-method-steps p{font-size:12px;color:var(--muted);margin:0}.ghu-wide-cta{position:relative;min-height:520px;background:var(--ghu-green);color:#fff;display:flex;align-items:center;overflow:hidden}.ghu-wide-cta-media{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(3,42,36,.97),rgba(3,42,36,.7) 55%,rgba(3,42,36,.25)),var(--ghu-bg);background-size:cover;background-position:center}.ghu-wide-cta .ghu-container{position:relative;z-index:1}.ghu-wide-cta .ghu-container>div{max-width:650px}.ghu-wide-cta h2{font-size:clamp(42px,5vw,64px);line-height:1.04;letter-spacing:-.05em;margin:12px 0 18px}.ghu-wide-cta p{color:rgba(255,255,255,.74);max-width:560px}
/* singles */
.ghu-single-hero,.ghu-project-hero{position:relative;min-height:660px;background-image:var(--ghu-bg);background-size:cover;background-position:center;color:#fff;display:flex;align-items:end}.ghu-single-hero-shade,.ghu-project-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,35,30,.96),rgba(2,35,30,.65) 52%,rgba(2,35,30,.24))}.ghu-single-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 330px;gap:70px;align-items:end;padding-top:110px;padding-bottom:72px}.ghu-single-copy{max-width:760px}.ghu-single-copy h1,.ghu-project-hero-copy h1{font-size:clamp(50px,6vw,78px);line-height:1;letter-spacing:-.06em;margin:12px 0 18px}.ghu-single-copy>p,.ghu-project-hero-copy>p{max-width:680px;color:rgba(255,255,255,.78);font-size:16px}.ghu-program-icon-light{background:rgba(255,255,255,.13);color:var(--ghu-yellow);border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(8px)}.ghu-hero-fact-card{background:#fff;color:var(--ink);border-radius:18px;padding:27px;margin-bottom:0;box-shadow:var(--shadow)}.ghu-hero-fact-card span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#80918d}.ghu-hero-fact-card p{font-weight:700;font-size:14px;line-height:1.55}.ghu-hero-fact-card a{color:var(--ghu-green);font-size:11px;font-weight:800}.ghu-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:95px}.ghu-detail-main h2{font-size:clamp(36px,4vw,52px);line-height:1.08;letter-spacing:-.045em;margin:11px 0 22px}.ghu-prose{font-size:16px;color:#425d58}.ghu-prose p{margin:0 0 20px}.ghu-prose h2,.ghu-prose h3{color:var(--ink);line-height:1.2}.ghu-prose ul{padding-left:22px}.ghu-prose-wide{max-width:850px}.ghu-highlight-box{background:var(--ghu-cream);border-radius:18px;padding:28px;margin-top:35px;border-left:5px solid var(--ghu-yellow)}.ghu-highlight-box span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:var(--ghu-green)}.ghu-highlight-box p{font-size:16px;font-weight:650;margin:8px 0 0;color:#314e49}.ghu-detail-side{display:flex;flex-direction:column;gap:16px}.ghu-side-card{border:1px solid var(--line);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:11px;background:#fff}.ghu-side-card a{font-size:12px;font-weight:700;color:#49605c}.ghu-side-card a:hover{color:var(--ghu-green)}.ghu-side-label{font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#879591;margin-bottom:4px}.ghu-side-card-dark{background:var(--ghu-green);color:#fff;border-color:var(--ghu-green);padding:28px}.ghu-side-card-dark span,.ghu-side-card-accent span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--ghu-yellow);font-weight:800}.ghu-side-card-dark h3,.ghu-side-card-accent h3{font-size:20px;line-height:1.25;margin:2px 0 9px}.ghu-side-card-accent{background:var(--ghu-yellow);border-color:var(--ghu-yellow)}.ghu-side-card-accent span{color:var(--ghu-green)}.ghu-side-card-accent a{color:var(--ghu-green);font-weight:800}.ghu-two-column-title{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}.ghu-check-list,.ghu-result-list{display:flex;flex-direction:column;border-top:1px solid #ddd9cf}.ghu-check-list>div,.ghu-result-list>div{display:grid;grid-template-columns:40px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid #ddd9cf}.ghu-check-list span{width:30px;height:30px;border-radius:50%;background:var(--ghu-yellow);display:grid;place-items:center;font-weight:800}.ghu-check-list p,.ghu-result-list p{margin:0;font-size:14px;font-weight:650}.ghu-outcome-stack{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ghu-outcome-stack article{border:1px solid var(--line);border-radius:16px;padding:24px}.ghu-outcome-stack span{font-size:10px;font-weight:800;color:var(--ghu-blue)}.ghu-outcome-stack p{font-size:14px;font-weight:700;line-height:1.5}.ghu-detail-gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:12px;margin-top:40px}.ghu-detail-gallery figure{margin:0;height:330px;border-radius:14px;overflow:hidden}.ghu-detail-gallery figure:first-child{height:430px;grid-row:span 2}.ghu-detail-gallery img{width:100%;height:100%;object-fit:cover}.ghu-detail-gallery-dark figure{outline:1px solid rgba(255,255,255,.1)}.ghu-mini-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ghu-mini-card{display:grid;grid-template-columns:120px 1fr;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;min-height:150px}.ghu-mini-card img{width:100%;height:100%;object-fit:cover}.ghu-mini-card div{padding:18px}.ghu-mini-card span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#81918d}.ghu-mini-card h3{font-size:14px;line-height:1.35;margin:6px 0 14px}.ghu-mini-card b{font-size:10px;color:var(--ghu-green)}
/* project */
.ghu-project-hero-copy{position:relative;z-index:1;padding:150px 0 75px;max-width:850px}.ghu-project-status{display:inline-block;background:var(--ghu-yellow);color:var(--ink);border-radius:999px;padding:7px 12px;font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.ghu-project-facts{background:var(--ghu-green);color:#fff}.ghu-project-fact-grid{display:grid;grid-template-columns:repeat(4,1fr)}.ghu-project-fact-grid>div{padding:27px 26px;border-right:1px solid rgba(255,255,255,.12)}.ghu-project-fact-grid>div:last-child{border-right:0}.ghu-project-fact-grid span{display:block;color:rgba(255,255,255,.55);font-size:9px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}.ghu-project-fact-grid strong{font-size:13px;line-height:1.4;display:block}.ghu-challenge-approach{display:grid;grid-template-columns:1fr 1fr;gap:20px}.ghu-challenge-approach article{background:#fff;border-radius:18px;padding:40px}.ghu-challenge-approach h2{font-size:30px;line-height:1.15;letter-spacing:-.035em}.ghu-challenge-approach p{color:var(--muted)}.ghu-result-list span{font-size:11px;font-weight:800;color:var(--ghu-blue)}.ghu-quote-band{background:var(--ghu-yellow);padding:76px 0}.ghu-quote-band .ghu-container{display:grid;grid-template-columns:60px 1fr 230px;gap:35px;align-items:center}.ghu-quote-band .ghu-container>span{font-family:Georgia,serif;font-size:90px;line-height:.8;color:var(--ghu-green)}.ghu-quote-band blockquote{margin:0;font-size:24px;line-height:1.4;font-weight:750;letter-spacing:-.025em}.ghu-quote-band a{font-size:11px;font-weight:800;text-align:right}.ghu-projects-list{display:flex;flex-direction:column;gap:36px;margin-top:50px}.ghu-project-feature{display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;min-height:450px}.ghu-project-feature.is-hidden{display:none}.ghu-project-feature-media{position:relative}.ghu-project-feature-media img{width:100%;height:100%;object-fit:cover}.ghu-project-feature-media span{position:absolute;left:20px;top:20px;background:var(--ghu-yellow);color:var(--ink);border-radius:999px;padding:8px 12px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.ghu-project-feature-copy{padding:48px;position:relative}.ghu-project-index{position:absolute;right:30px;top:24px;color:#e3e9e7;font-size:42px;font-weight:800}.ghu-project-feature h2{font-size:35px;line-height:1.12;letter-spacing:-.04em;margin:10px 0 15px;max-width:480px}.ghu-project-feature p{color:var(--muted);font-size:14px}.ghu-project-feature dl{margin:25px 0;display:grid;gap:10px}.ghu-project-feature dl>div{display:grid;grid-template-columns:120px 1fr;border-top:1px solid var(--line);padding-top:9px}.ghu-project-feature dt{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#8a9895}.ghu-project-feature dd{margin:0;font-size:11px;font-weight:700}.ghu-filter-bar{display:flex;gap:7px;flex-wrap:wrap}.ghu-filter-bar button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;font-size:10px;font-weight:800}.ghu-filter-bar button.is-active{background:var(--ghu-green);color:#fff;border-color:var(--ghu-green)}
/* about */
.ghu-about-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.ghu-about-page-copy h2{font-size:clamp(38px,4.5vw,58px);line-height:1.08;letter-spacing:-.05em;margin:10px 0 22px}.ghu-about-page-copy p{color:var(--muted)}.ghu-about-page-copy .ghu-lead{font-size:18px;font-weight:650;color:#31514b}.ghu-about-page-media{height:610px;position:relative}.ghu-about-page-media>img{width:100%;height:100%;object-fit:cover;border-radius:20px 110px 20px 20px}.ghu-floating-note{position:absolute;left:-35px;bottom:35px;background:var(--ghu-yellow);padding:20px 24px;border-radius:14px}.ghu-floating-note strong{display:block;font-size:27px}.ghu-floating-note span{font-size:10px;font-weight:700}.ghu-purpose-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ghu-purpose-grid article{background:#fff;padding:35px;border-radius:17px;min-height:300px}.ghu-purpose-grid span{font-size:10px;color:var(--ghu-blue);font-weight:800}.ghu-purpose-grid h3{font-size:26px;line-height:1.2;letter-spacing:-.03em;margin:9px 0 14px}.ghu-purpose-grid p{font-size:13px;color:var(--muted)}.ghu-values-list{border-top:1px solid var(--line)}.ghu-values-list article{display:grid;grid-template-columns:50px 1fr;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}.ghu-values-list article>span{font-size:10px;color:var(--ghu-blue);font-weight:800}.ghu-values-list h3{margin:0 0 4px;font-size:17px}.ghu-values-list p{margin:0;font-size:12px;color:var(--muted)}.ghu-dark-editorial{background:var(--ghu-green);color:#fff;padding:90px 0}.ghu-dark-editorial-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:100px;align-items:end}.ghu-dark-editorial h2{font-size:clamp(40px,5vw,62px);line-height:1.05;letter-spacing:-.05em;margin:13px 0 0}.ghu-dark-editorial p{color:rgba(255,255,255,.7);margin-bottom:25px}.ghu-cert-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:900px;margin:40px auto 0}.ghu-cert-grid figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:15px;padding:17px}.ghu-cert-grid img{width:100%;border-radius:8px}.ghu-cert-grid figcaption{text-align:center;font-size:10px;color:var(--muted);font-weight:700;margin-top:10px}
/* news */
.ghu-news-feature{display:grid;grid-template-columns:1.2fr .8fr;background:var(--ghu-green);color:#fff;border-radius:22px;overflow:hidden;margin-bottom:60px}.ghu-news-feature-media{min-height:500px}.ghu-news-feature-media img{width:100%;height:100%;object-fit:cover}.ghu-news-feature-copy{padding:55px;display:flex;flex-direction:column;justify-content:center}.ghu-news-feature-copy .ghu-eyebrow{color:var(--ghu-yellow)}.ghu-news-feature-copy h2{font-size:36px;line-height:1.15;letter-spacing:-.04em;margin:10px 0 17px}.ghu-news-feature-copy p{color:rgba(255,255,255,.72)}.ghu-news-feature-copy .ghu-btn{align-self:flex-start;background:var(--ghu-yellow);color:var(--ink)}.ghu-story-grid-news{grid-template-columns:repeat(3,1fr)}.ghu-story-hero{padding:90px 0 0;background:var(--ghu-cream)}.ghu-story-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:center}.ghu-story-hero-copy{padding-bottom:75px}.ghu-story-hero-copy h1{font-size:clamp(48px,5.6vw,72px);line-height:1.02;letter-spacing:-.055em;margin:12px 0 18px}.ghu-story-hero-copy>p{color:var(--muted)}.ghu-story-byline{display:flex;gap:18px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#7e8d8a;margin-top:25px}.ghu-story-hero-media{height:640px;border-radius:120px 0 0 0;overflow:hidden}.ghu-story-hero-media img{width:100%;height:100%;object-fit:cover}.ghu-article-layout{display:grid;grid-template-columns:minmax(0,760px) 300px;gap:100px;justify-content:center}.ghu-prose-article{font-size:17px;line-height:1.9}.ghu-article-side{display:flex;flex-direction:column;gap:16px}.ghu-mini-subscribe input{width:100%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;border-radius:9px;padding:11px;margin:10px 0}.ghu-mini-subscribe button{border:0;background:var(--ghu-yellow);border-radius:999px;padding:9px 13px;font-size:10px;font-weight:800}
/* team/gallery/resources/forms */
.ghu-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ghu-team-photo{height:390px;border-radius:16px;overflow:hidden;position:relative;display:block;background:var(--ghu-cream)}.ghu-team-photo img{width:100%;height:100%;object-fit:cover}.ghu-team-photo span{position:absolute;right:12px;bottom:12px;background:var(--ghu-yellow);border-radius:999px;padding:8px 11px;font-size:9px;font-weight:800;transform:translateY(8px);opacity:0;transition:.25s}.ghu-team-card:hover .ghu-team-photo span{opacity:1;transform:none}.ghu-team-card h2{font-size:17px;margin:13px 0 2px}.ghu-team-card p{font-size:11px;color:var(--muted);margin:0}.ghu-empty-state{grid-column:1/-1;background:var(--ghu-cream);border-radius:18px;padding:45px;text-align:center}.ghu-team-profile{padding:100px 0}.ghu-team-profile-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:85px;align-items:center}.ghu-team-profile-image{height:650px;border-radius:20px 110px 20px 20px;overflow:hidden}.ghu-team-profile-image img{width:100%;height:100%;object-fit:cover}.ghu-team-profile-copy h1{font-size:56px;line-height:1;letter-spacing:-.055em;margin:13px 0 9px}.ghu-team-profile-copy h2{font-size:17px;color:var(--ghu-blue);margin:0 0 25px}.ghu-profile-links{display:flex;gap:9px;margin-top:25px}.ghu-profile-links a{border:1px solid var(--line);border-radius:999px;padding:10px 14px;font-size:10px;font-weight:800}.ghu-masonry-gallery{columns:3 300px;column-gap:14px}.ghu-gallery-tile{break-inside:avoid;margin:0 0 14px;position:relative;border-radius:13px;overflow:hidden;height:300px}.ghu-gallery-tile.is-tall{height:470px}.ghu-gallery-tile img{width:100%;height:100%;object-fit:cover}.ghu-gallery-tile figcaption{position:absolute;left:0;right:0;bottom:0;padding:50px 16px 14px;color:#fff;background:linear-gradient(transparent,rgba(3,42,36,.84));opacity:0;transition:.25s}.ghu-gallery-tile:hover figcaption{opacity:1}.ghu-gallery-tile strong{display:block;font-size:12px}.ghu-gallery-tile span{font-size:10px;color:rgba(255,255,255,.7)}.ghu-resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ghu-resource-card{padding:31px;border:1px solid var(--line);border-radius:16px;min-height:300px;display:flex;flex-direction:column}.ghu-resource-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--ghu-yellow);font-size:11px;font-weight:800;margin-bottom:28px}.ghu-resource-card>span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#7f908c;font-weight:800}.ghu-resource-card h2{font-size:20px;line-height:1.35}.ghu-resource-card p{font-size:12px;color:var(--muted)}.ghu-resource-card>a{margin-top:auto;display:flex;gap:7px;align-items:center;font-size:11px;color:var(--ghu-green);font-weight:800}.ghu-resource-card>a svg{width:16px;fill:none;stroke:currentColor}.ghu-form-page-grid,.ghu-contact-grid,.ghu-donate-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:start}.ghu-form-page-copy h2,.ghu-contact-info h2,.ghu-donate-grid>div>h2{font-size:clamp(39px,4.5vw,56px);line-height:1.08;letter-spacing:-.05em;margin:10px 0 20px}.ghu-lead{font-size:18px;color:#385550;line-height:1.7}.ghu-volunteer-areas,.ghu-donate-use{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:32px}.ghu-volunteer-areas article,.ghu-donate-use article{background:var(--ghu-cream);border-radius:14px;padding:20px}.ghu-volunteer-areas span,.ghu-donate-use span{font-size:9px;font-weight:800;color:var(--ghu-blue)}.ghu-volunteer-areas h3,.ghu-donate-use h3{font-size:14px;margin:5px 0}.ghu-volunteer-areas p,.ghu-donate-use p{font-size:11px;color:var(--muted);margin:0}.ghu-form-card,.ghu-donate-panel{background:var(--ghu-green);color:#fff;border-radius:24px;padding:40px;box-shadow:var(--shadow)}.ghu-form-kicker,.ghu-donate-panel>span{font-size:9px;text-transform:uppercase;letter-spacing:.11em;color:var(--ghu-yellow);font-weight:800}.ghu-form-card h2,.ghu-donate-panel h2{font-size:30px;line-height:1.15;letter-spacing:-.04em;margin:8px 0 23px}.ghu-stack-form{display:flex;flex-direction:column;gap:14px}.ghu-stack-form label{font-size:10px;color:rgba(255,255,255,.68);font-weight:700}.ghu-stack-form input,.ghu-stack-form textarea,.ghu-stack-form select{width:100%;display:block;margin-top:6px;border:1px solid rgba(255,255,255,.16);border-radius:9px;background:rgba(255,255,255,.07);padding:12px;color:#fff;outline:none}.ghu-stack-form select option{color:#111}.ghu-form-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ghu-stack-form .ghu-btn{align-self:flex-start;border:0}.ghu-donate-panel p{color:rgba(255,255,255,.68);font-size:13px}.ghu-donate-trust{margin-top:28px;border-top:1px solid rgba(255,255,255,.14);padding-top:20px}.ghu-donate-trust strong{font-size:11px;color:var(--ghu-yellow)}.ghu-contact-info>p{color:var(--muted)}.ghu-contact-cards{display:flex;flex-direction:column;margin:28px 0}.ghu-contact-cards>*{border-top:1px solid var(--line);padding:15px 0}.ghu-contact-cards span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#859590}.ghu-contact-cards strong{font-size:14px}
/* reveal */
.ghu-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.ghu-reveal.is-visible{opacity:1;transform:none}
/* responsive */
@media(max-width:1080px){.ghu-header-inner{grid-template-columns:180px 1fr auto;gap:15px}.ghu-desktop-nav{display:none}.ghu-menu-button{display:block}.ghu-focus-cards{width:86%;grid-template-columns:1fr 1fr}.ghu-focus-card{min-height:280px}.ghu-focus-photo{width:28%}.ghu-about-grid{gap:55px}.ghu-about-collage{height:560px}.ghu-project-grid,.ghu-story-grid,.ghu-story-grid-news{grid-template-columns:repeat(2,1fr)}.ghu-footer-main{grid-template-columns:1.2fr 1fr 1fr;gap:40px}.ghu-footer-main>div:last-child{grid-column:2/4}.ghu-program-row{gap:45px}.ghu-detail-layout{gap:55px}.ghu-project-feature-copy{padding:38px}.ghu-mobile-drawer{display:block;position:fixed;top:0;right:-420px;width:min(390px,88vw);height:100vh;background:#fff;z-index:1001;padding:24px;transition:right .3s;overflow:auto}.ghu-mobile-drawer.is-open{right:0}.ghu-drawer-backdrop{display:block;position:fixed;inset:0;background:rgba(2,30,26,.55);z-index:1000;opacity:0;visibility:hidden;transition:.3s}.ghu-drawer-backdrop.is-open{opacity:1;visibility:visible}.ghu-mobile-nav-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:16px}.ghu-mobile-nav-head strong{font-size:14px}.ghu-mobile-nav-head button{border:0;background:var(--ghu-cream);width:35px;height:35px;border-radius:50%;font-size:20px}.ghu-mobile-menu{list-style:none;margin:18px 0;padding:0}.ghu-mobile-menu>li{border-bottom:1px solid var(--line)}.ghu-mobile-menu a{display:block;padding:14px 0;font-size:14px;font-weight:750}.ghu-mobile-menu .sub-menu{list-style:none;padding:0 0 10px 14px}.ghu-mobile-menu .sub-menu a{font-size:12px;color:var(--muted);padding:7px}.ghu-mobile-contact{display:flex;flex-direction:column;gap:8px;margin-top:24px;font-size:12px}.ghu-mobile-contact .ghu-btn{margin-top:10px}.ghu-header-actions .ghu-menu-button{display:block}}
@media(max-width:850px){.ghu-section{padding:78px 0}.ghu-top-right>span{display:none}.ghu-home-hero,.ghu-hero-content{min-height:620px}.ghu-hero-overlay{background:linear-gradient(90deg,rgba(2,33,28,.93),rgba(2,33,28,.63))}.ghu-hero-copy{max-width:600px}.ghu-partner-strip .ghu-container{grid-template-columns:1fr;padding:25px 0}.ghu-partner-logos{justify-content:flex-start;overflow:auto}.ghu-focus-stage{min-height:auto}.ghu-focus-cards{width:100%}.ghu-focus-photo{display:none}.ghu-about-grid,.ghu-about-page-grid,.ghu-story-hero-grid,.ghu-form-page-grid,.ghu-contact-grid,.ghu-donate-grid,.ghu-team-profile-grid{grid-template-columns:1fr;gap:48px}.ghu-about-collage{max-width:590px;margin:auto}.ghu-impact-grid{grid-template-columns:1fr 1fr}.ghu-impact-stat:nth-child(2){border-right:0}.ghu-impact-stat{border-bottom:1px solid #d9ddda;padding-bottom:25px}.ghu-action-band{grid-template-columns:1fr 1fr}.ghu-action-mid{display:none}.ghu-gallery-slide{flex-basis:48%}.ghu-newsletter-grid{grid-template-columns:1fr;gap:30px}.ghu-footer-main{grid-template-columns:1fr 1fr}.ghu-footer-main>div:last-child{grid-column:auto}.ghu-program-row,.ghu-program-row.is-reverse{grid-template-columns:1fr;gap:30px}.ghu-program-row.is-reverse .ghu-program-row-media{order:0}.ghu-program-row-media{height:420px}.ghu-method-grid,.ghu-dark-editorial-grid,.ghu-two-column-title,.ghu-single-hero-grid,.ghu-detail-layout,.ghu-project-feature,.ghu-news-feature,.ghu-article-layout{grid-template-columns:1fr;gap:45px}.ghu-single-hero-grid{padding-top:110px}.ghu-hero-fact-card{max-width:480px}.ghu-detail-side{display:grid;grid-template-columns:1fr 1fr}.ghu-project-fact-grid{grid-template-columns:1fr 1fr}.ghu-project-fact-grid>div:nth-child(2){border-right:0}.ghu-challenge-approach{grid-template-columns:1fr}.ghu-quote-band .ghu-container{grid-template-columns:50px 1fr}.ghu-quote-band a{grid-column:2;text-align:left}.ghu-purpose-grid{grid-template-columns:1fr}.ghu-news-feature-media{min-height:380px}.ghu-news-feature-copy{padding:38px}.ghu-story-hero-media{height:450px;border-radius:50px 0 0 0}.ghu-resource-grid,.ghu-team-grid{grid-template-columns:1fr 1fr}.ghu-team-profile-image{height:520px}.ghu-about-page-media{height:520px}.ghu-footer-main{padding-top:55px}}
@media(max-width:620px){.ghu-container{width:min(100% - 30px,var(--container))}.ghu-topbar{display:none}.ghu-header-inner{height:74px;grid-template-columns:1fr auto}.ghu-brand img{max-width:150px;max-height:55px}.ghu-search-button,.ghu-donate-button{display:none}.ghu-home-hero,.ghu-hero-content{min-height:610px}.ghu-hero-image{background-position:58% center}.ghu-hero-overlay{background:linear-gradient(90deg,rgba(2,33,28,.95),rgba(2,33,28,.73))}.ghu-hero-copy h1{font-size:49px}.ghu-hero-copy p{font-size:14px}.ghu-hero-side-note{display:none}.ghu-btn{font-size:11px}.ghu-focus-intro,.ghu-split-heading{align-items:flex-start;flex-direction:column}.ghu-circle-link{width:90px;height:90px;flex-basis:90px;align-self:flex-end}.ghu-focus-cards{grid-template-columns:1fr}.ghu-focus-card{min-height:250px;border-right:0;border-bottom:1px solid var(--line);padding-top:55px}.ghu-focus-icon{position:static;margin-bottom:12px}.ghu-about-collage{height:480px}.ghu-about-main{left:42px;width:78%}.ghu-about-small-1{width:45%;height:140px}.ghu-about-small-2{width:45%;height:140px;right:-5px}.ghu-about-badge{bottom:35px;width:135px;padding:14px}.ghu-about-mini-grid,.ghu-impact-grid,.ghu-project-grid,.ghu-story-grid,.ghu-story-grid-news,.ghu-method-steps,.ghu-outcome-stack,.ghu-resource-grid,.ghu-team-grid,.ghu-volunteer-areas,.ghu-donate-use,.ghu-form-two,.ghu-cert-grid{grid-template-columns:1fr}.ghu-about-actions{align-items:flex-start;flex-direction:column}.ghu-impact-stat{border-right:0}.ghu-action-band{grid-template-columns:1fr}.ghu-action-card{min-height:260px}.ghu-project-media,.ghu-story-media{height:230px}.ghu-gallery-heading{align-items:flex-start;gap:20px;flex-direction:column}.ghu-gallery-slide{flex-basis:82%;height:310px}.ghu-newsletter{padding-top:60px}.ghu-newsletter-row{flex-direction:column;border-bottom:0;gap:8px}.ghu-newsletter-row input{border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:12px 15px}.ghu-newsletter-row button{min-height:44px;justify-content:center}.ghu-footer-main{grid-template-columns:1fr;gap:35px}.ghu-footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;gap:5px}.ghu-inner-hero{min-height:430px}.ghu-inner-copy{padding:95px 0 55px}.ghu-inner-copy h1{font-size:48px}.ghu-program-row-media{height:340px}.ghu-method-grid{gap:35px}.ghu-wide-cta{min-height:530px}.ghu-single-hero,.ghu-project-hero{min-height:620px}.ghu-single-copy h1,.ghu-project-hero-copy h1{font-size:48px}.ghu-detail-side{grid-template-columns:1fr}.ghu-two-column-title{gap:35px}.ghu-detail-gallery{grid-template-columns:1fr 1fr}.ghu-detail-gallery figure,.ghu-detail-gallery figure:first-child{height:230px;grid-row:auto}.ghu-detail-gallery figure:first-child{grid-column:1/-1;height:300px}.ghu-mini-card-grid{grid-template-columns:1fr}.ghu-project-fact-grid{grid-template-columns:1fr}.ghu-project-fact-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.ghu-project-feature-copy{padding:30px 24px}.ghu-project-feature h2{font-size:29px}.ghu-project-feature dl>div{grid-template-columns:95px 1fr}.ghu-quote-band .ghu-container{grid-template-columns:1fr}.ghu-quote-band .ghu-container>span{font-size:60px}.ghu-quote-band a{grid-column:auto}.ghu-about-page-media{height:420px}.ghu-floating-note{left:10px}.ghu-dark-editorial-grid{gap:35px}.ghu-news-feature-media{min-height:300px}.ghu-news-feature-copy{padding:30px 24px}.ghu-news-feature-copy h2{font-size:29px}.ghu-story-hero{padding-top:55px}.ghu-story-hero-copy{padding-bottom:25px}.ghu-story-hero-copy h1{font-size:46px}.ghu-story-hero-media{height:380px}.ghu-team-photo{height:420px}.ghu-team-profile{padding:70px 0}.ghu-team-profile-copy h1{font-size:45px}.ghu-team-profile-image{height:460px}.ghu-form-card,.ghu-donate-panel{padding:28px 22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ghu-reveal{opacity:1;transform:none;transition:none}*{animation:none!important;transition:none!important}}

/* =========================================================
   Give Hope Uganda Signature V6 - fluid premium layout
   ========================================================= */
:root{--font:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--page-pad:clamp(24px,4.6vw,96px);--section-space:clamp(86px,7vw,142px)}
body{font-family:var(--font);font-size:16px;line-height:1.68;overflow-x:hidden}.ghu-container{width:100%;max-width:none;margin:0;padding-left:var(--page-pad);padding-right:var(--page-pad)}.ghu-section{padding:var(--section-space) 0}.ghu-section-head{max-width:820px}.ghu-section-head h2{font-size:clamp(38px,4vw,62px)}.ghu-section-head p{max-width:720px;font-size:clamp(15px,1.15vw,18px)}
/* Header: wider, clearer, uppercase, robust at 140% zoom */
.ghu-topbar{font-size:11px}.ghu-topbar-inner{min-height:40px;padding-top:4px;padding-bottom:4px}.ghu-top-left,.ghu-top-right{gap:clamp(12px,2vw,28px)}.ghu-header{border-bottom:1px solid rgba(7,61,53,.08)}.ghu-header-inner{height:98px;grid-template-columns:minmax(190px,230px) minmax(0,1fr) auto;gap:clamp(18px,2.2vw,38px)}.ghu-brand{min-width:0}.ghu-brand img{width:auto;max-width:220px;max-height:76px;object-fit:contain}.ghu-desktop-nav{justify-self:center;min-width:0}.ghu-menu{gap:2px}.ghu-menu>li>a{text-transform:uppercase;letter-spacing:.075em;font-size:11px;font-weight:800;color:#183f39;padding:17px 11px;white-space:nowrap;background:transparent!important;position:relative}.ghu-menu>li>a:before{content:'';position:absolute;left:12px;right:12px;bottom:8px;height:2px;background:var(--ghu-yellow);transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.ghu-menu>li>a:hover:before,.ghu-menu>li.current-menu-item>a:before,.ghu-menu>li.current-menu-ancestor>a:before{transform:scaleX(1)}.ghu-menu .menu-item-has-children>a:after{content:'⌄';font-size:12px;font-weight:900;margin-left:4px;color:#79908b}.ghu-menu .sub-menu{top:calc(100% + 2px);min-width:310px;padding:12px;border-radius:0 0 16px 16px;border:1px solid #e7ece9;border-top:4px solid var(--ghu-yellow);box-shadow:0 24px 60px rgba(7,61,53,.16)}.ghu-menu .sub-menu a{font-size:11px;line-height:1.35;font-weight:750;padding:12px 13px;border-radius:9px}.ghu-menu .sub-menu a:hover{background:#f4f7f5;transform:translateX(2px)}.ghu-header-actions{gap:8px}.ghu-search-button{width:44px;height:44px}.ghu-donate-button{height:52px;padding:0 22px;text-transform:uppercase;letter-spacing:.055em;font-size:10px;box-shadow:0 8px 25px rgba(247,198,0,.22)}
/* Hero */
.ghu-home-hero{min-height:clamp(680px,76vh,860px)}.ghu-hero-content{min-height:clamp(680px,76vh,860px);padding-top:46px;padding-bottom:60px}.ghu-hero-copy{max-width:min(760px,58vw)}.ghu-hero-copy h1{font-size:clamp(58px,6vw,96px);max-width:900px;margin-top:18px}.ghu-hero-copy p{font-size:clamp(16px,1.15vw,19px);max-width:690px;line-height:1.72}.ghu-hero-overlay{background:linear-gradient(90deg,rgba(2,33,28,.95) 0%,rgba(2,33,28,.86) 35%,rgba(2,33,28,.46) 66%,rgba(2,33,28,.12) 100%)}
/* Partners and focus areas use the full screen width */
.ghu-partner-strip .ghu-container{min-height:146px;grid-template-columns:180px minmax(0,1fr)}.ghu-partner-logos{justify-content:space-between;gap:clamp(18px,3vw,46px)}.ghu-partner-logos a{max-width:190px;height:84px}.ghu-partner-logos img{max-width:170px;max-height:70px}.ghu-focus-section{padding-bottom:clamp(110px,8vw,160px)}.ghu-focus-stage{min-height:500px;margin-top:72px}.ghu-focus-cards{width:82%;grid-template-columns:repeat(4,minmax(0,1fr));box-shadow:0 28px 70px rgba(7,61,53,.13)}.ghu-focus-card{min-height:390px;padding:76px 28px 34px}.ghu-focus-card h3{font-size:17px}.ghu-focus-card p{font-size:12.5px}.ghu-focus-photo{right:0;width:27%;height:455px;top:45px;border-radius:0 0 0 96px}.ghu-circle-link{box-shadow:0 16px 40px rgba(247,198,0,.22)}
/* About section - more editorial on large displays */
.ghu-about-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(58px,6vw,120px)}.ghu-about-collage{height:clamp(570px,50vw,720px);max-height:720px}.ghu-about-main{left:9%;width:74%}.ghu-about-small-1{width:42%;height:30%}.ghu-about-small-2{width:42%;height:28%;right:0}.ghu-about-copy{max-width:850px}.ghu-about-copy h2{font-size:clamp(46px,4.5vw,68px)}
/* Impact */
.ghu-impact{padding:clamp(86px,7vw,120px) 0}.ghu-impact-heading{max-width:900px}.ghu-impact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ghu-impact-stat{padding:38px clamp(18px,2.5vw,42px) 6px}.ghu-impact-stat strong{font-size:clamp(44px,4vw,64px)}.ghu-impact-stat span{font-size:12px;max-width:290px;margin:12px auto 0}
/* Volunteer / video / donate triptych */
.ghu-action-band{grid-template-columns:minmax(0,1fr) minmax(300px,.88fr) minmax(0,1fr);min-height:clamp(390px,29vw,520px);width:100%;overflow:hidden}.ghu-action-card,.ghu-action-mid{min-width:0;background-position:center;isolation:isolate}.ghu-action-card{padding:clamp(34px,4vw,72px);background-image:linear-gradient(rgba(3,39,34,.58),rgba(3,39,34,.78)),var(--ghu-action)}.ghu-action-card>div{max-width:510px}.ghu-action-card .ghu-action-icon{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 12px;color:#fff}.ghu-action-card .ghu-action-icon .ghu-line-icon{width:54px;height:54px;stroke-width:1.35}.ghu-action-kicker{display:block!important;font-size:12px!important;letter-spacing:0!important;text-transform:none!important;color:rgba(255,255,255,.88)!important}.ghu-action-card h2{font-size:clamp(28px,2.5vw,44px);margin:10px 0 24px;line-height:1.08}.ghu-action-card b{padding:14px 22px;font-size:11px;text-transform:uppercase;letter-spacing:.06em}.ghu-action-mid{background-image:linear-gradient(rgba(4,48,41,.10),rgba(4,48,41,.18)),var(--ghu-action)}.ghu-action-mid:before,.ghu-action-mid:after{content:'';position:absolute;top:-2%;bottom:-2%;width:24px;background:var(--ghu-yellow);z-index:2;opacity:1}.ghu-action-mid:before{left:-5px;clip-path:polygon(60% 0,100% 7%,48% 13%,92% 22%,43% 31%,100% 40%,45% 50%,96% 59%,38% 68%,100% 78%,47% 89%,90% 100%,0 100%,0 0)}.ghu-action-mid:after{right:-5px;clip-path:polygon(0 0,40% 5%,5% 14%,56% 24%,0 33%,55% 43%,8% 53%,62% 63%,0 73%,54% 83%,10% 92%,44% 100%,100% 100%,100% 0)}.ghu-playmark{width:86px;height:86px;background:var(--ghu-yellow);box-shadow:0 0 0 18px rgba(5,47,41,.55),0 12px 35px rgba(0,0,0,.22)}.ghu-playmark:before{content:'';position:absolute;inset:12px;border:1px dashed rgba(7,61,53,.7);border-radius:50%}.ghu-playmark i{position:relative;z-index:2;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:15px solid var(--ghu-green);margin-left:5px}
/* Projects */
.ghu-project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2vw,32px)}.ghu-project-card{border:1px solid #e9eeeb;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 10px 35px rgba(7,61,53,.05)}
/* Activity pictorial - wide ribbon, curved images, no overlapping captions */
.ghu-gallery-home{padding:clamp(96px,8vw,150px) 0;background:#fff;overflow:hidden}.ghu-gallery-heading{align-items:flex-end;margin-bottom:42px;gap:35px}.ghu-gallery-heading>div:first-child{max-width:880px}.ghu-gallery-heading h2{font-size:clamp(46px,5vw,72px)}.ghu-gallery-heading p{color:var(--muted);max-width:650px;margin:14px 0 0}.ghu-gallery-shell{position:relative}.ghu-gallery-track{gap:22px;overflow:auto;padding:36px 0 50px;scroll-padding-left:0}.ghu-gallery-slide{flex:0 0 calc((100% - 44px)/3);height:auto;border-radius:0;overflow:visible;position:relative;color:var(--ink);min-width:0}.ghu-gallery-slide:after{display:none}.ghu-gallery-photo{height:clamp(330px,28vw,500px);overflow:hidden;background:#eef2ef;box-shadow:0 18px 45px rgba(7,61,53,.12);position:relative}.ghu-gallery-slide-1 .ghu-gallery-photo{border-radius:100px 16px 32px 110px;transform:rotate(-2deg)}.ghu-gallery-slide-2 .ghu-gallery-photo{border-radius:20px 20px 100px 100px;transform:translateY(18px)}.ghu-gallery-slide-3 .ghu-gallery-photo{border-radius:16px 100px 110px 30px;transform:rotate(2deg)}.ghu-gallery-photo img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.ghu-gallery-slide:hover .ghu-gallery-photo img{transform:scale(1.035)}.ghu-gallery-slide>span{position:static;display:block;text-align:center;color:var(--ink);padding:27px 20px 0;min-height:84px}.ghu-gallery-slide strong{display:block;font-size:clamp(15px,1.25vw,19px);line-height:1.35;max-width:460px;margin:auto}.ghu-gallery-slide small{display:block;font-size:10px;letter-spacing:.08em;color:#72847f;margin-top:7px}.ghu-gallery-centre-arrow{position:absolute;left:50%;top:43%;transform:translate(-50%,-50%);width:104px;height:104px;border-radius:50%;display:grid;place-items:center;background:var(--ghu-green);color:#fff;font-size:48px;z-index:5;box-shadow:0 18px 48px rgba(7,61,53,.28);border:9px solid rgba(255,255,255,.8)}.ghu-gallery-centre-arrow:hover{background:var(--ghu-yellow);color:var(--ghu-green)}
/* Team preview and team page */
.ghu-team-home{background:#f7f7f3}.ghu-team-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(18px,2vw,28px)}.ghu-team-card{background:#f1f1ee;border-radius:18px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.ghu-team-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(7,61,53,.11)}.ghu-team-photo{height:auto;aspect-ratio:4/4.6;border-radius:0;background:#e9eeeb}.ghu-team-photo img{width:100%;height:100%;object-fit:cover}.ghu-team-photo span.ghu-team-plus{right:18px;bottom:-20px;width:44px;height:44px;padding:0;border-radius:50%;display:grid;place-items:center;background:var(--ghu-green);color:#fff;font-size:26px;line-height:1;opacity:1;transform:none;border:3px solid #f1f1ee}.ghu-team-card:hover .ghu-team-photo span.ghu-team-plus{background:var(--ghu-yellow);color:var(--ghu-green);transform:rotate(90deg)}.ghu-team-card>div{padding:24px 28px 28px}.ghu-team-card h2,.ghu-team-card h3{font-size:clamp(18px,1.35vw,22px);line-height:1.25;margin:0 0 6px}.ghu-team-card p{font-size:13px;color:#314d48;margin:0}.ghu-team-page-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.33fr);align-items:end;gap:50px;margin-bottom:50px}.ghu-team-page-head .ghu-section-head{margin-bottom:0}.ghu-team-page-note{background:var(--ghu-green);color:#fff;border-radius:16px;padding:24px}.ghu-team-page-note strong{display:block;color:var(--ghu-yellow);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.ghu-team-page-note span{display:block;font-size:12px;color:rgba(255,255,255,.72);margin-top:6px}
/* Inner pages and content should also breathe across large screens */
.ghu-inner-copy,.ghu-project-hero-copy,.ghu-single-hero-grid,.ghu-story-hero-grid{width:100%;max-width:none}.ghu-detail-layout,.ghu-about-page-grid,.ghu-form-page-grid,.ghu-contact-grid,.ghu-donate-grid,.ghu-program-row,.ghu-project-feature,.ghu-news-feature,.ghu-team-profile-grid{gap:clamp(42px,6vw,110px)}.ghu-program-row-copy{max-width:760px}.ghu-wide-cta .ghu-container>div{max-width:790px}
/* Large monitors */
@media(min-width:1800px){:root{--page-pad:clamp(80px,6vw,150px)}.ghu-header-inner{grid-template-columns:250px 1fr auto}.ghu-brand img{max-width:235px}.ghu-menu>li>a{font-size:12px;padding-left:15px;padding-right:15px}.ghu-focus-cards{width:84%}.ghu-action-band{min-height:540px}.ghu-gallery-photo{height:520px}.ghu-team-grid{gap:32px}}
/* 140% zoom safety / medium desktop */
@media(max-width:1260px){.ghu-header-inner{height:88px;grid-template-columns:190px 1fr auto}.ghu-brand img{max-width:182px;max-height:68px}.ghu-desktop-nav{display:none}.ghu-menu-button{display:block}.ghu-header-actions .ghu-menu-button{display:block}.ghu-focus-cards{width:88%;grid-template-columns:repeat(2,minmax(0,1fr))}.ghu-focus-card{min-height:300px}.ghu-focus-photo{width:26%;height:500px}.ghu-about-grid{gap:52px}.ghu-action-band{grid-template-columns:1fr .72fr 1fr}.ghu-action-card h2{font-size:31px}.ghu-gallery-slide{flex-basis:calc((100% - 22px)/2)}.ghu-gallery-centre-arrow{display:none}.ghu-team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ghu-team-grid-home .ghu-team-card:nth-child(4){display:none}}
@media(max-width:900px){:root{--page-pad:clamp(20px,5vw,44px)}.ghu-section{padding:82px 0}.ghu-top-right>span{display:none}.ghu-home-hero,.ghu-hero-content{min-height:650px}.ghu-hero-copy{max-width:760px}.ghu-hero-copy h1{font-size:clamp(50px,8vw,72px)}.ghu-partner-strip .ghu-container{grid-template-columns:1fr;gap:16px;padding-top:28px;padding-bottom:28px}.ghu-partner-logos{overflow:auto;justify-content:flex-start;padding-bottom:8px}.ghu-focus-photo{display:none}.ghu-focus-cards{width:100%}.ghu-about-grid{grid-template-columns:1fr}.ghu-about-collage{max-width:none;height:600px}.ghu-action-band{grid-template-columns:1fr 1fr}.ghu-action-mid{display:none}.ghu-action-card{min-height:360px}.ghu-gallery-slide{flex-basis:72%}.ghu-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ghu-team-grid-home .ghu-team-card:nth-child(4){display:block}.ghu-team-page-head{grid-template-columns:1fr}.ghu-team-page-note{max-width:420px}.ghu-project-grid,.ghu-story-grid,.ghu-story-grid-news{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){:root{--page-pad:18px}.ghu-container{width:100%;padding-left:var(--page-pad);padding-right:var(--page-pad)}.ghu-header-inner{height:76px;grid-template-columns:1fr auto}.ghu-brand img{max-width:170px;max-height:58px}.ghu-home-hero,.ghu-hero-content{min-height:620px}.ghu-hero-copy{max-width:100%}.ghu-hero-copy h1{font-size:48px}.ghu-focus-cards{grid-template-columns:1fr}.ghu-action-band{grid-template-columns:1fr}.ghu-action-card{min-height:320px}.ghu-gallery-heading{align-items:flex-start;flex-direction:column}.ghu-gallery-slide{flex-basis:88%}.ghu-gallery-photo{height:360px}.ghu-gallery-slide-1 .ghu-gallery-photo,.ghu-gallery-slide-2 .ghu-gallery-photo,.ghu-gallery-slide-3 .ghu-gallery-photo{transform:none;border-radius:26px}.ghu-team-grid{grid-template-columns:1fr}.ghu-team-photo{aspect-ratio:4/4.4}.ghu-project-grid,.ghu-story-grid,.ghu-story-grid-news{grid-template-columns:1fr}.ghu-about-collage{height:500px}.ghu-impact-grid{grid-template-columns:1fr}.ghu-impact-stat{border-right:0}}
.ghu-menu>li:last-child>.sub-menu,.ghu-menu>li:nth-last-child(2)>.sub-menu{left:auto;right:0}.ghu-mobile-menu>li>a{text-transform:uppercase;letter-spacing:.06em;font-weight:800}.ghu-mobile-menu .sub-menu a{text-transform:none;letter-spacing:0}

/* ========================================================================
   V7 editorial refinement: calmer colour balance, richer dropdowns,
   spacious carousel + Ken Burns motion, and premium inner-page components.
   ======================================================================== */
:root{
  --ghu-green:#073d35;--ghu-green-2:#0b5146;--ghu-yellow:#f7c600;--ghu-blue:#165fc1;--ghu-brown:#653819;
  --ghu-cream:#f7f4ec;--ghu-soft:#f4f7f6;--ghu-soft-blue:#eef4fb;--ink:#132f2b;--muted:#627772;
  --page-pad:clamp(24px,4.25vw,92px);--section-space:clamp(88px,7vw,138px);--radius-lg:34px;
  --font:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
body{font-family:var(--font);font-size:16px;line-height:1.72;color:var(--ink)}
.ghu-container{width:100%;max-width:none;margin:0;padding-left:var(--page-pad);padding-right:var(--page-pad)}
.ghu-section{padding:var(--section-space) 0}.ghu-section-head{max-width:920px}.ghu-section-head p{max-width:760px;font-size:16px}.ghu-section-head h2{font-size:clamp(36px,4.2vw,62px)}
.ghu-soft-section,.ghu-method-section,.ghu-project-story-section{background:linear-gradient(180deg,#f7f8f6 0%,#f3f5f3 100%)}
.ghu-purpose-section{background:linear-gradient(135deg,var(--ghu-cream),#fff 68%)}
mark{color:var(--ghu-green)}
.ghu-eyebrow{letter-spacing:.14em}.ghu-eyebrow:before{background:var(--ghu-blue);width:22px}.ghu-eyebrow-yellow:before{background:var(--ghu-yellow)}

/* Header / navigation */
.ghu-topbar{background:#062f29;border-bottom:1px solid rgba(255,255,255,.08)}
.ghu-topbar-inner{min-height:38px}.ghu-top-left a:first-child span{color:var(--ghu-yellow)}.ghu-top-left a:last-child span{color:#8fc0ff}
.ghu-header{border-bottom:1px solid #e8ecea;box-shadow:none}.ghu-header.is-sticky{box-shadow:0 12px 40px rgba(7,61,53,.09)}
.ghu-header-inner{height:92px;grid-template-columns:220px minmax(0,1fr) auto;gap:24px}.ghu-brand img{max-width:208px;max-height:72px}
.ghu-desktop-nav{display:block;justify-self:center;min-width:0}.ghu-menu{gap:2px}.ghu-menu>li>a{text-transform:uppercase;letter-spacing:.075em;font-size:10.5px;font-weight:800;padding:15px 10px;background:transparent!important;position:relative;white-space:nowrap}
.ghu-menu>li>a:before{content:'';position:absolute;left:11px;right:11px;bottom:7px;height:2px;background:var(--ghu-yellow);transform:scaleX(0);transform-origin:left;transition:transform .22s ease}
.ghu-menu>li.current-menu-item>a:before,.ghu-menu>li.current-menu-ancestor>a:before,.ghu-menu>li>a:hover:before{transform:scaleX(1)}
.ghu-menu .menu-item-has-children>a:after{content:'+';font-size:12px;font-weight:700;margin-left:2px;transition:transform .2s}.ghu-menu .menu-item-has-children:hover>a:after{transform:rotate(45deg)}
.ghu-menu .sub-menu{top:calc(100% + 12px);min-width:290px;border:1px solid #e8ece9;border-radius:20px;padding:14px;box-shadow:0 24px 70px rgba(7,61,53,.16)}
.ghu-menu .sub-menu:before{content:'';position:absolute;left:0;right:0;top:-15px;height:16px}
.ghu-menu .sub-menu a{font-size:12px;line-height:1.25;padding:12px 14px;border-radius:11px;color:#294641;display:flex;align-items:center;justify-content:space-between;gap:14px}
.ghu-menu .sub-menu a:after{content:'↗';color:var(--ghu-blue);font-size:13px;opacity:.55}.ghu-menu .sub-menu a:hover{background:#f5f7f5;color:var(--ghu-green)}.ghu-menu .sub-menu a:hover:after{opacity:1}
.ghu-menu>li.ghu-mega>.sub-menu{width:min(650px,60vw);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;left:50%;right:auto;transform:translate(-50%,10px)}
.ghu-menu>li.ghu-mega:hover>.sub-menu,.ghu-menu>li.ghu-mega:focus-within>.sub-menu{transform:translate(-50%,0)}
.ghu-menu>li:nth-last-child(-n+2).ghu-mega>.sub-menu{left:auto;right:0;transform:translateY(10px)}.ghu-menu>li:nth-last-child(-n+2).ghu-mega:hover>.sub-menu,.ghu-menu>li:nth-last-child(-n+2).ghu-mega:focus-within>.sub-menu{transform:none}
.ghu-search-button{border-color:#dfe6e3}.ghu-donate-button{height:50px;padding:0 22px;text-transform:uppercase;letter-spacing:.055em;font-size:10.5px;box-shadow:0 8px 22px rgba(247,198,0,.22)}

/* Hero: subtle continuous Ken Burns, quieter accents */
.ghu-home-hero,.ghu-hero-content{min-height:clamp(650px,72vh,830px)}.ghu-hero-image{background-position:center 38%;animation:ghuHeroBurns 18s ease-in-out infinite alternate;will-change:transform}.ghu-hero-overlay{background:linear-gradient(90deg,rgba(3,39,34,.95) 0%,rgba(3,39,34,.84) 36%,rgba(3,39,34,.38) 66%,rgba(3,39,34,.08) 100%)}
.ghu-hero-copy{max-width:760px}.ghu-hero-copy h1{font-size:clamp(56px,6.2vw,94px);max-width:890px}.ghu-hero-copy p{font-size:18px;max-width:680px}.ghu-hero-brush-a{height:110px;width:11px}.ghu-hero-brush-b{height:9px;width:120px;opacity:.85}
@keyframes ghuHeroBurns{0%{transform:scale(1.01) translate3d(0,0,0)}100%{transform:scale(1.09) translate3d(-1.2%,.5%,0)}}

/* Partners are neutral; brand colour appears only on interaction */
.ghu-partner-strip{background:#f4f5f3}.ghu-partner-strip .ghu-container{min-height:138px}.ghu-partner-logos a{filter:grayscale(1);opacity:.64}.ghu-partner-logos a:hover{filter:none;opacity:1;transform:translateY(-2px)}

/* Focus cards: icon-led, no decorative numbering */
.ghu-focus-section{background:#fff}.ghu-focus-stage{margin-top:48px}.ghu-focus-cards{gap:18px}.ghu-focus-card{border:1px solid #e6ebe8;background:#fff;box-shadow:0 10px 35px rgba(7,61,53,.045);border-radius:22px;padding:34px 30px;min-height:310px}.ghu-focus-card:nth-child(2) .ghu-focus-icon{color:var(--ghu-blue);background:var(--ghu-soft-blue)}.ghu-focus-card:nth-child(3) .ghu-focus-icon{color:var(--ghu-brown);background:#f7efe9}.ghu-focus-card:nth-child(4) .ghu-focus-icon{color:var(--ghu-green);background:#edf6f2}.ghu-focus-no{display:none!important}.ghu-focus-icon{width:60px;height:60px;border-radius:18px;background:#fff8d8;color:var(--ghu-green);display:grid;place-items:center}.ghu-focus-card h3{font-size:clamp(19px,1.45vw,24px)}

/* About and icon callouts */
.ghu-about-home{background:linear-gradient(180deg,#fff 0%,#fbfaf7 100%)}.ghu-about-mini-grid>div{border-top:1px solid #dfe7e3;padding-top:20px}.ghu-about-mini-grid>div>span:not(.ghu-mini-icon){display:none}.ghu-mini-icon,.ghu-purpose-icon,.ghu-value-icon,.ghu-method-icon,.ghu-quick-icon,.ghu-fact-icon,.ghu-topic-icon,.ghu-highlight-icon,.ghu-card-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#eef5f2;color:var(--ghu-green);margin-bottom:14px}.ghu-mini-icon .ghu-line-icon,.ghu-purpose-icon .ghu-line-icon,.ghu-value-icon .ghu-line-icon,.ghu-method-icon .ghu-line-icon,.ghu-quick-icon .ghu-line-icon,.ghu-fact-icon .ghu-line-icon,.ghu-topic-icon .ghu-line-icon,.ghu-highlight-icon .ghu-line-icon,.ghu-card-icon .ghu-line-icon{width:25px;height:25px}.ghu-about-mini-grid>div:nth-child(2) .ghu-mini-icon{background:var(--ghu-soft-blue);color:var(--ghu-blue)}

/* Impact: mostly neutral with restrained brand accents */
.ghu-impact{background:#f5f5f0;color:var(--ink);padding:clamp(80px,6vw,118px) 0}.ghu-impact-heading h2,.ghu-impact-heading p{color:inherit}.ghu-impact-heading p{color:var(--muted)}.ghu-pill-label{background:#fff;color:var(--ghu-green);border:1px solid #dce4e0}.ghu-impact-grid{border-top:1px solid #dce3df}.ghu-impact-stat{border-color:#dce3df}.ghu-impact-stat strong{color:var(--ghu-green)}.ghu-impact-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;margin:0 auto 12px;color:var(--ghu-blue);background:var(--ghu-soft-blue)}.ghu-impact-stat:nth-child(2) .ghu-impact-icon{color:var(--ghu-brown);background:#f7eee7}.ghu-impact-stat:nth-child(3) .ghu-impact-icon{color:var(--ghu-green);background:#e9f3ef}.ghu-impact-stat:nth-child(4) .ghu-impact-icon{color:#886d00;background:#fff6c9}.ghu-impact-icon .ghu-line-icon{width:24px;height:24px}

/* Action triptych: less yellow, more photographic */
.ghu-action-card{background-image:linear-gradient(180deg,rgba(3,35,30,.30),rgba(3,35,30,.78)),var(--ghu-action)}.ghu-action-mid:before,.ghu-action-mid:after{width:10px;opacity:.9}.ghu-action-card b{background:#fff;color:var(--ghu-green);border-radius:999px}.ghu-action-donate b{background:var(--ghu-yellow);color:#142d28}.ghu-playmark{width:82px;height:82px;box-shadow:0 0 0 13px rgba(5,47,41,.45),0 12px 35px rgba(0,0,0,.2)}

/* Projects / stories */
.ghu-projects-home{background:#fff}.ghu-project-card{border-radius:24px;box-shadow:0 14px 45px rgba(7,61,53,.06)}.ghu-project-media span,.ghu-story-tag{background:var(--ghu-blue)!important;color:#fff!important}.ghu-project-meta{color:#71827f}

/* Spacious activity carousel with Ken Burns */
.ghu-gallery-home{padding:clamp(92px,7vw,132px) 0;background:#f7f7f3}.ghu-gallery-heading{margin-bottom:34px;align-items:flex-end}.ghu-gallery-controls{display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:flex-end}.ghu-gallery-shell{overflow:hidden}.ghu-gallery-track{display:flex;gap:28px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:calc(var(--page-pad) + 4vw);padding:28px 8vw 42px;margin-left:calc(var(--page-pad) * -1);margin-right:calc(var(--page-pad) * -1);scrollbar-width:none}.ghu-gallery-track::-webkit-scrollbar{display:none}.ghu-gallery-slide{flex:0 0 min(68vw,1040px);scroll-snap-align:center;opacity:.56;transform:scale(.94);transition:opacity .45s ease,transform .45s ease;color:var(--ink)}.ghu-gallery-slide.is-active{opacity:1;transform:scale(1)}.ghu-gallery-photo{height:clamp(420px,46vw,650px);border-radius:32px!important;transform:none!important;box-shadow:0 24px 70px rgba(7,61,53,.14);overflow:hidden;position:relative}.ghu-gallery-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 72%,rgba(3,39,34,.12));pointer-events:none}.ghu-gallery-photo img{width:100%;height:100%;object-fit:cover;transform:scale(1.02);will-change:transform}.ghu-gallery-slide.is-active .ghu-gallery-photo img{animation:ghuGalleryBurns 7.4s ease-in-out both}.ghu-gallery-slide>span{text-align:left;padding:22px 6px 0;min-height:70px}.ghu-gallery-slide strong{font-size:clamp(18px,1.6vw,25px);max-width:none;margin:0}.ghu-gallery-slide small{font-size:10px;text-transform:uppercase;letter-spacing:.12em}.ghu-gallery-centre-arrow{display:none!important}.ghu-gallery-progress{height:3px;background:#dde4e1;border-radius:4px;overflow:hidden;margin:0 8vw}.ghu-gallery-progress i{display:block;height:100%;width:10%;background:var(--ghu-blue);transition:width .35s ease;border-radius:4px}@keyframes ghuGalleryBurns{0%{transform:scale(1.02) translate3d(0,0,0)}100%{transform:scale(1.11) translate3d(-1.2%,-.8%,0)}}

/* Team */
.ghu-team-home{background:#fff}.ghu-team-card{background:#f2f4f2;border:1px solid #e6eae7;border-radius:22px}.ghu-team-photo span.ghu-team-plus{background:var(--ghu-blue);border-color:#f2f4f2}.ghu-team-card:hover .ghu-team-photo span.ghu-team-plus{background:var(--ghu-yellow)}

/* Inner heroes and editorial rhythm */
.ghu-inner-hero{min-height:clamp(480px,51vw,650px)}.ghu-inner-copy{padding-top:clamp(125px,12vw,190px);padding-bottom:clamp(75px,7vw,115px)}.ghu-inner-copy h1{max-width:1050px;font-size:clamp(52px,6.3vw,92px)}.ghu-inner-copy p{max-width:760px;font-size:18px}.ghu-inner-shade{background:linear-gradient(90deg,rgba(4,42,36,.93) 0%,rgba(4,42,36,.76) 48%,rgba(4,42,36,.18) 82%,rgba(4,42,36,.06) 100%)}
.ghu-about-page-grid{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center}.ghu-about-page-copy{max-width:780px}.ghu-about-page-media img{border-radius:var(--radius-lg);min-height:590px;object-fit:cover}.ghu-floating-note{border-radius:20px}.ghu-floating-icon{display:grid!important;place-items:center!important;width:44px!important;height:44px!important;border-radius:14px!important;background:#fff!important;color:var(--ghu-blue)!important;margin-bottom:10px!important}.ghu-floating-icon .ghu-line-icon{width:24px;height:24px}

/* Vision / mission / philosophy: icon-led, never numbered */
.ghu-purpose-heading{max-width:900px;margin-bottom:42px}.ghu-purpose-grid-icons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.ghu-purpose-grid-icons article{display:grid!important;grid-template-columns:58px 1fr;gap:22px;align-items:start;background:#fff;border:1px solid #e9e7df;border-radius:26px;padding:34px;box-shadow:0 14px 45px rgba(101,56,25,.05)}.ghu-purpose-grid-icons article>span:not(.ghu-purpose-icon){display:none!important}.ghu-purpose-grid-icons article:nth-child(2) .ghu-purpose-icon{background:var(--ghu-soft-blue);color:var(--ghu-blue)}.ghu-purpose-grid-icons article:nth-child(3) .ghu-purpose-icon{background:#f7eee7;color:var(--ghu-brown)}.ghu-purpose-icon{margin:0}.ghu-purpose-kicker{display:block;color:var(--ghu-green);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}.ghu-purpose-grid-icons h3{font-size:22px;margin:0 0 10px}.ghu-purpose-grid-icons p{margin:0;color:var(--muted);font-size:14px}
.ghu-values-section{background:#fff}.ghu-values-icon-list article{grid-template-columns:54px 1fr;align-items:start}.ghu-values-icon-list article>span:not(.ghu-value-icon){display:none!important}.ghu-value-icon{margin:0}.ghu-values-icon-list article:nth-child(3n+2) .ghu-value-icon{background:var(--ghu-soft-blue);color:var(--ghu-blue)}.ghu-values-icon-list article:nth-child(3n) .ghu-value-icon{background:#f7eee7;color:var(--ghu-brown)}

/* Program index and program singles */
.ghu-program-list{display:grid;gap:clamp(70px,7vw,120px);margin-top:60px}.ghu-program-row{min-height:620px;align-items:center}.ghu-program-row-media{border-radius:34px;overflow:hidden;min-height:590px;position:relative}.ghu-program-row-media img{height:100%;min-height:590px;object-fit:cover}.ghu-program-number{display:none!important}.ghu-program-image-icon{position:absolute;left:26px;bottom:26px;width:66px;height:66px;border-radius:20px;display:grid;place-items:center;background:#fff;color:var(--ghu-green);box-shadow:0 14px 40px rgba(7,61,53,.18)}.ghu-program-image-icon .ghu-line-icon{width:31px;height:31px}.ghu-program-row-copy{max-width:780px}.ghu-inline-fact{display:flex!important;align-items:flex-start!important;gap:14px}.ghu-inline-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:var(--ghu-soft-blue);color:var(--ghu-blue);flex:0 0 auto}.ghu-inline-icon .ghu-line-icon{width:22px;height:22px}.ghu-inline-fact>div{display:grid;gap:2px}.ghu-inline-fact>div>span{font-size:13px;color:var(--muted)}
.ghu-method-section{background:#f5f6f3}.ghu-method-icon-steps article{display:grid;grid-template-columns:54px 1fr;column-gap:18px;align-items:start}.ghu-method-icon-steps article>span:not(.ghu-method-icon){display:none!important}.ghu-method-icon-steps h3,.ghu-method-icon-steps p{grid-column:2}.ghu-method-icon{grid-column:1;grid-row:1/3;margin:0}.ghu-method-icon-steps article:nth-child(even) .ghu-method-icon{background:var(--ghu-soft-blue);color:var(--ghu-blue)}
.ghu-hero-fact-card .ghu-card-icon{margin:0 0 18px}.ghu-highlight-box{display:grid!important;grid-template-columns:54px 1fr;gap:20px;align-items:start}.ghu-highlight-icon{margin:0}.ghu-highlight-box>span:not(.ghu-highlight-icon){display:none!important}.ghu-highlight-box strong{display:block;margin-bottom:5px}.ghu-icon-check-list>div>span{display:grid!important;place-items:center!important;width:36px!important;height:36px!important;border-radius:12px!important;background:#eaf4f0!important;color:var(--ghu-green)!important;flex:0 0 auto}.ghu-icon-check-list .ghu-line-icon{width:20px;height:20px}.ghu-outcome-icon-stack article{grid-template-columns:48px 1fr!important}.ghu-outcome-icon-stack article>span{width:42px!important;height:42px!important;border-radius:13px!important;background:var(--ghu-soft-blue)!important;color:var(--ghu-blue)!important;display:grid!important;place-items:center!important;font-size:0!important}.ghu-outcome-icon-stack .ghu-line-icon{width:21px;height:21px}

/* Project index and singles */
.ghu-project-feature{border-top:1px solid #e3e9e6;padding:62px 0}.ghu-project-feature-media{border-radius:30px;overflow:hidden}.ghu-project-quickfacts>div{display:grid!important;grid-template-columns:42px 1fr;gap:12px;align-items:start}.ghu-quick-icon{width:40px;height:40px;border-radius:12px;margin:0}.ghu-quick-icon .ghu-line-icon{width:21px;height:21px}.ghu-project-quickfacts>div:nth-child(2) .ghu-quick-icon{background:var(--ghu-soft-blue);color:var(--ghu-blue)}.ghu-project-quickfacts>div:nth-child(3) .ghu-quick-icon{background:#f7eee7;color:var(--ghu-brown)}
.ghu-project-fact-grid>div{position:relative;padding-top:28px}.ghu-fact-icon{margin:0 0 14px}.ghu-project-fact-grid>div:nth-child(2) .ghu-fact-icon{background:var(--ghu-soft-blue);color:var(--ghu-blue)}.ghu-project-fact-grid>div:nth-child(4) .ghu-fact-icon{background:#f7eee7;color:var(--ghu-brown)}
.ghu-project-story-section{background:linear-gradient(135deg,#f6f7f4,#fbfaf7)}.ghu-challenge-approach article{background:#fff;border:1px solid #e4e9e6;border-radius:28px;padding:clamp(32px,4vw,58px)}.ghu-challenge-approach article .ghu-eyebrow{margin-top:4px}.ghu-topic-icon{margin-bottom:20px}.ghu-challenge-approach article:nth-child(2) .ghu-topic-icon{background:var(--ghu-soft-blue);color:var(--ghu-blue)}.ghu-result-icon-list>div{grid-template-columns:42px 1fr!important}.ghu-result-icon-list>div>span{width:38px!important;height:38px!important;border-radius:12px!important;display:grid!important;place-items:center!important;background:#eaf4f0!important;color:var(--ghu-green)!important;font-size:0!important}.ghu-result-icon-list .ghu-line-icon{width:20px;height:20px}

/* Approach / partners pages */
.ghu-approach-intro{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.65fr);gap:clamp(50px,7vw,120px);align-items:center}.ghu-approach-note{background:var(--ghu-green);color:#fff;border-radius:30px;padding:clamp(32px,4vw,54px)}.ghu-approach-note>span{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:rgba(255,255,255,.1);color:var(--ghu-yellow);margin-bottom:22px}.ghu-approach-note .ghu-line-icon{width:28px;height:28px}.ghu-approach-note p{font-size:clamp(22px,2.2vw,34px);line-height:1.35;margin:0}.ghu-approach-note small{display:block;color:rgba(255,255,255,.62);margin-top:18px}.ghu-approach-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.ghu-approach-grid article{background:#fff;border:1px solid #e5eae7;border-radius:24px;padding:32px}.ghu-approach-grid article>span{width:50px;height:50px;display:grid;place-items:center;border-radius:15px;background:#eaf4f0;color:var(--ghu-green);margin-bottom:22px}.ghu-approach-grid article:nth-child(3n+2)>span{background:var(--ghu-soft-blue);color:var(--ghu-blue)}.ghu-approach-grid article:nth-child(3n)>span{background:#f7eee7;color:var(--ghu-brown)}.ghu-approach-grid .ghu-line-icon{width:25px;height:25px}.ghu-approach-grid h3{font-size:21px;margin:0 0 10px}.ghu-approach-grid p{margin:0;color:var(--muted)}.ghu-approach-feature{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(48px,7vw,110px);align-items:center}.ghu-approach-feature-media img{width:100%;height:clamp(520px,46vw,700px);object-fit:cover;border-radius:34px}
.ghu-partner-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:54px}.ghu-partner-card{display:grid;grid-template-columns:190px 1fr;gap:30px;align-items:center;border:1px solid #e4e9e6;border-radius:26px;padding:28px;background:#fff}.ghu-partner-card-logo{height:150px;border-radius:18px;background:#f6f7f5;display:grid;place-items:center;padding:24px}.ghu-partner-card-logo img{max-width:140px;max-height:100px;object-fit:contain}.ghu-partner-card>div:last-child>span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--ghu-blue);font-weight:800}.ghu-partner-card h2{font-size:22px;margin:7px 0}.ghu-partner-card p{color:var(--muted);font-size:14px}.ghu-partner-copy-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.8fr);gap:clamp(50px,7vw,110px);align-items:center}.ghu-icon-callouts{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ghu-icon-callouts>div{background:#fff;border:1px solid #e4e9e6;border-radius:20px;padding:24px}.ghu-icon-callouts>div>span{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#eaf4f0;color:var(--ghu-green);margin-bottom:14px}.ghu-icon-callouts .ghu-line-icon{width:23px;height:23px}.ghu-icon-callouts p{font-weight:750;margin:0}

/* Large displays */
@media(min-width:1700px){
  :root{--page-pad:clamp(82px,5.5vw,130px)}
  .ghu-header-inner{grid-template-columns:250px minmax(0,1fr) auto}.ghu-brand img{max-width:235px}.ghu-menu>li>a{font-size:11px;padding-inline:13px}
  .ghu-gallery-slide{flex-basis:min(60vw,1120px)}.ghu-gallery-photo{height:min(600px,42vw)}.ghu-purpose-grid-icons article{padding:40px}
}
/* 140% zoom: keep full navigation on normal large monitors, switch only when truly tight. */
@media(max-width:1260px) and (min-width:1181px){.ghu-desktop-nav{display:block}.ghu-menu-button{display:none}.ghu-header-inner{grid-template-columns:180px minmax(0,1fr) auto;gap:14px}.ghu-brand img{max-width:172px}.ghu-menu>li>a{font-size:9px;padding-inline:6px;letter-spacing:.055em}.ghu-donate-button{padding:0 14px}.ghu-search-button{width:38px;height:38px}}
@media(max-width:1180px){.ghu-desktop-nav{display:none!important}.ghu-menu-button{display:grid!important}.ghu-header-inner{grid-template-columns:200px 1fr auto}.ghu-purpose-grid-icons{grid-template-columns:1fr}.ghu-purpose-grid-icons article{grid-template-columns:58px 1fr}.ghu-approach-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ghu-partner-card-grid{grid-template-columns:1fr}.ghu-gallery-slide{flex-basis:min(78vw,900px)}}
@media(max-width:900px){.ghu-about-page-grid,.ghu-approach-intro,.ghu-approach-feature,.ghu-partner-copy-grid{grid-template-columns:1fr}.ghu-about-page-media img{min-height:500px}.ghu-purpose-grid-icons article{grid-template-columns:52px 1fr}.ghu-program-row-media,.ghu-program-row-media img{min-height:480px}.ghu-gallery-track{padding-inline:var(--page-pad);scroll-padding-inline:var(--page-pad)}.ghu-gallery-slide{flex-basis:86vw}.ghu-gallery-photo{height:520px}.ghu-gallery-controls{justify-content:flex-start}.ghu-approach-grid{grid-template-columns:1fr 1fr}.ghu-partner-card{grid-template-columns:150px 1fr}.ghu-action-card h2{font-size:30px}}
@media(max-width:620px){.ghu-top-left a:first-child{display:none}.ghu-header-inner{grid-template-columns:1fr auto}.ghu-header-actions .ghu-search-button,.ghu-header-actions .ghu-donate-button{display:none}.ghu-brand img{max-width:175px}.ghu-home-hero,.ghu-hero-content{min-height:650px}.ghu-hero-copy h1{font-size:49px}.ghu-purpose-grid-icons article{grid-template-columns:1fr;padding:28px}.ghu-purpose-icon{margin-bottom:4px}.ghu-approach-grid{grid-template-columns:1fr}.ghu-gallery-slide{flex-basis:91vw}.ghu-gallery-photo{height:420px;border-radius:24px!important}.ghu-gallery-heading{align-items:flex-start}.ghu-gallery-controls{width:100%;justify-content:space-between}.ghu-partner-card{grid-template-columns:1fr}.ghu-partner-card-logo{height:130px}.ghu-icon-callouts{grid-template-columns:1fr}.ghu-about-page-media img{min-height:420px}.ghu-program-row-media,.ghu-program-row-media img{min-height:390px}.ghu-project-fact-grid{grid-template-columns:1fr 1fr}}
@media(prefers-reduced-motion:reduce){.ghu-hero-image,.ghu-gallery-slide.is-active .ghu-gallery-photo img{animation:none!important}.ghu-gallery-track{scroll-behavior:auto}}
/* Mobile menu accordion for the richer automatic navigation */
.ghu-mobile-menu .menu-item-has-children{position:relative}.ghu-mobile-sub-toggle{position:absolute;right:0;top:8px;width:38px;height:38px;border:0;border-radius:50%;background:#f1f4f2;color:var(--ghu-green);display:grid;place-items:center}.ghu-mobile-sub-toggle i{font-style:normal;font-size:20px;line-height:1;transition:transform .2s}.ghu-mobile-menu .menu-item-has-children>.sub-menu{display:none}.ghu-mobile-menu .menu-item-has-children.is-sub-open>.sub-menu{display:block}.ghu-mobile-menu .menu-item-has-children.is-sub-open>.ghu-mobile-sub-toggle i{transform:rotate(45deg)}.ghu-mobile-menu .menu-item-has-children>a{padding-right:48px}
.ghu-volunteer-icon-areas article>span,.ghu-donate-icon-use article>span{width:46px!important;height:46px!important;border-radius:14px!important;display:grid!important;place-items:center!important;background:#eaf4f0!important;color:var(--ghu-green)!important;font-size:0!important}.ghu-volunteer-icon-areas article:nth-child(2)>span,.ghu-donate-icon-use article:nth-child(2)>span{background:var(--ghu-soft-blue)!important;color:var(--ghu-blue)!important}.ghu-volunteer-icon-areas article:nth-child(3)>span,.ghu-donate-icon-use article:nth-child(3)>span{background:#f7eee7!important;color:var(--ghu-brown)!important}.ghu-volunteer-icon-areas .ghu-line-icon,.ghu-donate-icon-use .ghu-line-icon{width:23px;height:23px}

/* ============================================================
   Give Hope Uganda Premium V8
   Brand system derived from the official logo:
   brown #522504, blue #1450C2 and lime #CDD633.
   Forest is retained only as a quiet supporting neutral.
   ============================================================ */
:root{
  --ghu-green:#173B35;
  --ghu-yellow:#CDD633;
  --ghu-blue:#1450C2;
  --ghu-brown:#522504;
  --ghu-cream:#F8F6EF;
  --ghu-logo-brown:var(--ghu-brown);
  --ghu-logo-blue:var(--ghu-blue);
  --ghu-logo-lime:var(--ghu-yellow);
  --ghu-forest:var(--ghu-green);
  --ghu-ink:#17201e;
  --ghu-soft-blue:#eef3ff;
  --ghu-soft-lime:#f5f8d9;
  --ghu-soft-brown:#f5eee9;
  --ghu-line-soft:#e7e9e4;
}
body{color:var(--ghu-ink)}
mark{color:var(--ghu-logo-blue)}
.ghu-eyebrow{color:var(--ghu-logo-blue)}
.ghu-eyebrow:before{background:var(--ghu-logo-lime)}
.ghu-btn-lime{background:var(--ghu-logo-lime);color:#17201e;box-shadow:0 12px 30px rgba(205,214,51,.22)}
.ghu-btn-lime:hover{background:#dbe448}
.ghu-btn-brand-blue{background:var(--ghu-logo-blue);color:#fff;box-shadow:0 12px 30px rgba(20,80,194,.18)}
.ghu-btn-brand-blue:hover{background:#0e43a8}
.ghu-btn-glass{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.24);color:#fff;backdrop-filter:blur(12px)}
.ghu-btn-glass:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.36)}
.ghu-btn-dark{background:var(--ghu-logo-brown)}
.ghu-btn-dark:hover{background:#68320b}
.ghu-btn-outline{color:var(--ghu-logo-blue);border-color:#d6ddeb}.ghu-btn-outline:hover{border-color:var(--ghu-logo-blue)}
.ghu-text-link{color:var(--ghu-logo-blue)}

/* Header: logo colours lead the hierarchy instead of a single green block. */
.ghu-topbar{background:var(--ghu-logo-brown)}
.ghu-top-left a:first-child span{color:var(--ghu-logo-lime)}
.ghu-top-left a:last-child span{color:#a9c6ff}
.ghu-header{border-bottom:1px solid #ecece7}
.ghu-menu>li>a{color:#342e29}
.ghu-menu>li.current-menu-item>a,.ghu-menu>li.current-menu-ancestor>a,.ghu-menu>li>a:hover{color:var(--ghu-logo-blue)}
.ghu-menu>li>a:before{background:var(--ghu-logo-lime);height:3px;border-radius:3px}
.ghu-menu .menu-item-has-children>a:after{color:var(--ghu-logo-blue)}
.ghu-menu .sub-menu{border-top:4px solid var(--ghu-logo-lime);box-shadow:0 26px 70px rgba(54,37,24,.16)}
.ghu-menu .sub-menu a{color:#4a433e}.ghu-menu .sub-menu a:after{color:var(--ghu-logo-blue)}
.ghu-menu .sub-menu a:hover{background:var(--ghu-soft-blue);color:var(--ghu-logo-blue)}
.ghu-menu>li.ghu-mega>.sub-menu{width:min(790px,72vw);grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
.ghu-search-button{color:var(--ghu-logo-blue)}
.ghu-donate-button{background:var(--ghu-logo-lime);color:#251f19;box-shadow:0 10px 26px rgba(205,214,51,.2)}
.ghu-mobile-sub-toggle{background:var(--ghu-soft-blue);color:var(--ghu-logo-blue)}

/* Brand-balanced footer. */
.ghu-newsletter{background:linear-gradient(120deg,#2a170d 0%,var(--ghu-logo-brown) 62%,#402409 100%)}
.ghu-newsletter-row button{background:var(--ghu-logo-lime)}
.ghu-footer{background:#1d120c;border-top:5px solid var(--ghu-logo-blue)}
.ghu-footer:before{content:'';position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,var(--ghu-logo-blue) 0 44%,var(--ghu-logo-lime) 44% 72%,var(--ghu-logo-brown) 72%)}
.ghu-footer-about img{filter:none;background:#fff;border-radius:16px;padding:10px 14px;max-width:210px;max-height:88px}
.ghu-footer-menu a:hover,.ghu-footer-links a:hover,.ghu-footer-contact>a:hover,.ghu-footer-contact .ghu-footer-contact-link{color:var(--ghu-logo-lime)}

/* Project archive — premium editorial portfolio. */
.ghu-projects-landing-hero{position:relative;min-height:clamp(650px,72vh,820px);overflow:hidden;background:#1d120c;color:#fff}
.ghu-projects-landing-image{position:absolute;inset:0;background-image:var(--ghu-projects-hero);background-size:cover;background-position:center 42%;transform:scale(1.025);animation:ghuProjectHeroBurns 18s ease-in-out infinite alternate}
.ghu-projects-landing-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(27,16,10,.96) 0%,rgba(27,16,10,.88) 42%,rgba(16,35,57,.56) 68%,rgba(16,35,57,.28) 100%)}
.ghu-projects-landing-shade:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 68%,rgba(20,80,194,.16))}
@keyframes ghuProjectHeroBurns{from{transform:scale(1.025) translate3d(0,0,0)}to{transform:scale(1.085) translate3d(-1%,.5%,0)}}
.ghu-projects-landing-grid{position:relative;z-index:2;min-height:clamp(650px,72vh,820px);display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);gap:clamp(50px,7vw,120px);align-items:end;padding-top:150px;padding-bottom:86px}
.ghu-projects-landing-copy{max-width:900px}.ghu-projects-landing-copy .ghu-breadcrumbs{margin-bottom:26px}
.ghu-projects-landing-copy h1{font-size:clamp(58px,6.5vw,100px);line-height:.96;letter-spacing:-.062em;margin:17px 0 24px;max-width:1000px}
.ghu-projects-landing-copy h1 em{font-family:var(--script);font-style:normal;font-weight:700;color:var(--ghu-logo-lime);letter-spacing:-.02em}
.ghu-projects-landing-copy>p{max-width:760px;font-size:clamp(16px,1.3vw,19px);color:rgba(255,255,255,.78);margin:0 0 32px}
.ghu-projects-hero-panel{background:rgba(255,255,255,.94);color:var(--ghu-ink);border-radius:28px;padding:30px;box-shadow:0 30px 80px rgba(0,0,0,.2);backdrop-filter:blur(12px)}
.ghu-panel-kicker{display:block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--ghu-logo-blue);margin-bottom:10px}
.ghu-projects-hero-panel>div{display:grid;grid-template-columns:48px 1fr;gap:15px;padding:20px 0;border-top:1px solid #e8e6df;align-items:start}
.ghu-projects-hero-panel i{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:var(--ghu-soft-blue);color:var(--ghu-logo-blue);font-style:normal}
.ghu-projects-hero-panel>div:nth-child(3) i{background:var(--ghu-soft-lime);color:#677000}.ghu-projects-hero-panel>div:nth-child(4) i{background:var(--ghu-soft-brown);color:var(--ghu-logo-brown)}
.ghu-projects-hero-panel .ghu-line-icon{width:23px;height:23px}.ghu-projects-hero-panel p{margin:0}.ghu-projects-hero-panel strong{display:block;font-size:14px;margin-bottom:5px}.ghu-projects-hero-panel p span{display:block;color:#68716d;font-size:12px;line-height:1.55}

.ghu-project-filter-section{position:relative;z-index:5;background:#fff;border-bottom:1px solid var(--ghu-line-soft);box-shadow:0 12px 34px rgba(54,37,24,.04)}
.ghu-project-filter-inner{min-height:126px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.ghu-project-filter-inner h2{font-size:clamp(27px,2.4vw,38px);letter-spacing:-.04em;margin:8px 0 0}.ghu-filter-bar-premium{justify-content:flex-end}
.ghu-filter-bar-premium button{padding:12px 19px;border-color:#e1e4df;background:#fafaf7;color:#4e5551;font-size:11px;transition:.2s}
.ghu-filter-bar-premium button:hover{border-color:var(--ghu-logo-blue);color:var(--ghu-logo-blue)}
.ghu-filter-bar-premium button.is-active{background:var(--ghu-logo-blue);border-color:var(--ghu-logo-blue);color:#fff;box-shadow:0 8px 24px rgba(20,80,194,.16)}

.ghu-project-portfolio-section{background:#fbfaf6}
[data-project-list] [data-status].is-hidden{display:none!important}
.ghu-project-spotlight{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);min-height:620px;background:#fff;border-radius:34px;overflow:hidden;box-shadow:0 24px 70px rgba(54,37,24,.09);border:1px solid #ece9e1;margin-bottom:34px}
.ghu-project-spotlight-media{position:relative;min-height:620px;overflow:hidden}.ghu-project-spotlight-media:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(21,17,14,.28))}
.ghu-project-spotlight-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.65,.2,1)}.ghu-project-spotlight:hover img{transform:scale(1.035)}
.ghu-status-pill{position:absolute;left:24px;top:24px;z-index:2;display:inline-flex;align-items:center;padding:9px 13px;border-radius:999px;background:var(--ghu-logo-lime);color:#28271a;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.11em;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.ghu-project-media-arrow{position:absolute;z-index:2;right:28px;bottom:28px;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:var(--ghu-logo-blue);color:#fff;box-shadow:0 12px 28px rgba(20,80,194,.28)}
.ghu-project-media-arrow svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7}
.ghu-project-spotlight-copy{padding:clamp(46px,5vw,82px);display:flex;flex-direction:column;justify-content:center}
.ghu-project-spotlight-copy h2{font-size:clamp(40px,4.4vw,68px);line-height:1.02;letter-spacing:-.055em;margin:12px 0 20px}.ghu-project-spotlight-copy h2 a:hover{color:var(--ghu-logo-blue)}
.ghu-project-deck{font-size:16px;color:#626b67;max-width:660px;margin:0 0 28px}
.ghu-project-fact-chips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 30px}
.ghu-project-fact-chips>span{display:grid;grid-template-columns:36px 1fr;column-gap:10px;align-items:start;background:#f7f7f2;border-radius:15px;padding:14px;min-width:0}
.ghu-project-fact-chips i{grid-row:1/3;width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:var(--ghu-soft-blue);color:var(--ghu-logo-blue);font-style:normal}.ghu-project-fact-chips>span:nth-child(2) i{background:var(--ghu-soft-lime);color:#677000}.ghu-project-fact-chips>span:nth-child(3) i{background:var(--ghu-soft-brown);color:var(--ghu-logo-brown)}
.ghu-project-fact-chips .ghu-line-icon{width:18px;height:18px}.ghu-project-fact-chips b{font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:#8a918d}.ghu-project-fact-chips em{font-style:normal;font-size:11px;font-weight:750;line-height:1.35;overflow-wrap:anywhere}
.ghu-project-spotlight-copy>.ghu-btn{align-self:flex-start}

.ghu-project-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.ghu-project-premium-card{background:#fff;border:1px solid #e9e8e2;border-radius:28px;overflow:hidden;box-shadow:0 14px 44px rgba(54,37,24,.055);transition:transform .3s ease,box-shadow .3s ease}
.ghu-project-premium-card:hover{transform:translateY(-5px);box-shadow:0 24px 60px rgba(54,37,24,.1)}
.ghu-project-premium-media{height:clamp(310px,31vw,470px);position:relative;overflow:hidden}.ghu-project-premium-media:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 70%,rgba(31,20,12,.22))}
.ghu-project-premium-media img{width:100%;height:100%;object-fit:cover;transition:transform .65s ease}.ghu-project-premium-card:hover .ghu-project-premium-media img{transform:scale(1.04)}
.ghu-project-premium-copy{padding:clamp(26px,3vw,40px)}
.ghu-project-card-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;color:#7a817d;margin-bottom:16px}.ghu-project-card-meta span{display:inline-flex;align-items:center;gap:7px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:750}.ghu-project-card-meta svg{width:15px;height:15px;color:var(--ghu-logo-blue)}
.ghu-project-premium-copy h3{font-size:clamp(25px,2.4vw,37px);line-height:1.08;letter-spacing:-.045em;margin:0 0 15px}.ghu-project-premium-copy h3 a:hover{color:var(--ghu-logo-blue)}
.ghu-project-premium-copy>p{color:#68716d;font-size:14px;margin:0 0 22px}
.ghu-project-audience{display:grid;grid-template-columns:42px 1fr;gap:12px;border-top:1px solid #ebebe5;padding-top:20px;margin-bottom:22px}.ghu-project-audience i{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:var(--ghu-soft-lime);color:#677000;font-style:normal}.ghu-project-audience svg{width:20px;height:20px}.ghu-project-audience span{font-size:11px;color:#69716d;line-height:1.45}.ghu-project-audience b{display:block;font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:var(--ghu-logo-brown);margin-bottom:3px}
.ghu-project-card-link{display:flex;align-items:center;justify-content:space-between;color:var(--ghu-logo-blue);font-size:12px;font-weight:850}.ghu-project-card-link span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--ghu-soft-blue)}.ghu-project-card-link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}

.ghu-project-principles{padding:clamp(92px,7vw,138px) 0;background:linear-gradient(110deg,#26160d 0%,var(--ghu-logo-brown) 58%,#342119 100%);color:#fff;position:relative;overflow:hidden}.ghu-project-principles:after{content:'';position:absolute;width:460px;height:460px;border-radius:50%;right:-150px;top:-200px;border:90px solid rgba(205,214,51,.08)}
.ghu-project-principles-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:clamp(60px,8vw,140px);align-items:center}.ghu-project-principles-title h2{font-size:clamp(42px,5vw,72px);line-height:1.02;letter-spacing:-.055em;margin:14px 0 22px}.ghu-project-principles-title mark{color:var(--ghu-logo-lime)}.ghu-project-principles-title p{color:rgba(255,255,255,.69);max-width:650px}
.ghu-project-principle-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ghu-project-principle-cards article{padding:30px 26px;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:rgba(255,255,255,.06);backdrop-filter:blur(8px)}.ghu-project-principle-cards article>span{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:rgba(205,214,51,.13);color:var(--ghu-logo-lime);margin-bottom:40px}.ghu-project-principle-cards article:nth-child(2)>span{background:rgba(80,130,230,.16);color:#a9c6ff}.ghu-project-principle-cards article:nth-child(3)>span{background:rgba(255,255,255,.1);color:#fff}.ghu-project-principle-cards svg{width:24px;height:24px}.ghu-project-principle-cards h3{font-size:18px;margin:0 0 10px}.ghu-project-principle-cards p{font-size:12px;color:rgba(255,255,255,.63);margin:0}
.ghu-project-partner-cta{padding:58px 0;background:var(--ghu-logo-blue);color:#fff}.ghu-project-partner-cta .ghu-container{display:flex;align-items:center;justify-content:space-between;gap:42px}.ghu-project-partner-cta h2{font-size:clamp(30px,3vw,46px);letter-spacing:-.045em;margin:6px 0 8px}.ghu-project-partner-cta p{margin:0;color:rgba(255,255,255,.72);max-width:700px}.ghu-project-partner-cta .ghu-eyebrow{color:#fff}
.ghu-empty-state{text-align:center;padding:80px 30px;background:#fff;border:1px dashed #d9d9d1;border-radius:28px}.ghu-empty-state>span{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;margin:0 auto 18px;background:var(--ghu-soft-blue);color:var(--ghu-logo-blue)}

/* Single project — immersive but highly readable. */
.ghu-project-single-hero{position:relative;min-height:clamp(700px,78vh,900px);overflow:hidden;background:#1b120d;color:#fff}
.ghu-project-single-image{position:absolute;inset:0;background-image:var(--ghu-project-image);background-size:cover;background-position:center 42%;transform:scale(1.02);animation:ghuProjectHeroBurns 20s ease-in-out infinite alternate}
.ghu-project-single-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(27,16,10,.96) 0%,rgba(27,16,10,.85) 42%,rgba(20,47,76,.47) 71%,rgba(20,47,76,.18) 100%)}
.ghu-project-single-hero-grid{position:relative;z-index:2;min-height:clamp(700px,78vh,900px);display:grid;grid-template-columns:minmax(0,1.28fr) minmax(340px,.72fr);gap:clamp(52px,7vw,120px);align-items:end;padding-top:160px;padding-bottom:80px}
.ghu-project-single-copy{max-width:980px}.ghu-project-single-copy .ghu-breadcrumbs{margin-bottom:24px}.ghu-status-pill-hero{position:static;box-shadow:none;margin-bottom:16px}.ghu-project-single-copy h1{font-size:clamp(58px,7vw,108px);line-height:.94;letter-spacing:-.065em;margin:0 0 25px;max-width:1100px}.ghu-project-single-copy>p{font-size:clamp(16px,1.25vw,19px);color:rgba(255,255,255,.78);max-width:770px;margin:0 0 32px}
.ghu-project-hero-brief{background:rgba(255,255,255,.95);color:var(--ghu-ink);border-radius:28px;padding:28px;box-shadow:0 28px 70px rgba(0,0,0,.2)}.ghu-project-hero-brief>span{display:block;color:var(--ghu-logo-blue);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.13em;padding-bottom:12px}.ghu-project-hero-brief>div{display:grid;grid-template-columns:45px 1fr;gap:13px;padding:15px 0;border-top:1px solid #e6e5df}.ghu-project-hero-brief i{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;background:var(--ghu-soft-blue);color:var(--ghu-logo-blue);font-style:normal}.ghu-project-hero-brief>div:nth-of-type(2) i{background:var(--ghu-soft-lime);color:#677000}.ghu-project-hero-brief>div:nth-of-type(3) i{background:var(--ghu-soft-brown);color:var(--ghu-logo-brown)}.ghu-project-hero-brief svg{width:21px;height:21px}.ghu-project-hero-brief p{margin:0}.ghu-project-hero-brief b{display:block;font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:#939994;margin-bottom:2px}.ghu-project-hero-brief em{font-style:normal;font-size:12px;font-weight:750;line-height:1.4;display:block}
.ghu-project-single-nav{background:#fff;border-bottom:1px solid #e7e7e0;position:sticky;top:92px;z-index:45}.admin-bar .ghu-project-single-nav{top:124px}.ghu-project-single-nav .ghu-container{min-height:64px;display:flex;align-items:center;gap:30px;overflow-x:auto;scrollbar-width:none}.ghu-project-single-nav a{white-space:nowrap;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:#69716d;transition:.2s}.ghu-project-single-nav a:hover{color:var(--ghu-logo-blue)}.ghu-project-single-nav a:last-child{margin-left:auto;color:var(--ghu-logo-blue)}
.ghu-project-story{background:#fff}.ghu-project-story-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.55fr);gap:clamp(60px,8vw,150px);align-items:start}.ghu-project-story-copy{max-width:920px}.ghu-project-story-copy h2{font-size:clamp(42px,5vw,70px);line-height:1.02;letter-spacing:-.055em;margin:12px 0 28px}.ghu-prose-project{font-size:clamp(16px,1.15vw,18px);line-height:1.85;color:#515b57}.ghu-prose-project p:first-child{font-size:1.12em;color:#27332f}.ghu-project-story-aside{display:grid;gap:18px;position:sticky;top:190px}.ghu-brand-quote,.ghu-supporter-card{border-radius:26px;padding:30px}.ghu-brand-quote{background:var(--ghu-soft-blue);border:1px solid #dce6fa}.ghu-brand-quote>span{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:var(--ghu-logo-blue);color:#fff;margin-bottom:28px}.ghu-brand-quote svg{width:24px;height:24px}.ghu-brand-quote p{font-size:17px;line-height:1.55;font-weight:750;margin:0;color:#21365d}.ghu-supporter-card{background:var(--ghu-soft-brown);border:1px solid #eadcd2}.ghu-supporter-card>span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--ghu-logo-brown);font-weight:850}.ghu-supporter-card h3{font-size:24px;line-height:1.15;margin:9px 0 10px}.ghu-supporter-card p{font-size:12px;color:#77665b;margin:0}
.ghu-project-response{padding:clamp(92px,7vw,138px) 0;background:#f7f6f0}.ghu-project-response-head{display:grid;grid-template-columns:.52fr 1.48fr;gap:clamp(40px,7vw,120px);align-items:start;margin-bottom:48px}.ghu-project-response-head h2{font-size:clamp(39px,4.8vw,68px);line-height:1.04;letter-spacing:-.052em;margin:0;max-width:1000px}.ghu-project-response-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.ghu-response-card{display:grid;grid-template-columns:64px 1fr;gap:24px;border-radius:30px;padding:clamp(32px,4vw,55px);min-height:360px}.ghu-response-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center}.ghu-response-icon svg{width:29px;height:29px}.ghu-response-card small{display:block;text-transform:uppercase;letter-spacing:.12em;font-weight:850;font-size:9px;margin-bottom:9px}.ghu-response-card h3{font-size:clamp(26px,2.4vw,38px);line-height:1.08;letter-spacing:-.04em;margin:0 0 16px}.ghu-response-card p{font-size:15px;line-height:1.75;margin:0}.ghu-response-challenge{background:var(--ghu-logo-brown);color:#fff}.ghu-response-challenge .ghu-response-icon{background:rgba(205,214,51,.14);color:var(--ghu-logo-lime)}.ghu-response-challenge small{color:var(--ghu-logo-lime)}.ghu-response-challenge p{color:rgba(255,255,255,.72)}.ghu-response-approach{background:#fff;border:1px solid #e7e7e0}.ghu-response-approach .ghu-response-icon{background:var(--ghu-soft-blue);color:var(--ghu-logo-blue)}.ghu-response-approach small{color:var(--ghu-logo-blue)}.ghu-response-approach p{color:#626b67}
.ghu-project-results-section{background:linear-gradient(115deg,#123e8f 0%,var(--ghu-logo-blue) 58%,#0c377f 100%);color:#fff}.ghu-project-results-layout{display:grid;grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);gap:clamp(60px,8vw,150px);align-items:start}.ghu-project-results-intro h2{font-size:clamp(42px,5vw,72px);line-height:1.02;letter-spacing:-.055em;margin:13px 0 20px}.ghu-project-results-intro p{color:rgba(255,255,255,.7);max-width:590px;margin:0 0 28px}.ghu-project-result-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ghu-project-result-cards article{min-height:180px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);border-radius:24px;padding:26px;display:flex;flex-direction:column;justify-content:space-between}.ghu-project-result-cards article>span{width:43px;height:43px;border-radius:14px;display:grid;place-items:center;background:var(--ghu-logo-lime);color:#252714;margin-bottom:25px}.ghu-project-result-cards article:nth-child(3n+2)>span{background:#fff;color:var(--ghu-logo-blue)}.ghu-project-result-cards article:nth-child(3n)>span{background:rgba(255,255,255,.14);color:#fff}.ghu-project-result-cards svg{width:21px;height:21px}.ghu-project-result-cards p{margin:0;font-size:14px;font-weight:700;line-height:1.55;color:#fff}
.ghu-project-gallery-section{background:#fff}.ghu-project-gallery-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:38px}.ghu-project-gallery-heading .ghu-section-head{margin-bottom:0}.ghu-project-gallery-mosaic{display:grid;grid-template-columns:1.35fr .65fr .65fr;grid-template-rows:320px 260px;gap:14px}.ghu-project-gallery-mosaic figure{margin:0;overflow:hidden;border-radius:24px;background:#eee;min-height:260px}.ghu-project-gallery-mosaic figure:first-child{grid-row:1/3}.ghu-project-gallery-mosaic figure:nth-child(4){grid-column:2/4}.ghu-project-gallery-mosaic img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.ghu-project-gallery-mosaic figure:hover img{transform:scale(1.035)}
.ghu-related-projects{background:#f8f7f2}.ghu-related-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.ghu-related-project-card{background:#fff;border:1px solid #e8e7e0;border-radius:24px;padding:12px 12px 24px;transition:.3s}.ghu-related-project-card:hover{transform:translateY(-4px);box-shadow:0 18px 46px rgba(54,37,24,.08)}.ghu-related-project-card>div{height:260px;position:relative;border-radius:17px;overflow:hidden}.ghu-related-project-card img{width:100%;height:100%;object-fit:cover}.ghu-related-project-card>div>span{position:absolute;left:15px;top:15px;background:var(--ghu-logo-lime);border-radius:999px;padding:7px 10px;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.ghu-related-project-card h3{font-size:21px;line-height:1.15;margin:19px 11px 8px}.ghu-related-project-card>p{font-size:12px;color:#6d7470;margin:0 11px 18px}.ghu-related-project-card>b{display:flex;align-items:center;gap:8px;color:var(--ghu-logo-blue);font-size:11px;margin:0 11px}.ghu-related-project-card b svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}
.ghu-project-final-cta{padding:54px 0;background:var(--ghu-soft-lime);border-top:1px solid #e8ebc9}.ghu-project-final-cta .ghu-container{display:grid;grid-template-columns:62px 1fr auto;gap:24px;align-items:center}.ghu-project-final-cta>.ghu-container>span{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:var(--ghu-logo-brown);color:#fff}.ghu-project-final-cta svg{width:27px;height:27px}.ghu-project-final-cta small{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#73794e;font-weight:850}.ghu-project-final-cta h2{font-size:clamp(28px,3vw,43px);letter-spacing:-.045em;margin:2px 0 0}

/* Better large-screen composition. */
@media(min-width:1800px){
  .ghu-menu>li.ghu-mega>.sub-menu{width:min(900px,68vw)}
  .ghu-projects-landing-grid,.ghu-project-single-hero-grid{padding-bottom:105px}
  .ghu-project-spotlight{grid-template-columns:1.18fr .82fr;min-height:690px}.ghu-project-spotlight-media{min-height:690px}
  .ghu-project-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ghu-project-premium-media{height:380px}
}
@media(max-width:1380px){
  .ghu-menu>li.ghu-mega>.sub-menu{width:min(700px,68vw);grid-template-columns:repeat(2,minmax(0,1fr))}
  .ghu-project-fact-chips{grid-template-columns:1fr}.ghu-project-fact-chips>span{grid-template-columns:36px 1fr}
}
@media(max-width:1180px){
  .ghu-projects-landing-grid,.ghu-project-single-hero-grid{grid-template-columns:1fr;align-items:end}.ghu-projects-hero-panel,.ghu-project-hero-brief{max-width:720px}
  .ghu-project-spotlight{grid-template-columns:1fr}.ghu-project-spotlight-media{min-height:520px}.ghu-project-spotlight-copy{padding:48px}
  .ghu-project-principles-grid,.ghu-project-results-layout{grid-template-columns:1fr;gap:50px}.ghu-project-principle-cards{max-width:950px}
  .ghu-project-story-grid{grid-template-columns:1fr}.ghu-project-story-aside{grid-template-columns:1fr 1fr;position:static}.ghu-project-response-head{grid-template-columns:1fr;gap:14px}
  .ghu-project-single-nav{top:0}.admin-bar .ghu-project-single-nav{top:32px}
}
@media(max-width:900px){
  .ghu-projects-landing-grid,.ghu-project-single-hero-grid{padding-top:120px;padding-bottom:65px}.ghu-projects-landing-copy h1,.ghu-project-single-copy h1{font-size:clamp(52px,9vw,76px)}
  .ghu-project-filter-inner{align-items:flex-start;flex-direction:column;padding-top:28px;padding-bottom:28px}.ghu-filter-bar-premium{justify-content:flex-start}
  .ghu-project-card-grid{grid-template-columns:1fr}.ghu-project-premium-media{height:430px}
  .ghu-project-principle-cards{grid-template-columns:1fr 1fr}.ghu-project-partner-cta .ghu-container{align-items:flex-start;flex-direction:column}
  .ghu-project-response-grid{grid-template-columns:1fr}.ghu-response-card{min-height:0}.ghu-project-result-cards{grid-template-columns:1fr 1fr}
  .ghu-project-gallery-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:360px 260px 260px}.ghu-project-gallery-mosaic figure:first-child{grid-column:1/3;grid-row:auto}.ghu-project-gallery-mosaic figure:nth-child(4){grid-column:1/3}
  .ghu-related-project-grid{grid-template-columns:1fr 1fr}.ghu-project-gallery-heading{align-items:flex-start;flex-direction:column}
  .ghu-project-final-cta .ghu-container{grid-template-columns:58px 1fr}.ghu-project-final-cta .ghu-btn{grid-column:1/3;justify-self:start}
}
@media(max-width:620px){
  .ghu-projects-landing-hero,.ghu-projects-landing-grid{min-height:720px}.ghu-projects-landing-image{background-position:62% center}.ghu-projects-landing-copy h1,.ghu-project-single-copy h1{font-size:47px}.ghu-projects-landing-copy>p,.ghu-project-single-copy>p{font-size:14px}.ghu-projects-hero-panel{display:none}
  .ghu-project-single-hero,.ghu-project-single-hero-grid{min-height:720px}.ghu-project-single-image{background-position:58% center}.ghu-project-hero-brief{display:none}
  .ghu-project-single-nav .ghu-container{gap:20px}.ghu-project-single-nav a{font-size:9px}.ghu-project-single-nav a:last-child{margin-left:0}
  .ghu-project-spotlight{border-radius:24px}.ghu-project-spotlight-media{min-height:340px}.ghu-project-spotlight-copy{padding:30px 23px}.ghu-project-spotlight-copy h2{font-size:36px}.ghu-project-deck{font-size:14px}.ghu-project-fact-chips{grid-template-columns:1fr}
  .ghu-project-premium-card{border-radius:22px}.ghu-project-premium-media{height:310px}.ghu-project-premium-copy{padding:25px 22px}.ghu-project-premium-copy h3{font-size:28px}
  .ghu-project-principle-cards{grid-template-columns:1fr}.ghu-project-principle-cards article>span{margin-bottom:22px}.ghu-project-principles-title h2{font-size:42px}
  .ghu-project-story-copy h2{font-size:40px}.ghu-project-story-aside{grid-template-columns:1fr}.ghu-brand-quote,.ghu-supporter-card{padding:25px}
  .ghu-response-card{grid-template-columns:1fr;padding:28px 24px}.ghu-project-result-cards{grid-template-columns:1fr}
  .ghu-project-gallery-mosaic{display:grid;grid-template-columns:1fr;grid-template-rows:none}.ghu-project-gallery-mosaic figure,.ghu-project-gallery-mosaic figure:first-child,.ghu-project-gallery-mosaic figure:nth-child(4){grid-column:auto;grid-row:auto;height:280px;border-radius:18px}
  .ghu-related-project-grid{grid-template-columns:1fr}.ghu-related-project-card>div{height:290px}
  .ghu-project-final-cta .ghu-container{grid-template-columns:1fr}.ghu-project-final-cta .ghu-btn{grid-column:auto}.ghu-project-final-cta>.ghu-container>span{display:none}
}
@media(prefers-reduced-motion:reduce){.ghu-projects-landing-image,.ghu-project-single-image{animation:none!important}}

/* ============================================================
   Give Hope Uganda Signature V10 — restorative design pass
   Keeps the established V8 inner-page architecture and palette,
   while improving hierarchy, depth and cross-page consistency.
   ============================================================ */
:root{
  --ghu-green:#173B35;
  --ghu-yellow:#CDD633;
  --ghu-blue:#1450C2;
  --ghu-brown:#522504;
  --ghu-cream:#F8F6EF;
  --ghu-v10-black:#050505;
}

/* Inner-page language: familiar cinematic hero, clearer brand accents. */
.ghu-inner-hero{min-height:clamp(520px,54vw,710px);isolation:isolate;background-position:center 40%}
.ghu-inner-hero:after{content:'';position:absolute;z-index:1;left:var(--page-pad);right:var(--page-pad);bottom:0;height:5px;background:linear-gradient(90deg,var(--ghu-blue) 0 44%,var(--ghu-yellow) 44% 72%,var(--ghu-brown) 72%);border-radius:4px 4px 0 0}
.ghu-inner-shade{background:linear-gradient(90deg,rgba(12,42,37,.96) 0%,rgba(12,42,37,.84) 44%,rgba(21,80,194,.28) 72%,rgba(20,34,31,.10) 100%)}
.ghu-inner-copy{z-index:2;max-width:1180px}.ghu-inner-copy h1{text-wrap:balance}.ghu-inner-copy>p{font-size:clamp(16px,1.15vw,19px);line-height:1.75}
.ghu-breadcrumbs{font-weight:700;text-transform:uppercase;letter-spacing:.08em}

/* Give all inner pages a calmer premium rhythm without changing their structure. */
.ghu-inner-intro,.ghu-programs-intro,.ghu-projects-list,.ghu-team-page,.ghu-resources-page,.ghu-gallery-page{background:#fff}
.ghu-soft-section,.ghu-purpose-section{background:linear-gradient(180deg,#fbfaf6 0%,var(--ghu-cream) 100%)}
.ghu-about-page-copy h2,.ghu-program-row-copy h2,.ghu-detail-main h2,.ghu-team-profile-copy h1,.ghu-form-page-copy h2{color:#17201e;text-wrap:balance}
.ghu-about-page-media>img,.ghu-program-row-media img,.ghu-team-profile-image img{box-shadow:0 30px 80px rgba(23,59,53,.12)}
.ghu-program-row{padding-block:10px}.ghu-program-row-copy{padding:clamp(8px,2vw,28px) 0}.ghu-program-row-media{box-shadow:0 26px 70px rgba(23,59,53,.10)}
.ghu-program-row-media:after{content:'';position:absolute;inset:auto 0 0 0;height:30%;background:linear-gradient(180deg,transparent,rgba(23,59,53,.12));pointer-events:none}
.ghu-detail-layout{align-items:start}.ghu-detail-side{position:sticky;top:128px}.admin-bar .ghu-detail-side{top:160px}
.ghu-side-card{border-color:#e7e9e4;box-shadow:0 12px 34px rgba(23,59,53,.04)}
.ghu-side-card-dark{background:var(--ghu-green);border-color:var(--ghu-green);box-shadow:0 18px 44px rgba(23,59,53,.16)}
.ghu-purpose-grid-icons article,.ghu-approach-grid article,.ghu-outcome-stack article{box-shadow:0 14px 38px rgba(23,59,53,.045)}
.ghu-purpose-grid-icons article:nth-child(2) .ghu-purpose-icon,.ghu-approach-grid article:nth-child(2) > span{background:#eef3ff;color:var(--ghu-blue)}
.ghu-purpose-grid-icons article:nth-child(3) .ghu-purpose-icon,.ghu-approach-grid article:nth-child(3) > span{background:#f5eee9;color:var(--ghu-brown)}

/* Project pages retain the premium V8 portfolio/single layout and use the full brand family. */
.ghu-projects-landing-hero,.ghu-project-single-hero{background:#15100d}
.ghu-projects-landing-shade,.ghu-project-single-overlay{background:linear-gradient(90deg,rgba(20,17,14,.96) 0%,rgba(32,29,24,.86) 42%,rgba(20,80,194,.46) 72%,rgba(23,59,53,.20) 100%)}
.ghu-project-spotlight,.ghu-project-card-premium,.ghu-project-hero-brief{border-color:#e8e8e2}
.ghu-project-single-nav{box-shadow:0 14px 34px rgba(23,59,53,.045)}
.ghu-project-results-premium{background:var(--ghu-green)}

/* Team stays an inner-page experience only. */
.ghu-team-home{display:none!important}
.ghu-team-card{border:1px solid #e6e8e3;background:#f6f6f2}.ghu-team-card:hover{box-shadow:0 24px 60px rgba(23,59,53,.12)}
.ghu-team-page-note{background:var(--ghu-brown)}.ghu-team-page-note strong{color:var(--ghu-yellow)}

/* Newsletter keeps the previous warm brand tone. Footer itself is intentionally true black. */
.ghu-newsletter{background:linear-gradient(120deg,#2b1a0e 0%,var(--ghu-brown) 64%,#34210f 100%)}
.ghu-footer{background:var(--ghu-v10-black)!important;border-top:0!important;color:#fff}
.ghu-footer:before{content:'';position:absolute;left:0;right:0;top:0;height:6px;background:linear-gradient(90deg,var(--ghu-blue) 0 43%,var(--ghu-yellow) 43% 71%,var(--ghu-brown) 71%);z-index:1}
.ghu-footer-main{padding-top:84px}.ghu-footer h3{color:#fff}.ghu-footer-about p,.ghu-footer-contact p,.ghu-footer-menu a,.ghu-footer-links a,.ghu-footer-contact>a{color:rgba(255,255,255,.66)}
.ghu-footer-menu a:hover,.ghu-footer-links a:hover,.ghu-footer-contact>a:hover,.ghu-footer-contact .ghu-footer-contact-link{color:var(--ghu-yellow)}
.ghu-footer-social a{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.08)}
.ghu-footer-bottom{border-top-color:rgba(255,255,255,.11);color:rgba(255,255,255,.46)}

@media(max-width:1180px){.ghu-detail-side{position:static}}
@media(max-width:620px){.ghu-inner-hero:after{left:18px;right:18px}.ghu-inner-hero{min-height:500px}.ghu-inner-copy>p{font-size:15px}.ghu-footer-main{padding-top:64px}}

/* =========================================================
   GIVE HOPE UGANDA SIGNATURE V11 — NAVIGATION + DESIGN POLISH
   A restrained NGO design system led by the official logo palette.
   ========================================================= */
:root{
  --ghu-v11-blue:#1450C2;
  --ghu-v11-brown:#522504;
  --ghu-v11-lime:#CDD633;
  --ghu-v11-forest:#173B35;
  --ghu-v11-black:#050505;
  --ghu-v11-paper:#FAF9F5;
  --ghu-v11-blue-soft:#EEF3FF;
  --ghu-v11-brown-soft:#F6EEE8;
  --ghu-v11-lime-soft:#F5F7DD;
}

/* Header — calmer, clearer and more dependable at wide desktop sizes. */
.ghu-topbar{background:var(--ghu-v11-forest)!important;position:relative}
.ghu-topbar:after{content:'';position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,var(--ghu-v11-blue) 0 44%,var(--ghu-v11-lime) 44% 72%,var(--ghu-v11-brown) 72%)}
.ghu-header{background:rgba(255,255,255,.98);backdrop-filter:saturate(150%) blur(18px)}
.ghu-header-inner{min-height:94px;height:auto;padding-top:8px;padding-bottom:8px}
.ghu-brand img{max-width:218px;max-height:72px}
.ghu-menu>li>a{color:#272d2a!important;font-size:10.5px;letter-spacing:.085em;padding:17px 11px!important}
.ghu-menu>li>a:before{height:3px!important;background:var(--ghu-v11-lime)!important}
.ghu-menu>li.current-menu-item>a,.ghu-menu>li.current-menu-ancestor>a,.ghu-menu>li>a:hover{color:var(--ghu-v11-blue)!important}
.ghu-menu .menu-item-has-children>a:after{content:'⌄'!important;color:var(--ghu-v11-blue)!important;font-size:12px!important;margin-left:4px!important;transform:none!important}
.ghu-menu .sub-menu{background:#fff!important;border:1px solid #e8e9e5!important;border-top:4px solid var(--ghu-v11-lime)!important;border-radius:0 0 20px 20px!important;padding:14px!important;box-shadow:0 28px 78px rgba(18,32,29,.16)!important}
.ghu-menu>li.ghu-mega>.sub-menu{width:min(840px,70vw)!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
.ghu-menu .sub-menu li{min-width:0}
.ghu-menu .sub-menu a{position:relative;min-height:48px;padding:12px 35px 12px 14px!important;border-radius:11px!important;font-size:11.5px!important;line-height:1.35!important;color:#414943!important;font-weight:760!important;display:flex!important;align-items:center!important}
.ghu-menu .sub-menu a:before{content:'';width:7px;height:7px;flex:0 0 7px;border-radius:50%;margin-right:10px;background:var(--ghu-v11-blue)}
.ghu-menu .sub-menu li:nth-child(3n+2)>a:before{background:var(--ghu-v11-lime)}
.ghu-menu .sub-menu li:nth-child(3n)>a:before{background:var(--ghu-v11-brown)}
.ghu-menu .sub-menu a:after{content:'↗'!important;position:absolute;right:13px;color:var(--ghu-v11-blue)!important;opacity:.5}
.ghu-menu .sub-menu a:hover{background:var(--ghu-v11-blue-soft)!important;color:var(--ghu-v11-blue)!important;transform:none!important}
.ghu-donate-button{background:var(--ghu-v11-lime)!important;color:#171b19!important;box-shadow:none!important;border:1px solid rgba(23,32,30,.08)}
.ghu-donate-button:hover{background:#d8e143!important;transform:translateY(-1px)}
.ghu-search-button{color:var(--ghu-v11-blue)!important;background:#fff}

/* A cleaner mobile navigation with obvious hierarchy. */
.ghu-mobile-drawer{box-shadow:-30px 0 90px rgba(8,22,19,.20)}
.ghu-mobile-nav-head{padding-bottom:18px}.ghu-mobile-nav-head strong{color:var(--ghu-v11-brown);font-size:15px}
.ghu-mobile-menu>li>a{color:#202824;padding:17px 2px!important}
.ghu-mobile-menu>li.current-menu-item>a,.ghu-mobile-menu>li.current-menu-ancestor>a{color:var(--ghu-v11-blue)}
.ghu-mobile-menu .sub-menu{padding:4px 0 13px 15px!important;border-left:3px solid var(--ghu-v11-lime);margin-bottom:8px}
.ghu-mobile-menu .sub-menu a{font-size:12px!important;padding:8px 10px!important;color:#59625d!important}
.ghu-mobile-sub-toggle{background:var(--ghu-v11-blue-soft)!important;color:var(--ghu-v11-blue)!important}

/* Global rhythm — full-width sections, editorial content inside flexible page padding. */
.ghu-section{padding-top:clamp(82px,7vw,132px);padding-bottom:clamp(82px,7vw,132px)}
.ghu-section-head h2,.ghu-projects-landing-copy h1,.ghu-project-single-copy h1,.ghu-inner-copy h1{font-weight:800;text-wrap:balance}
.ghu-section-head p,.ghu-inner-copy>p,.ghu-projects-landing-copy>p,.ghu-project-single-copy>p{text-wrap:pretty}
.ghu-eyebrow{letter-spacing:.135em}.ghu-eyebrow:before{width:34px;height:3px}
.ghu-btn{box-shadow:none}

/* Inner pages: one visual language, with logo colours used as accents rather than blocks everywhere. */
.ghu-inner-hero{background:#111!important;min-height:clamp(510px,58vh,680px)}
.ghu-inner-shade{background:linear-gradient(90deg,rgba(5,5,5,.88) 0%,rgba(5,5,5,.72) 46%,rgba(20,80,194,.30) 76%,rgba(205,214,51,.08) 100%)!important}
.ghu-inner-copy{padding-top:clamp(105px,10vw,165px)!important;padding-bottom:clamp(68px,7vw,100px)!important;max-width:none!important}
.ghu-inner-copy h1{max-width:1050px;font-size:clamp(52px,6.5vw,92px)!important;line-height:.98!important;letter-spacing:-.058em!important}
.ghu-inner-copy>p{max-width:760px!important;font-size:clamp(15px,1.25vw,19px)!important;line-height:1.7;color:rgba(255,255,255,.80)!important}
.ghu-inner-hero:after{height:6px!important;background:linear-gradient(90deg,var(--ghu-v11-blue) 0 43%,var(--ghu-v11-lime) 43% 70%,var(--ghu-v11-brown) 70%)!important}

/* Project archive: stronger editorial hierarchy and less visual congestion. */
.ghu-projects-landing-hero{min-height:clamp(680px,76vh,880px)!important;background:#090909!important}
.ghu-projects-landing-shade{background:linear-gradient(90deg,rgba(5,5,5,.94) 0%,rgba(5,5,5,.78) 45%,rgba(20,80,194,.36) 73%,rgba(23,59,53,.15) 100%)!important}
.ghu-projects-landing-grid{gap:clamp(55px,8vw,150px)!important}
.ghu-projects-landing-copy{max-width:920px!important}
.ghu-projects-landing-copy h1{font-size:clamp(58px,6vw,92px)!important;line-height:.98!important}
.ghu-projects-landing-copy h1 em{color:var(--ghu-v11-lime)!important}
.ghu-projects-hero-panel{border:1px solid rgba(255,255,255,.15)!important;background:rgba(255,255,255,.94)!important;box-shadow:0 32px 80px rgba(0,0,0,.20)!important}
.ghu-project-filter-section{background:#fff!important;border-bottom:1px solid #ebece7}
.ghu-project-filter-inner{padding-top:34px;padding-bottom:34px}
.ghu-filter-bar-premium button{background:#fff!important;border-color:#dbdfda!important}
.ghu-filter-bar-premium button.is-active{background:var(--ghu-v11-blue)!important;border-color:var(--ghu-v11-blue)!important}
.ghu-project-portfolio-section{background:var(--ghu-v11-paper)!important}
.ghu-project-spotlight{border-radius:34px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 24px 70px rgba(29,36,33,.08)!important;border:1px solid #e9e9e4!important}
.ghu-project-spotlight-media{min-height:580px!important}
.ghu-project-spotlight-copy{padding:clamp(40px,5vw,76px)!important}
.ghu-project-spotlight-copy h2{font-size:clamp(42px,4.8vw,72px)!important}
.ghu-project-card-grid{gap:28px!important;margin-top:30px!important}
.ghu-project-premium-card{border-radius:28px!important;border:1px solid #e7e8e3!important;background:#fff!important;box-shadow:0 10px 35px rgba(29,36,33,.045)!important;overflow:hidden}
.ghu-project-premium-card:hover{transform:translateY(-5px);box-shadow:0 24px 60px rgba(29,36,33,.10)!important}
.ghu-project-premium-media{height:330px!important}
.ghu-project-premium-copy{padding:30px!important}
.ghu-project-premium-copy h3{font-size:clamp(26px,2.2vw,38px)!important}
.ghu-project-principles{background:linear-gradient(115deg,#101413 0%,var(--ghu-v11-forest) 58%,#0d2b27 100%)!important}
.ghu-project-partner-cta{background:var(--ghu-v11-blue)!important}

/* Single project: premium case-study presentation. */
.ghu-project-single-hero{min-height:clamp(720px,82vh,930px)!important;background:#080808!important}
.ghu-project-single-overlay{background:linear-gradient(90deg,rgba(5,5,5,.94) 0%,rgba(5,5,5,.75) 47%,rgba(20,80,194,.34) 78%,rgba(205,214,51,.06) 100%)!important}
.ghu-project-single-hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(330px,.55fr)!important;gap:clamp(60px,8vw,150px)!important}
.ghu-project-single-copy{max-width:980px!important}
.ghu-project-single-copy h1{font-size:clamp(58px,6vw,94px)!important;line-height:.98!important}
.ghu-project-hero-brief{border-radius:30px!important;border-top:6px solid var(--ghu-v11-lime)!important;box-shadow:0 32px 80px rgba(0,0,0,.24)!important}
.ghu-project-single-nav{border-bottom:1px solid #e9ebe6!important;box-shadow:0 8px 28px rgba(18,32,29,.05)!important}
.ghu-project-single-nav a{letter-spacing:.1em!important}
.ghu-project-story-grid{gap:clamp(70px,8vw,160px)!important}
.ghu-project-story-copy h2{max-width:800px}
.ghu-brand-quote{background:var(--ghu-v11-blue-soft)!important;border-color:#d9e3fa!important}
.ghu-supporter-card{background:var(--ghu-v11-brown-soft)!important}
.ghu-project-response{background:var(--ghu-v11-paper)!important}
.ghu-response-card{border-radius:30px!important;min-height:390px!important}
.ghu-response-challenge{background:var(--ghu-v11-brown)!important}
.ghu-response-approach{border-top:5px solid var(--ghu-v11-blue)!important}
.ghu-project-results-section{background:linear-gradient(118deg,#0e367e 0%,var(--ghu-v11-blue) 58%,#092a64 100%)!important}
.ghu-project-result-cards article{backdrop-filter:blur(8px)}
.ghu-related-projects{background:var(--ghu-v11-paper)!important}
.ghu-project-final-cta{background:var(--ghu-v11-lime-soft)!important}

/* Programs / About / Team / News cards get the same premium material treatment. */
.ghu-program-row-media img,.ghu-about-page-media img,.ghu-team-photo img,.ghu-news-feature-media img{box-shadow:0 22px 65px rgba(26,35,31,.10)}
.ghu-program-row-copy h2,.ghu-team-page-head h1,.ghu-news-feature-copy h2{color:#18211e}
.ghu-purpose-grid-icons article,.ghu-approach-grid article,.ghu-outcome-stack article,.ghu-resource-card,.ghu-team-card{border:1px solid #e8e9e4!important;box-shadow:0 12px 38px rgba(26,35,31,.045)!important}
.ghu-purpose-grid-icons article:hover,.ghu-approach-grid article:hover,.ghu-resource-card:hover,.ghu-team-card:hover{box-shadow:0 24px 60px rgba(26,35,31,.09)!important;transform:translateY(-3px)}

/* Footer — true black, logo colours reserved for purposeful accents. */
.ghu-footer{background:var(--ghu-v11-black)!important;color:#fff!important}
.ghu-footer:before{height:6px!important;background:linear-gradient(90deg,var(--ghu-v11-blue) 0 43%,var(--ghu-v11-lime) 43% 70%,var(--ghu-v11-brown) 70%)!important}
.ghu-footer-about img{background:#fff!important}
.ghu-footer-menu a:hover,.ghu-footer-links a:hover,.ghu-footer-contact>a:hover{color:var(--ghu-v11-lime)!important}

@media(min-width:1700px){
  .ghu-header-inner{grid-template-columns:250px minmax(0,1fr) auto;gap:34px}
  .ghu-brand img{max-width:235px}
  .ghu-menu>li>a{font-size:11.5px!important;padding-inline:14px!important}
  .ghu-project-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .ghu-project-premium-media{height:370px!important}
}
@media(max-width:1260px){
  .ghu-menu>li.ghu-mega>.sub-menu{width:min(720px,76vw)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:1180px){
  .ghu-project-single-hero-grid{grid-template-columns:1fr!important}
  .ghu-project-hero-brief{max-width:760px}
}
@media(max-width:760px){
  .ghu-inner-copy h1,.ghu-projects-landing-copy h1,.ghu-project-single-copy h1{font-size:clamp(44px,12vw,62px)!important}
  .ghu-project-spotlight-media{min-height:390px!important}
  .ghu-project-premium-media{height:280px!important}
  .ghu-response-card{min-height:auto!important}
}

/* =========================================================
   GIVE HOPE UGANDA SIGNATURE V12
   Refined navigation, editorial hero slider and simplified footer.
   ========================================================= */
:root{
  --font-body:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-display:'Manrope','Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
body{font-family:var(--font-body);font-weight:400;letter-spacing:-.008em}
h1,h2,h3,h4,h5,h6,.ghu-menu,.ghu-btn,.ghu-donate-button{font-family:var(--font-display)}
body,p,li,input,textarea,select{font-family:var(--font-body)}

/* Header + dropdowns: clean hierarchy, no decorative dots. */
.ghu-header-inner{min-height:92px}
.ghu-menu{gap:2px}
.ghu-menu>li>a{
  padding:17px 12px!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.075em!important;
  text-transform:uppercase;
  border-radius:10px!important;
  color:#252b29!important;
}
.ghu-menu>li.current-menu-item>a,.ghu-menu>li.current-menu-ancestor>a,.ghu-menu>li>a:hover{background:#f7f8f5!important;color:var(--ghu-v11-blue)!important}
.ghu-menu>li.menu-item-has-children>a:after{
  content:''!important;width:6px;height:6px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;
  transform:rotate(45deg) translateY(-2px)!important;margin-left:7px!important;transition:transform .2s ease
}
.ghu-menu>li.menu-item-has-children:hover>a:after,.ghu-menu>li.menu-item-has-children:focus-within>a:after{transform:rotate(225deg) translate(-1px,-1px)!important}
.ghu-menu .sub-menu{
  top:calc(100% + 10px)!important;
  padding:18px!important;
  border:1px solid #e8ebe7!important;
  border-top:0!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 28px 80px rgba(17,31,27,.16)!important;
  overflow:hidden;
}
.ghu-menu .sub-menu:before{
  content:'';position:absolute;left:0;right:0;top:0;height:4px;
  background:linear-gradient(90deg,var(--ghu-v11-blue) 0 45%,var(--ghu-v11-lime) 45% 72%,var(--ghu-v11-brown) 72%)
}
.ghu-menu>li.ghu-mega>.sub-menu{width:min(820px,72vw)!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
.ghu-menu .sub-menu a{
  min-height:54px!important;padding:13px 38px 13px 15px!important;border-radius:12px!important;
  font-family:var(--font-body)!important;font-size:12px!important;font-weight:650!important;line-height:1.35!important;
  color:#303a36!important;background:transparent!important;border:1px solid transparent;transition:background .2s,color .2s,border-color .2s,transform .2s!important
}
.ghu-menu .sub-menu a:before{display:none!important;content:none!important}
.ghu-menu .sub-menu a:after{
  content:'→'!important;position:absolute;right:15px!important;top:50%;transform:translate(-5px,-50%)!important;
  opacity:0!important;color:var(--ghu-v11-blue)!important;font-size:15px!important;transition:opacity .2s,transform .2s!important
}
.ghu-menu .sub-menu a:hover,.ghu-menu .sub-menu a:focus{
  background:#f7f9ff!important;border-color:#e2e8f7!important;color:var(--ghu-v11-blue)!important;transform:translateY(-1px)!important
}
.ghu-menu .sub-menu a:hover:after,.ghu-menu .sub-menu a:focus:after{opacity:1!important;transform:translate(0,-50%)!important}
.ghu-menu .sub-menu .sub-menu{left:calc(100% + 8px)!important;top:-14px!important;min-width:280px!important}
.ghu-donate-button{min-width:132px;justify-content:center}

/* Mobile hierarchy: same clean visual language and no bullet/dot decoration. */
.ghu-mobile-menu .sub-menu{border-left:2px solid var(--ghu-v11-blue)!important;background:#fafbfa;border-radius:0 12px 12px 0;padding:7px 8px 10px 14px!important}
.ghu-mobile-menu .sub-menu a{font-family:var(--font-body)!important;font-size:12.5px!important;font-weight:600!important;color:#424d49!important;border-radius:9px}
.ghu-mobile-menu .sub-menu a:hover{background:#eef3ff;color:var(--ghu-v11-blue)!important}

/* Homepage hero: five editorial slides when seeded content is present. No dots. */
.ghu-home-hero.ghu-hero-slider{min-height:clamp(640px,76vh,850px);background:#071814;isolation:isolate}
.ghu-hero-slides,.ghu-hero-slide{position:absolute;inset:0}
.ghu-hero-slide{opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease;z-index:0}
.ghu-hero-slide.is-active{opacity:1;visibility:visible;z-index:1}
.ghu-hero-slide-media{position:absolute;inset:-2%;background-size:cover;background-position:center 36%;transform:scale(1.01);will-change:transform}
.ghu-hero-slide.is-active .ghu-hero-slide-media{animation:ghuHeroKenBurns 8s ease-out both}
@keyframes ghuHeroKenBurns{from{transform:scale(1.015) translate3d(0,0,0)}to{transform:scale(1.09) translate3d(-1.2%,-.7%,0)}}
.ghu-hero-slider .ghu-hero-overlay{background:linear-gradient(90deg,rgba(5,24,21,.94) 0%,rgba(5,24,21,.80) 42%,rgba(5,24,21,.40) 68%,rgba(5,24,21,.12) 100%)}
.ghu-hero-slider .ghu-hero-content{min-height:clamp(640px,76vh,850px);position:relative;z-index:3;padding-top:56px;padding-bottom:86px}
.ghu-hero-slider .ghu-hero-copy{max-width:min(820px,72vw)}
.ghu-hero-slider .ghu-hero-copy:before{content:'';display:block;width:72px;height:5px;margin-bottom:22px;border-radius:999px;background:linear-gradient(90deg,var(--ghu-v11-lime) 0 60%,var(--ghu-v11-blue) 60%)}
.ghu-hero-slider .ghu-hero-copy h1{
  font-family:var(--font-display);font-size:clamp(52px,5.7vw,86px);font-weight:800;line-height:.99;letter-spacing:-.057em;
  margin:0 0 22px;max-width:900px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:2.04em;text-wrap:balance
}
.ghu-hero-slider .ghu-hero-copy p{font-family:var(--font-body);font-size:clamp(16px,1.15vw,19px);line-height:1.7;max-width:660px;color:rgba(255,255,255,.84);margin:0 0 30px}
.ghu-hero-slider .ghu-hero-actions{margin-top:4px}
.ghu-hero-controls{position:absolute;z-index:8;right:var(--page-pad,4.6vw);bottom:42px;display:flex;gap:9px}
.ghu-hero-controls button{width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.32);background:rgba(10,28,24,.44);backdrop-filter:blur(12px);color:#fff;font-size:20px;display:grid;place-items:center;transition:.22s}
.ghu-hero-controls button:hover,.ghu-hero-controls button:focus{background:var(--ghu-v11-lime);border-color:var(--ghu-v11-lime);color:#111;transform:translateY(-2px)}

/* Newsletter is calmer so the black footer gets its own clear visual moment. */
.ghu-newsletter{background:linear-gradient(120deg,#173b35 0%,#102f2a 68%,#0d2723 100%)!important;padding:78px 0 66px!important}
.ghu-newsletter h2{font-family:var(--font-display);font-size:clamp(32px,3.5vw,48px);max-width:680px}
.ghu-newsletter p{font-size:14px;line-height:1.7}
.ghu-newsletter-row{border-bottom-color:rgba(255,255,255,.38)}
.ghu-newsletter-row button{background:var(--ghu-v11-lime);color:#161a18;min-height:48px}

/* Footer: true black, simpler content, larger type and only four default quick links. */
.ghu-footer{background:#050505!important;color:#fff!important;position:relative}
.ghu-footer:before{display:none!important}
.ghu-footer-brandline{height:6px;background:linear-gradient(90deg,var(--ghu-v11-blue) 0 45%,var(--ghu-v11-lime) 45% 72%,var(--ghu-v11-brown) 72%)}
.ghu-footer-main{grid-template-columns:minmax(250px,1.35fr) minmax(150px,.72fr) minmax(170px,.82fr) minmax(240px,1fr);gap:clamp(34px,5vw,86px);padding:76px 0 64px!important;align-items:start}
.ghu-footer-logo{display:inline-flex;background:#fff;border-radius:14px;padding:10px 14px;margin-bottom:22px;box-shadow:0 10px 34px rgba(0,0,0,.18)}
.ghu-footer-about img{max-width:190px;max-height:74px;margin:0!important;background:transparent!important;filter:none!important}
.ghu-footer-about p{font-size:13px;line-height:1.75;max-width:330px;color:rgba(255,255,255,.70)!important;margin:0}
.ghu-footer h3{font-family:var(--font-display);font-size:13px;letter-spacing:.04em;text-transform:uppercase;margin:4px 0 22px;color:#fff}
.ghu-footer-menu,.ghu-footer-links{gap:11px!important}
.ghu-footer-menu a,.ghu-footer-links a,.ghu-footer-contact>a{font-family:var(--font-body);font-size:13px!important;line-height:1.45;color:rgba(255,255,255,.72)!important;transition:color .2s,transform .2s}
.ghu-footer-menu a:hover,.ghu-footer-links a:hover,.ghu-footer-contact>a:hover{color:var(--ghu-v11-lime)!important;transform:translateX(3px)}
.ghu-footer-contact p{font-size:13px!important;line-height:1.7;color:rgba(255,255,255,.64)!important;margin:0 0 14px!important;max-width:310px}
.ghu-footer-contact .ghu-footer-contact-link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:var(--ghu-v11-lime)!important;font-weight:700}
.ghu-footer-contact-link svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}
.ghu-footer-social{gap:9px;margin-top:24px}
.ghu-footer-social a{width:36px;height:36px;background:#111;border:1px solid #252525;color:#fff;font-size:11px;transition:.2s}
.ghu-footer-social a:hover{background:var(--ghu-v11-blue);border-color:var(--ghu-v11-blue);transform:translateY(-2px)}
.ghu-footer-bottom{min-height:74px;border-top:1px solid #242424;color:rgba(255,255,255,.48);font-size:10px;letter-spacing:.02em}

@media(min-width:1700px){
  .ghu-hero-slider .ghu-hero-copy{max-width:900px}
  .ghu-hero-slider .ghu-hero-copy h1{font-size:88px}
  .ghu-menu>li.ghu-mega>.sub-menu{width:min(900px,68vw)!important}
}
@media(max-width:1260px){
  .ghu-menu>li.ghu-mega>.sub-menu{width:min(740px,80vw)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ghu-hero-slider .ghu-hero-copy{max-width:760px}
}
@media(max-width:900px){
  .ghu-hero-slider .ghu-hero-content{padding-bottom:104px}
  .ghu-hero-slider .ghu-hero-copy{max-width:86vw}
  .ghu-hero-controls{right:28px;bottom:30px}
  .ghu-footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .ghu-home-hero.ghu-hero-slider,.ghu-hero-slider .ghu-hero-content{min-height:640px}
  .ghu-hero-slider .ghu-hero-slide-media{background-position:62% center}
  .ghu-hero-slider .ghu-hero-overlay{background:linear-gradient(90deg,rgba(4,24,20,.92),rgba(4,24,20,.66))}
  .ghu-hero-slider .ghu-hero-copy{max-width:100%}
  .ghu-hero-slider .ghu-hero-copy h1{font-size:clamp(43px,12vw,56px);max-height:2.12em}
  .ghu-hero-slider .ghu-hero-copy p{font-size:15px;line-height:1.62;max-width:92%}
  .ghu-hero-controls{right:18px;bottom:22px}.ghu-hero-controls button{width:46px;height:46px}
  .ghu-newsletter-grid{grid-template-columns:1fr;gap:34px}
  .ghu-newsletter-row{flex-direction:column;border-bottom:0;gap:10px}.ghu-newsletter-row input{border-bottom:1px solid rgba(255,255,255,.35)}.ghu-newsletter-row button{min-height:48px;border-radius:999px}
  .ghu-footer-main{grid-template-columns:1fr;gap:40px;padding-top:58px!important;padding-bottom:46px!important}
  .ghu-footer-bottom{align-items:flex-start;justify-content:center;flex-direction:column;gap:5px;padding-top:18px;padding-bottom:18px}
}
@media(prefers-reduced-motion:reduce){.ghu-hero-slide-media,.ghu-hero-slide.is-active .ghu-hero-slide-media{animation:none!important;transform:none!important}.ghu-hero-slide{transition:none!important}}
/* V12 activity-slider captions: title is never more than two lines; secondary text is a short description. */
.ghu-gallery-slide strong{display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}
.ghu-gallery-slide small{display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-transform:none!important;letter-spacing:0!important;line-height:1.55!important;font-size:11.5px!important;max-width:430px;margin:8px auto 0!important;color:#6f7b77!important}


/* =========================================================
   V13 NAVIGATION RELIABILITY + 140% ZOOM DESKTOP FIT
   Keep the full primary menu visible on common laptop/desktop
   screens even when the browser is zoomed. Collapse only when
   there truly is not enough horizontal room.
   ========================================================= */
@media (min-width:941px) and (max-width:1180px){
  .ghu-header-inner{grid-template-columns:150px minmax(0,1fr) auto!important;gap:8px!important;padding-inline:0!important}
  .ghu-brand img{max-width:145px!important;max-height:56px!important}
  .ghu-desktop-nav{display:block!important;justify-self:stretch!important;min-width:0!important}
  .ghu-menu{justify-content:center!important;gap:0!important;min-width:0!important}
  .ghu-menu>li>a{font-size:8.7px!important;letter-spacing:.045em!important;padding:14px 5px!important;white-space:nowrap!important}
  .ghu-header-actions{gap:6px!important}
  .ghu-header-actions .ghu-search-button{display:none!important}
  .ghu-header-actions .ghu-menu-button{display:none!important}
  .ghu-donate-button{display:inline-flex!important;height:42px!important;padding:0 12px!important;font-size:9.5px!important;white-space:nowrap!important}
  .ghu-menu>li.ghu-mega>.sub-menu{width:min(700px,78vw)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:940px){
  .ghu-desktop-nav{display:none!important}
  .ghu-header-actions .ghu-menu-button{display:grid!important}
}

/* =========================================================
   V14 CLIENT REVIEW — editorial NGO refinement
   Inspired by spacious coalition / girls-rights websites while
   preserving the Give Hope Uganda logo palette and V13 structure.
   ========================================================= */
:root{
  --ghu-v14-ink:#111b19;
  --ghu-v14-paper:#fbfaf6;
  --ghu-v14-line:#e8e8e2;
}

/* Give sections more editorial breathing room without constraining full width. */
.ghu-section{padding-top:clamp(92px,7vw,142px);padding-bottom:clamp(92px,7vw,142px)}
.ghu-section-head h2{max-width:980px;text-wrap:balance}
.ghu-section-head p{max-width:760px;line-height:1.78}

/* Homepage priorities: less card-like, more mission-led. */
.ghu-focus-section{background:#fff!important}
.ghu-focus-stage{margin-top:64px!important;min-height:0!important}
.ghu-focus-cards{width:100%!important;box-shadow:none!important;background:transparent!important;gap:20px!important}
.ghu-focus-photo{display:none!important}
.ghu-focus-card{
  border:1px solid var(--ghu-v14-line)!important;border-radius:26px!important;min-height:330px!important;
  padding:42px 34px 34px!important;background:#fff!important;box-shadow:0 14px 44px rgba(17,27,25,.045)!important;
  overflow:hidden
}
.ghu-focus-card:before{content:'';position:absolute;left:0;right:0;top:0;height:5px;background:var(--ghu-blue)}
.ghu-focus-card:nth-child(2):before{background:var(--ghu-yellow)}
.ghu-focus-card:nth-child(3):before{background:var(--ghu-brown)}
.ghu-focus-card:nth-child(4):before{background:var(--ghu-green)}
.ghu-focus-icon{position:static!important;margin:0 0 28px!important;box-shadow:none!important;border:0!important}
.ghu-focus-card h3{font-size:clamp(21px,1.55vw,28px)!important;line-height:1.18!important;margin:0 0 15px!important}
.ghu-focus-card p{font-size:13.5px!important;line-height:1.75!important;max-width:38ch}
.ghu-arrow-link{right:28px!important;bottom:26px!important;width:42px!important;height:42px!important}

/* Inner pages: keep the familiar photo hero, but soften it and increase hierarchy. */
.ghu-inner-hero{min-height:clamp(560px,66vh,760px)!important;background-position:center 38%!important}
.ghu-inner-shade{background:linear-gradient(90deg,rgba(9,23,20,.92) 0%,rgba(9,23,20,.76) 43%,rgba(9,23,20,.32) 73%,rgba(9,23,20,.10) 100%)!important}
.ghu-inner-copy{padding-top:clamp(130px,14vh,190px)!important;padding-bottom:clamp(72px,7vw,108px)!important}
.ghu-inner-copy h1{font-size:clamp(54px,6.4vw,96px)!important;max-width:1050px!important;line-height:.98!important}
.ghu-inner-copy>p{font-size:clamp(16px,1.25vw,19px)!important;max-width:760px!important;line-height:1.72!important}

/* Projects: image-first case studies, with more white space and less visual noise. */
.ghu-project-spotlight{border-radius:36px!important;box-shadow:none!important;border:1px solid var(--ghu-v14-line)!important}
.ghu-project-spotlight-media{min-height:640px!important;background:#e9ece8}
.ghu-project-spotlight-media img,.ghu-project-premium-media img,.ghu-project-single-image{filter:saturate(.98) contrast(1.01)}
.ghu-project-spotlight-copy{padding:clamp(52px,5.5vw,90px)!important}
.ghu-project-deck{font-size:16px!important;line-height:1.78!important;color:#596661!important}
.ghu-project-card-grid{gap:26px!important}
.ghu-project-premium-card{border-radius:28px!important;box-shadow:none!important;border:1px solid var(--ghu-v14-line)!important}
.ghu-project-premium-card:hover{box-shadow:0 22px 58px rgba(17,27,25,.09)!important}
.ghu-project-premium-media{height:370px!important}
.ghu-project-premium-copy{padding:34px 32px 32px!important}
.ghu-project-premium-copy h3{font-size:clamp(27px,2.15vw,38px)!important;line-height:1.08!important}
.ghu-project-single-hero{min-height:clamp(730px,84vh,960px)!important}
.ghu-project-single-image{background-position:center 36%!important}
.ghu-project-single-overlay{background:linear-gradient(90deg,rgba(6,12,11,.93) 0%,rgba(6,12,11,.73) 46%,rgba(20,80,194,.24) 78%,rgba(6,12,11,.08) 100%)!important}
.ghu-project-story-copy{max-width:980px!important}
.ghu-project-story-copy h2,.ghu-project-response-head h2{max-width:960px}

/* Partner presentation: logos only, calm and institutional. */
.ghu-footer-partners{background:#fff;border-top:1px solid var(--ghu-v14-line);border-bottom:1px solid var(--ghu-v14-line);padding:56px 0}
.ghu-footer-partners-head{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:34px}
.ghu-footer-partners-head>span{font-family:var(--font-display);font-weight:800;font-size:clamp(20px,1.7vw,27px);letter-spacing:-.025em;color:var(--ghu-v14-ink)}
.ghu-footer-partners-head>a{display:inline-flex;align-items:center;gap:8px;color:var(--ghu-blue);font-size:12px;font-weight:800}
.ghu-footer-partners-head svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}
.ghu-footer-partner-logos{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:18px;align-items:stretch}
.ghu-footer-partner-logos>a,.ghu-partner-logo-tile{
  min-height:112px;border:1px solid #ecece7;border-radius:18px;background:#fff;display:grid;place-items:center;
  padding:22px;transition:transform .22s,border-color .22s,box-shadow .22s
}
.ghu-footer-partner-logos>a:hover,.ghu-partner-logo-tile:hover{transform:translateY(-3px);border-color:#d8dde8;box-shadow:0 14px 34px rgba(17,27,25,.065)}
.ghu-footer-partner-logos img,.ghu-partner-logo-tile img{width:100%;height:68px;object-fit:contain;filter:none!important}
.ghu-partners-page{background:var(--ghu-v14-paper)}
.ghu-partners-page-head{display:flex;align-items:end;justify-content:space-between;gap:42px;margin-bottom:50px}
.ghu-partners-page-head .ghu-section-head{margin-bottom:0}
.ghu-partner-logo-wall{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.ghu-partner-logo-wall .ghu-partner-logo-tile{min-height:180px;padding:34px;background:#fff}
.ghu-partner-logo-wall .ghu-partner-logo-tile img{height:94px}
.ghu-partner-invite{background:var(--ghu-green);color:#fff;padding:clamp(80px,7vw,122px) 0}
.ghu-partner-invite-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(50px,8vw,140px);align-items:end}
.ghu-partner-invite h2{font-size:clamp(42px,5vw,72px);line-height:1.02;letter-spacing:-.055em;margin:12px 0 0;max-width:900px}
.ghu-partner-invite p{font-size:16px;line-height:1.8;color:rgba(255,255,255,.72);margin:0 0 26px}

/* Newsletter + footer: coalition-style clarity, Give Hope brand. */
.ghu-newsletter{background:var(--ghu-blue)!important;padding:clamp(72px,6vw,105px) 0!important}
.ghu-newsletter:before{display:none!important}
.ghu-newsletter-grid{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr)!important;gap:clamp(50px,7vw,120px)!important}
.ghu-newsletter h2{font-size:clamp(38px,4.4vw,64px)!important;line-height:1.03!important;letter-spacing:-.05em!important;max-width:760px!important;margin:12px 0 18px!important}
.ghu-newsletter p{font-size:15px!important;max-width:650px!important;color:rgba(255,255,255,.78)!important}
.ghu-newsletter-row{border:1px solid rgba(255,255,255,.34)!important;border-radius:999px!important;padding:7px!important;background:rgba(255,255,255,.08)!important}
.ghu-newsletter-row input{padding:13px 18px!important}
.ghu-newsletter-row button{background:var(--ghu-yellow)!important;color:#121713!important;padding:0 24px!important;border-radius:999px!important}

.ghu-footer{background:#050505!important}
.ghu-footer-brandline{height:5px!important;background:linear-gradient(90deg,var(--ghu-blue) 0 46%,var(--ghu-yellow) 46% 72%,var(--ghu-brown) 72%)!important}
.ghu-footer-statement{padding-top:68px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px;border-bottom:1px solid #242424;padding-bottom:34px}
.ghu-footer-statement>span{font-family:var(--font-display);font-size:clamp(30px,3.6vw,58px);font-weight:800;letter-spacing:-.05em;color:#fff}
.ghu-footer-statement>strong{max-width:420px;text-align:right;font-size:13px;line-height:1.6;color:rgba(255,255,255,.55);font-weight:600}
.ghu-footer-main{padding-top:56px!important;padding-bottom:60px!important}
.ghu-footer-logo{background:#fff!important;border-radius:12px!important;padding:9px 12px!important}
.ghu-footer h3{color:var(--ghu-yellow)!important;font-size:11px!important;letter-spacing:.12em!important}
.ghu-footer-menu a,.ghu-footer-links a,.ghu-footer-contact>a{font-size:13.5px!important}
.ghu-footer-bottom{min-height:68px!important}

/* Keep project / partner images clean at zoom and on large displays. */
@media(min-width:1700px){
  .ghu-footer-partner-logos{grid-template-columns:repeat(6,minmax(150px,1fr))}
  .ghu-project-spotlight-media{min-height:720px!important}
  .ghu-project-premium-media{height:420px!important}
}
@media(max-width:1180px){
  .ghu-footer-partner-logos{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ghu-partner-logo-wall{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .ghu-partners-page-head,.ghu-footer-partners-head{align-items:flex-start;flex-direction:column}
  .ghu-partner-invite-grid{grid-template-columns:1fr;gap:28px}
  .ghu-newsletter-grid{grid-template-columns:1fr!important}
  .ghu-footer-statement{align-items:flex-start;flex-direction:column}
  .ghu-footer-statement>strong{text-align:left}
}
@media(max-width:700px){
  .ghu-footer-partner-logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .ghu-footer-partner-logos>a{min-height:94px;padding:16px}
  .ghu-footer-partner-logos img{height:56px}
  .ghu-partner-logo-wall{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
  .ghu-partner-logo-wall .ghu-partner-logo-tile{min-height:128px;padding:20px}
  .ghu-partner-logo-wall .ghu-partner-logo-tile img{height:72px}
  .ghu-newsletter-row{border-radius:22px!important;flex-direction:column!important;align-items:stretch!important}
  .ghu-newsletter-row input{border:0!important}
  .ghu-newsletter-row button{min-height:48px!important}
  .ghu-project-premium-media{height:320px!important}
}

/* V14 partner page: deliberately logo-led, with no campaign photography. */
.ghu-partners-hero{position:relative;overflow:hidden;background:var(--ghu-v14-paper);border-bottom:1px solid var(--ghu-v14-line);padding:clamp(120px,13vw,210px) 0 clamp(90px,9vw,145px)}
.ghu-partners-hero:before{content:'';position:absolute;left:0;top:0;width:100%;height:7px;background:linear-gradient(90deg,var(--ghu-blue) 0 45%,var(--ghu-yellow) 45% 70%,var(--ghu-brown) 70%)}
.ghu-partners-hero-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.62fr);align-items:end;gap:clamp(56px,9vw,170px);position:relative;z-index:2}
.ghu-partners-hero h1{font-family:var(--font-display);font-size:clamp(60px,7.5vw,124px);font-weight:800;line-height:.91;letter-spacing:-.065em;color:var(--ghu-v14-ink);max-width:1050px;margin:20px 0 0;text-wrap:balance}
.ghu-partners-hero h1 em{font-style:normal;color:var(--ghu-blue)}
.ghu-partners-hero .ghu-breadcrumbs{color:#69736f;margin-bottom:24px}.ghu-partners-hero .ghu-breadcrumbs a{color:#424c48}
.ghu-partners-hero-copy{padding-bottom:10px}.ghu-partners-hero-copy p{font-size:clamp(17px,1.25vw,20px);line-height:1.8;color:#52605b;margin:0 0 30px;max-width:620px}
.ghu-partners-orbit{position:absolute;border-radius:50%;pointer-events:none;opacity:.68}
.ghu-partners-orbit-a{width:310px;height:310px;right:-95px;top:42px;border:52px solid rgba(205,214,51,.48)}
.ghu-partners-orbit-b{width:180px;height:180px;left:-68px;bottom:-72px;border:32px solid rgba(20,80,194,.12)}
.ghu-partners-page .ghu-section-head{max-width:880px}
.ghu-partners-page .ghu-section-head h2{font-size:clamp(44px,5vw,76px);line-height:1.01;letter-spacing:-.055em}

/* Priority project photographs should read as project evidence, not decorative stock. */
.ghu-project-media img,.ghu-project-spotlight-media img,.ghu-project-premium-media img,.ghu-project-single-image{object-position:center center}
.ghu-project-gallery-mosaic:has(figure:only-child){grid-template-columns:1fr!important}
.ghu-project-gallery-mosaic:has(figure:only-child) figure{min-height:clamp(420px,54vw,760px)!important;grid-column:1/-1!important}
.ghu-project-gallery-mosaic:has(figure:only-child) img{width:100%;height:100%;object-fit:cover}

@media(max-width:900px){.ghu-partners-hero-grid{grid-template-columns:1fr;gap:36px}.ghu-partners-hero{padding-top:110px}.ghu-partners-hero h1{font-size:clamp(54px,12vw,82px)}.ghu-partners-orbit-a{width:220px;height:220px;border-width:38px}}
@media(max-width:620px){.ghu-partners-hero{padding:92px 0 72px}.ghu-partners-hero h1{font-size:clamp(46px,14vw,64px)}.ghu-partners-hero-copy p{font-size:16px}.ghu-partners-orbit-a{right:-130px}}

/* ============================================================
   GIVE HOPE UGANDA V15 — STRICT OFFICIAL LOGO BRAND SYSTEM
   Palette sampled from the official transparent logo only:
   Blue #1450C2 · Brown #522504 · Lime #ECFD21 · Black #050505 · White #FFFFFF
   ============================================================ */
:root{
  --ghu-logo-blue:#1450C2;
  --ghu-logo-brown:#522504;
  --ghu-logo-lime:#ECFD21;
  --ghu-logo-black:#050505;
  --ghu-logo-white:#FFFFFF;
  --ghu-green:var(--ghu-logo-blue);
  --ghu-yellow:var(--ghu-logo-lime);
  --ghu-blue:var(--ghu-logo-blue);
  --ghu-brown:var(--ghu-logo-brown);
  --ghu-cream:var(--ghu-logo-white);
  --ghu-v11-blue:var(--ghu-logo-blue);
  --ghu-v11-brown:var(--ghu-logo-brown);
  --ghu-v11-lime:var(--ghu-logo-lime);
  --ghu-v11-black:var(--ghu-logo-black);
  --ghu-v14-paper:var(--ghu-logo-white);
  --ghu-v14-ink:var(--ghu-logo-black);
  --ink:var(--ghu-logo-black);
  --ghu-ink:var(--ghu-logo-black);
  --muted:rgba(5,5,5,.66);
  --line:rgba(5,5,5,.12);
  --ghu-line-soft:rgba(5,5,5,.10);
  --ghu-soft-blue:rgba(20,80,194,.08);
  --ghu-soft-lime:rgba(236,253,33,.16);
  --ghu-soft-brown:rgba(82,37,4,.08);
  --font:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-display:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-body:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --script:'Manrope',system-ui,sans-serif;
  --shadow:0 22px 62px rgba(5,5,5,.09);
}
html{font-size:15px}
body{font-family:var(--font-body)!important;font-size:15px!important;line-height:1.66!important;color:var(--ghu-logo-black)!important;background:var(--ghu-logo-white)!important}
h1,h2,h3,h4,h5,h6{font-family:var(--font-display)!important;color:var(--ghu-logo-black);font-weight:800;letter-spacing:-.035em}
p,li,input,textarea,select,button,a{font-family:var(--font-body)}
mark{color:var(--ghu-logo-blue)!important;background:none!important}
.ghu-section{padding:82px 0!important}
.ghu-section-head{max-width:680px;margin-bottom:34px}
.ghu-section-head h2{font-size:clamp(30px,3.2vw,44px)!important;line-height:1.08!important;letter-spacing:-.04em!important;margin:8px 0 13px!important}
.ghu-section-head p,.ghu-lead,.ghu-lead-small{font-size:14px!important;line-height:1.75!important;color:rgba(5,5,5,.66)!important}
.ghu-eyebrow{color:var(--ghu-logo-blue)!important;font-size:10px!important;letter-spacing:.13em!important}
.ghu-eyebrow:before{background:var(--ghu-logo-lime)!important;height:3px!important}
.ghu-eyebrow-light{color:#fff!important}.ghu-eyebrow-yellow{color:var(--ghu-logo-lime)!important}
.ghu-btn{min-height:46px!important;padding:11px 18px!important;font-size:12px!important;border-radius:999px!important;font-weight:800!important}
.ghu-btn-yellow,.ghu-btn-lime{background:var(--ghu-logo-lime)!important;color:var(--ghu-logo-black)!important;border-color:var(--ghu-logo-black)!important;box-shadow:none!important}
.ghu-btn-yellow:hover,.ghu-btn-lime:hover{background:#fff!important;color:var(--ghu-logo-black)!important;border-color:var(--ghu-logo-black)!important}
.ghu-btn-brand-blue,.ghu-btn-dark{background:var(--ghu-logo-blue)!important;color:#fff!important}
.ghu-btn-brand-blue:hover,.ghu-btn-dark:hover{background:var(--ghu-logo-brown)!important}
.ghu-btn-outline{background:#fff!important;color:var(--ghu-logo-blue)!important;border-color:rgba(20,80,194,.28)!important}
.ghu-btn-outline:hover{background:var(--ghu-logo-blue)!important;color:#fff!important;border-color:var(--ghu-logo-blue)!important}
.ghu-text-link,.ghu-arrow-link{color:var(--ghu-logo-blue)!important}

/* Header — clearer, lighter, fully logo-led. */
.ghu-topbar{background:var(--ghu-logo-brown)!important;color:#fff!important;font-size:10px!important}
.ghu-topbar-inner{min-height:32px!important}.ghu-top-left a,.ghu-top-right{color:rgba(255,255,255,.82)!important}.ghu-top-left a:hover{color:var(--ghu-logo-lime)!important}
.ghu-mini-social a{background:rgba(255,255,255,.12)!important}
.ghu-header{background:#fff!important;box-shadow:0 1px 0 rgba(5,5,5,.09)!important}
.ghu-header.is-sticky{box-shadow:0 16px 45px rgba(5,5,5,.08)!important}
.ghu-header-inner{height:78px!important;grid-template-columns:205px minmax(0,1fr) auto!important;gap:24px!important}
.ghu-brand img{max-width:188px!important;max-height:58px!important}
.ghu-menu{gap:3px!important}
.ghu-menu>li>a{font-size:10.5px!important;font-weight:800!important;letter-spacing:.075em!important;text-transform:uppercase!important;color:var(--ghu-logo-black)!important;padding:12px 9px!important;background:transparent!important}
.ghu-menu>li.current-menu-item>a,.ghu-menu>li.current-menu-ancestor>a,.ghu-menu>li>a:hover{color:var(--ghu-logo-blue)!important;background:rgba(20,80,194,.06)!important}
.ghu-menu .menu-item-has-children>a:after{color:var(--ghu-logo-brown)!important}
.ghu-menu .sub-menu{border:1px solid rgba(5,5,5,.10)!important;border-top:4px solid var(--ghu-logo-blue)!important;background:#fff!important;box-shadow:0 24px 70px rgba(5,5,5,.12)!important;border-radius:14px!important;padding:10px!important}
.ghu-menu .sub-menu:before{content:'';position:absolute;top:-4px;right:18px;width:34px;height:4px;background:var(--ghu-logo-lime)}
.ghu-menu .sub-menu a{font-size:11.5px!important;line-height:1.35!important;color:var(--ghu-logo-black)!important;padding:10px 12px!important;border-radius:8px!important}
.ghu-menu .sub-menu a:hover{background:rgba(20,80,194,.07)!important;color:var(--ghu-logo-blue)!important;transform:translateX(2px)}
.ghu-search-button,.ghu-menu-button{color:var(--ghu-logo-blue)!important;border-color:rgba(20,80,194,.22)!important}
.ghu-donate-button{height:44px!important;padding:0 17px!important;background:var(--ghu-logo-lime)!important;color:var(--ghu-logo-black)!important;border:1px solid var(--ghu-logo-black)!important;font-size:11px!important}
.ghu-search-drawer button{background:var(--ghu-logo-blue)!important}.ghu-search-drawer input{border-color:rgba(5,5,5,.14)!important}
.ghu-mobile-drawer{background:#fff!important}.ghu-mobile-sub-toggle{background:rgba(20,80,194,.07)!important;color:var(--ghu-logo-blue)!important}

/* Home hero — black/brown overlay, blue + lime details; smaller two-line title. */
.ghu-home-hero,.ghu-hero-slider{background:var(--ghu-logo-black)!important;min-height:620px!important}
.ghu-hero-slider .ghu-hero-content{min-height:clamp(590px,70vh,760px)!important;padding-top:42px!important;padding-bottom:72px!important}
.ghu-hero-slider .ghu-hero-overlay{background:linear-gradient(90deg,rgba(5,5,5,.92) 0%,rgba(82,37,4,.78) 40%,rgba(20,80,194,.30) 72%,rgba(5,5,5,.08) 100%)!important}
.ghu-hero-slider .ghu-hero-copy{max-width:min(740px,70vw)!important}
.ghu-hero-slider .ghu-hero-copy:before{width:60px!important;height:4px!important;background:linear-gradient(90deg,var(--ghu-logo-lime) 0 58%,var(--ghu-logo-blue) 58%)!important;margin-bottom:18px!important}
.ghu-hero-slider .ghu-hero-copy h1{font-size:clamp(42px,4.7vw,68px)!important;line-height:1.02!important;letter-spacing:-.045em!important;margin:0 0 16px!important;max-width:780px!important;max-height:2.08em!important;color:#fff!important}
.ghu-hero-slider .ghu-hero-copy p{font-size:14.5px!important;line-height:1.7!important;max-width:610px!important;color:rgba(255,255,255,.85)!important;margin:0 0 25px!important}
.ghu-hero-controls button{width:46px!important;height:46px!important;background:var(--ghu-logo-black)!important;border:1px solid rgba(255,255,255,.28)!important;color:#fff!important}
.ghu-hero-controls button:hover{background:var(--ghu-logo-blue)!important}.ghu-hero-brush{background:var(--ghu-logo-lime)!important}

/* Homepage sections — restrained brand rhythm with white backgrounds and logo-colour accents. */
.ghu-focus-section,.ghu-about-home,.ghu-projects-home,.ghu-gallery-home,.ghu-stories-home{background:#fff!important}
.ghu-focus-card,.ghu-project-card,.ghu-story-card,.ghu-purpose-grid-icons article,.ghu-approach-grid article,.ghu-resource-card,.ghu-team-card,.ghu-form-card,.ghu-side-card,.ghu-challenge-approach article{background:#fff!important;border:1px solid rgba(5,5,5,.10)!important;box-shadow:0 12px 35px rgba(5,5,5,.045)!important}
.ghu-focus-card:nth-child(3n+1),.ghu-project-card:nth-child(3n+1),.ghu-story-card:nth-child(3n+1){border-top:4px solid var(--ghu-logo-blue)!important}
.ghu-focus-card:nth-child(3n+2),.ghu-project-card:nth-child(3n+2),.ghu-story-card:nth-child(3n+2){border-top:4px solid var(--ghu-logo-brown)!important}
.ghu-focus-card:nth-child(3n),.ghu-project-card:nth-child(3n),.ghu-story-card:nth-child(3n){border-top:4px solid var(--ghu-logo-lime)!important}
.ghu-focus-icon,.ghu-mini-icon,.ghu-impact-icon,.ghu-purpose-icon,.ghu-topic-icon,.ghu-program-icon{background:rgba(20,80,194,.08)!important;color:var(--ghu-logo-blue)!important}
.ghu-focus-card:nth-child(2n) .ghu-focus-icon,.ghu-purpose-grid-icons article:nth-child(2n) .ghu-purpose-icon{background:rgba(82,37,4,.08)!important;color:var(--ghu-logo-brown)!important}
.ghu-circle-link{background:var(--ghu-logo-lime)!important;color:var(--ghu-logo-black)!important;border:1px solid var(--ghu-logo-black)!important}
.ghu-about-badge{background:var(--ghu-logo-brown)!important;color:#fff!important}.ghu-about-badge strong{color:var(--ghu-logo-lime)!important}
.ghu-phone-link strong{color:var(--ghu-logo-blue)!important}
.ghu-impact{background:rgba(20,80,194,.055)!important;padding:78px 0!important}
.ghu-pill-label{background:var(--ghu-logo-blue)!important;color:#fff!important}
.ghu-impact-heading h2{font-size:clamp(30px,3.5vw,46px)!important}
.ghu-impact-grid{border-color:rgba(20,80,194,.18)!important}.ghu-impact-stat{border-color:rgba(20,80,194,.18)!important;padding-top:24px!important}
.ghu-impact-stat strong{font-size:36px!important;color:var(--ghu-logo-blue)!important}.ghu-impact-stat span{font-size:10.5px!important;color:rgba(5,5,5,.66)!important}
.ghu-action-card:after,.ghu-action-mid:after{background:linear-gradient(180deg,rgba(5,5,5,.12),rgba(5,5,5,.75))!important}.ghu-action-card b{background:var(--ghu-logo-lime)!important;color:var(--ghu-logo-black)!important}
.ghu-action-icon{background:var(--ghu-logo-blue)!important;color:#fff!important}.ghu-action-donate .ghu-action-icon{background:var(--ghu-logo-brown)!important}
.ghu-project-media>span,.ghu-story-tag{background:var(--ghu-logo-blue)!important;color:#fff!important}.ghu-project-meta,.ghu-story-date{color:rgba(5,5,5,.55)!important}
.ghu-project-body h3,.ghu-story-content h3{font-size:17px!important}.ghu-project-body p,.ghu-story-content p{font-size:12px!important;color:rgba(5,5,5,.65)!important}
.ghu-gallery-home{padding:82px 0!important}.ghu-gallery-heading h2{font-size:clamp(31px,3.6vw,48px)!important}.ghu-gallery-slide>span strong{font-size:16px!important}.ghu-gallery-slide>span small{font-size:11.5px!important}
.ghu-gallery-progress{background:rgba(5,5,5,.10)!important}.ghu-gallery-progress i{background:var(--ghu-logo-blue)!important}.ghu-slider-buttons button{background:#fff!important;color:var(--ghu-logo-black)!important;border-color:rgba(5,5,5,.13)!important}.ghu-slider-buttons button:hover{background:var(--ghu-logo-lime)!important}

/* Inner pages — same structure, now lighter, smaller and consistently branded. */
.ghu-inner-hero{min-height:clamp(430px,54vh,610px)!important;background-color:var(--ghu-logo-black)!important}
.ghu-inner-shade{background:linear-gradient(90deg,rgba(5,5,5,.92),rgba(82,37,4,.68) 52%,rgba(20,80,194,.20))!important}
.ghu-inner-copy{padding-top:100px!important;padding-bottom:58px!important}.ghu-inner-copy h1{font-size:clamp(40px,4.8vw,64px)!important;line-height:1.02!important;letter-spacing:-.045em!important;max-width:760px!important}.ghu-inner-copy>p{font-size:14px!important;max-width:640px!important}
.ghu-breadcrumbs{font-size:9.5px!important}.ghu-breadcrumbs-dark,.ghu-breadcrumbs-dark a{color:rgba(5,5,5,.60)!important}.ghu-breadcrumbs-dark a:hover{color:var(--ghu-logo-blue)!important}
.ghu-single-hero,.ghu-project-hero,.ghu-project-single-hero{background-color:var(--ghu-logo-black)!important;min-height:clamp(570px,72vh,760px)!important}
.ghu-single-hero-shade,.ghu-project-hero-shade,.ghu-project-single-overlay{background:linear-gradient(90deg,rgba(5,5,5,.94),rgba(82,37,4,.72) 48%,rgba(20,80,194,.24) 78%,rgba(5,5,5,.06))!important}
.ghu-single-copy h1,.ghu-project-hero-copy h1,.ghu-project-single-copy h1{font-size:clamp(42px,5vw,68px)!important;line-height:1.01!important;letter-spacing:-.047em!important}
.ghu-single-copy>p,.ghu-project-hero-copy>p,.ghu-project-single-copy>p{font-size:14px!important;line-height:1.72!important}
.ghu-hero-fact-card{border-radius:16px!important;box-shadow:0 18px 50px rgba(5,5,5,.14)!important}.ghu-hero-fact-card a{color:var(--ghu-logo-blue)!important}
.ghu-detail-main h2{font-size:clamp(29px,3.3vw,43px)!important}.ghu-prose{font-size:14px!important;line-height:1.8!important;color:rgba(5,5,5,.72)!important}
.ghu-side-card-dark,.ghu-donate-panel,.ghu-approach-note,.ghu-dark-editorial{background:var(--ghu-logo-brown)!important;color:#fff!important}.ghu-side-card-dark h3,.ghu-donate-panel h2,.ghu-approach-note h2,.ghu-dark-editorial h2{color:#fff!important}.ghu-side-card-dark .ghu-btn-yellow,.ghu-donate-panel .ghu-btn-yellow{background:var(--ghu-logo-lime)!important;color:var(--ghu-logo-black)!important}
.ghu-wide-cta{background:var(--ghu-logo-black)!important}.ghu-wide-cta-media{background-image:linear-gradient(90deg,rgba(5,5,5,.94),rgba(82,37,4,.72) 56%,rgba(20,80,194,.18)),var(--ghu-bg)!important}.ghu-wide-cta h2{font-size:clamp(34px,4vw,52px)!important}
.ghu-highlight-box{background:rgba(236,253,33,.14)!important;border-color:rgba(5,5,5,.10)!important}.ghu-highlight-icon{background:var(--ghu-logo-lime)!important;color:var(--ghu-logo-black)!important}

/* Programs. */
.ghu-program-list{gap:70px!important;margin-top:52px!important}.ghu-program-row{gap:clamp(42px,5vw,72px)!important}.ghu-program-row-media{height:470px!important}.ghu-program-row-media img{border-radius:18px 66px 18px 18px!important}.ghu-program-row.is-reverse img{border-radius:66px 18px 18px 18px!important}
.ghu-program-number{display:none!important}.ghu-program-row-copy h2{font-size:clamp(28px,3.2vw,42px)!important}.ghu-inline-fact{border-left-color:var(--ghu-logo-lime)!important}.ghu-inline-fact strong{color:var(--ghu-logo-brown)!important}.ghu-method-steps article{border-color:rgba(5,5,5,.10)!important}.ghu-method-steps span{color:var(--ghu-logo-blue)!important}

/* Projects — case-study feel, with logo colours only. */
.ghu-projects-landing,.ghu-project-archive-hero,.ghu-project-story-section{background:#fff!important}.ghu-projects-landing-copy h1,.ghu-projects-page h1{color:var(--ghu-logo-black)!important;font-size:clamp(42px,5vw,68px)!important}
.ghu-project-filter button{background:#fff!important;border-color:rgba(5,5,5,.12)!important;color:var(--ghu-logo-black)!important}.ghu-project-filter button.is-active,.ghu-project-filter button:hover{background:var(--ghu-logo-blue)!important;color:#fff!important;border-color:var(--ghu-logo-blue)!important}
.ghu-project-spotlight-copy,.ghu-project-premium-body{background:#fff!important}.ghu-project-status{background:var(--ghu-logo-lime)!important;color:var(--ghu-logo-black)!important}.ghu-project-fact-grid article,.ghu-project-quick-facts>div{border-color:rgba(5,5,5,.10)!important;background:#fff!important}
.ghu-project-single-nav{background:#fff!important;border-color:rgba(5,5,5,.10)!important}.ghu-project-single-nav a{color:var(--ghu-logo-black)!important;font-size:10px!important}.ghu-project-single-nav a:hover{color:var(--ghu-logo-blue)!important}
.ghu-brand-quote{background:var(--ghu-logo-blue)!important;color:#fff!important}.ghu-brand-quote span{color:var(--ghu-logo-lime)!important}.ghu-brand-quote p{color:#fff!important}
.ghu-challenge-approach article:nth-child(1){border-top:4px solid var(--ghu-logo-brown)!important}.ghu-challenge-approach article:nth-child(2){border-top:4px solid var(--ghu-logo-blue)!important}.ghu-result-icon-list>div>span{background:rgba(236,253,33,.18)!important;color:var(--ghu-logo-black)!important}

/* About / approach / team / resources / forms. */
.ghu-purpose-grid-icons article:nth-child(3n+1),.ghu-approach-grid article:nth-child(3n+1){border-top:4px solid var(--ghu-logo-blue)!important}.ghu-purpose-grid-icons article:nth-child(3n+2),.ghu-approach-grid article:nth-child(3n+2){border-top:4px solid var(--ghu-logo-brown)!important}.ghu-purpose-grid-icons article:nth-child(3n),.ghu-approach-grid article:nth-child(3n){border-top:4px solid var(--ghu-logo-lime)!important}
.ghu-team-card h3,.ghu-resource-card h3,.ghu-contact-info h2,.ghu-form-card h2{font-size:clamp(20px,2vw,28px)!important}.ghu-team-role,.ghu-resource-type,.ghu-form-kicker{color:var(--ghu-logo-blue)!important}.ghu-team-card p,.ghu-resource-card p,.ghu-contact-info p{color:rgba(5,5,5,.66)!important}
.ghu-contact-cards>*{background:#fff!important;border-color:rgba(5,5,5,.10)!important}.ghu-contact-cards span{color:var(--ghu-logo-brown)!important}.ghu-stack-form input,.ghu-stack-form textarea,.ghu-stack-form select{border-color:rgba(5,5,5,.14)!important;background:#fff!important;color:var(--ghu-logo-black)!important}.ghu-stack-form input:focus,.ghu-stack-form textarea:focus,.ghu-stack-form select:focus{border-color:var(--ghu-logo-blue)!important;box-shadow:0 0 0 3px rgba(20,80,194,.10)!important}

/* Partner logos — white tiles only, no competing colours. */
.ghu-partner-strip,.ghu-footer-partners,.ghu-partners-page{background:#fff!important}.ghu-partner-strip{border-color:rgba(5,5,5,.09)!important}.ghu-partner-label{color:rgba(5,5,5,.55)!important}.ghu-footer-partner-logos>a,.ghu-partner-logo-tile,.ghu-partner-card-logo{background:#fff!important;border:1px solid rgba(5,5,5,.10)!important;box-shadow:none!important}.ghu-footer-partner-logos>a:hover,.ghu-partner-logo-tile:hover{border-color:var(--ghu-logo-blue)!important;box-shadow:0 14px 34px rgba(20,80,194,.08)!important}
.ghu-partners-hero{background:#fff!important;border-color:rgba(5,5,5,.10)!important}.ghu-partners-hero:before{background:linear-gradient(90deg,var(--ghu-logo-blue) 0 48%,var(--ghu-logo-lime) 48% 72%,var(--ghu-logo-brown) 72%)!important}.ghu-partners-hero h1{font-size:clamp(44px,5.2vw,76px)!important;color:var(--ghu-logo-black)!important}.ghu-partners-hero h1 em{color:var(--ghu-logo-blue)!important}.ghu-partners-orbit-a{border-color:rgba(236,253,33,.55)!important}.ghu-partners-orbit-b{border-color:rgba(20,80,194,.12)!important}

/* Newsletter and footer — strong, simple, premium. */
.ghu-newsletter{background:var(--ghu-logo-blue)!important;padding:66px 0!important;border:0!important}.ghu-newsletter h2{font-size:clamp(30px,3.4vw,46px)!important;line-height:1.06!important;color:#fff!important}.ghu-newsletter p{font-size:13px!important;color:rgba(255,255,255,.80)!important}.ghu-newsletter-row{background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.34)!important}.ghu-newsletter-row button{background:var(--ghu-logo-lime)!important;color:var(--ghu-logo-black)!important}.ghu-newsletter-row input{color:#fff!important}
.ghu-footer{background:var(--ghu-logo-black)!important;color:#fff!important}.ghu-footer-brandline{height:5px!important;background:linear-gradient(90deg,var(--ghu-logo-blue) 0 48%,var(--ghu-logo-lime) 48% 72%,var(--ghu-logo-brown) 72%)!important}.ghu-footer-statement{padding-top:52px!important;padding-bottom:28px!important;border-color:rgba(255,255,255,.14)!important}.ghu-footer-statement>span{font-size:clamp(26px,3vw,44px)!important}.ghu-footer-statement>strong{font-size:11.5px!important;color:rgba(255,255,255,.64)!important}.ghu-footer-main{padding-top:46px!important;padding-bottom:48px!important}.ghu-footer-logo{background:#fff!important;border-radius:10px!important;padding:8px 11px!important}.ghu-footer-about p{font-size:11.5px!important;color:rgba(255,255,255,.68)!important}.ghu-footer h3{color:var(--ghu-logo-lime)!important;font-size:10px!important;letter-spacing:.12em!important}.ghu-footer-menu a,.ghu-footer-links a,.ghu-footer-contact>a,.ghu-footer-contact p{font-size:11.5px!important;color:rgba(255,255,255,.72)!important}.ghu-footer-menu a:hover,.ghu-footer-links a:hover,.ghu-footer-contact>a:hover{color:var(--ghu-logo-lime)!important}.ghu-footer-contact .ghu-footer-contact-link{color:var(--ghu-logo-lime)!important}.ghu-footer-social a{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.16)!important}.ghu-footer-social a:hover{background:var(--ghu-logo-blue)!important;border-color:var(--ghu-logo-blue)!important}.ghu-footer-bottom{min-height:60px!important;border-color:rgba(255,255,255,.12)!important;font-size:9.5px!important;color:rgba(255,255,255,.52)!important}

/* Responsive tuning, including 140% browser zoom. */
@media(min-width:1700px){
  .ghu-header-inner{grid-template-columns:235px minmax(0,1fr) auto!important}.ghu-brand img{max-width:218px!important}
  .ghu-menu>li>a{font-size:10.5px!important;padding-inline:12px!important}.ghu-section{padding:88px 0!important}
}
@media(max-width:1260px) and (min-width:1181px){
  .ghu-header-inner{grid-template-columns:168px minmax(0,1fr) auto!important;gap:10px!important}.ghu-brand img{max-width:160px!important}.ghu-menu>li>a{font-size:8.8px!important;padding-inline:5px!important;letter-spacing:.045em!important}.ghu-donate-button{padding:0 12px!important}
}
@media(max-width:900px){
  .ghu-section{padding:68px 0!important}.ghu-hero-slider .ghu-hero-copy{max-width:86vw!important}.ghu-hero-slider .ghu-hero-copy h1{font-size:clamp(39px,7vw,58px)!important}.ghu-inner-copy h1,.ghu-single-copy h1,.ghu-project-hero-copy h1,.ghu-project-single-copy h1{font-size:clamp(38px,8vw,54px)!important}.ghu-program-row-media{height:430px!important}
}
@media(max-width:620px){
  html{font-size:14px}.ghu-section{padding:58px 0!important}.ghu-header-inner{height:70px!important}.ghu-brand img{max-width:158px!important}.ghu-home-hero,.ghu-hero-slider{min-height:570px!important}.ghu-hero-slider .ghu-hero-content{min-height:570px!important;padding-bottom:64px!important}.ghu-hero-slider .ghu-hero-copy{max-width:92vw!important}.ghu-hero-slider .ghu-hero-copy h1{font-size:clamp(36px,10vw,48px)!important}.ghu-hero-slider .ghu-hero-copy p{font-size:13px!important}.ghu-section-head h2{font-size:clamp(28px,8vw,36px)!important}.ghu-inner-hero{min-height:410px!important}.ghu-inner-copy{padding-top:88px!important;padding-bottom:48px!important}.ghu-inner-copy h1{font-size:clamp(34px,10vw,46px)!important}.ghu-newsletter{padding:54px 0!important}.ghu-footer-statement{padding-top:42px!important}
}

/* ============================================================
   GIVE HOPE UGANDA V16 — COMPACT INNER PAGES + THREE-UP GALLERY
   Official logo palette only: Blue / Brown / Lime / Black / White
   ============================================================ */
:root{
  --ghu-blue:#1450C2!important;
  --ghu-brown:#522504!important;
  --ghu-yellow:#ECFD21!important;
  --ghu-green:#1450C2!important;
  --ghu-ink:#050505!important;
  --ghu-cream:#fff!important;
  --ghu-v16-blue:#1450C2;
  --ghu-v16-brown:#522504;
  --ghu-v16-lime:#ECFD21;
  --ghu-v16-black:#050505;
  --ghu-v16-white:#fff;
  --font:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;
  --font-display:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;
  --font-body:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;
}
html{font-size:14px!important}
body{font-size:14px!important;line-height:1.62!important;background:#fff!important;color:#050505!important}
.ghu-container{width:100%!important;max-width:none!important;padding-left:clamp(24px,5vw,92px)!important;padding-right:clamp(24px,5vw,92px)!important}
.ghu-section{padding:clamp(54px,6vw,86px) 0!important}
.ghu-section-head,.ghu-v16-section-head{max-width:760px;margin-bottom:34px}
.ghu-section-head h2,.ghu-v16-section-head h2{font-size:clamp(30px,3.5vw,46px)!important;line-height:1.05!important;letter-spacing:-.045em!important;margin:8px 0 12px!important}
.ghu-section-head p,.ghu-v16-section-head p{font-size:14px!important;line-height:1.7!important;color:rgba(5,5,5,.64)!important;max-width:680px}
.ghu-eyebrow{font-size:10px!important;letter-spacing:.14em!important;color:var(--ghu-v16-blue)!important}
.ghu-eyebrow:before{background:var(--ghu-v16-lime)!important}
.ghu-btn{min-height:44px!important;padding:0 20px!important;font-size:11px!important}
.ghu-btn-yellow,.ghu-btn-lime{background:var(--ghu-v16-lime)!important;color:var(--ghu-v16-black)!important}
.ghu-btn-dark{background:var(--ghu-v16-brown)!important;color:#fff!important}
.ghu-btn-outline{border-color:rgba(20,80,194,.28)!important;color:var(--ghu-v16-blue)!important;background:#fff!important}
.ghu-text-link{color:var(--ghu-v16-blue)!important;font-size:12px!important;font-weight:800}

/* Inner page hero: deliberately compact. */
.ghu-inner-hero{min-height:380px!important;max-height:420px!important;background-position:center 42%!important;align-items:flex-end!important;background-color:var(--ghu-v16-black)!important}
.ghu-inner-shade{background:linear-gradient(90deg,rgba(5,5,5,.84) 0%,rgba(82,37,4,.68) 48%,rgba(20,80,194,.22) 100%)!important}
.ghu-inner-copy{padding-top:92px!important;padding-bottom:48px!important;max-width:900px}
.ghu-inner-copy h1{font-size:clamp(40px,4.6vw,64px)!important;line-height:.99!important;max-width:900px!important;letter-spacing:-.05em!important;margin:9px 0 12px!important}
.ghu-inner-copy h1 em{font-family:inherit!important;color:var(--ghu-v16-lime)!important;font-style:normal!important}
.ghu-inner-copy>p{font-size:14px!important;line-height:1.65!important;max-width:620px!important;color:rgba(255,255,255,.82)!important}
.ghu-inner-hero:after{height:4px!important;background:linear-gradient(90deg,var(--ghu-v16-blue) 0 45%,var(--ghu-v16-lime) 45% 72%,var(--ghu-v16-brown) 72%)!important}
.ghu-breadcrumbs{font-size:9px!important;margin-bottom:18px!important}

/* Compact shared inner-page system. */
.ghu-v16-soft{background:rgba(20,80,194,.045)!important}
.ghu-v16-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.82fr);gap:clamp(44px,7vw,110px);align-items:center}
.ghu-v16-split h2,.ghu-v16-media-callout h2{font-size:clamp(32px,3.5vw,48px);line-height:1.04;letter-spacing:-.045em;margin:8px 0 16px}
.ghu-v16-split p,.ghu-v16-media-callout p{max-width:680px;color:rgba(5,5,5,.68)}
.ghu-v16-split figure{margin:0;border-radius:26px;overflow:hidden;min-height:340px;background:rgba(20,80,194,.06)}
.ghu-v16-split figure img{width:100%;height:100%;min-height:340px;object-fit:cover;display:block}
.ghu-v16-icon-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ghu-v16-icon-cards.ghu-v16-four{grid-template-columns:repeat(4,minmax(0,1fr))}
.ghu-v16-icon-cards article{background:#fff;border:1px solid rgba(5,5,5,.10);border-radius:20px;padding:26px;min-height:190px;box-shadow:0 12px 34px rgba(5,5,5,.045)}
.ghu-v16-icon-cards article>span,.ghu-v16-card-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:rgba(20,80,194,.08);color:var(--ghu-v16-blue);margin-bottom:18px}
.ghu-v16-icon-cards article:nth-child(2)>span{background:rgba(236,253,33,.22);color:var(--ghu-v16-black)}
.ghu-v16-icon-cards article:nth-child(3)>span{background:rgba(82,37,4,.08);color:var(--ghu-v16-brown)}
.ghu-v16-icon-cards h3{font-size:20px;margin:0 0 8px}.ghu-v16-icon-cards p{font-size:13px;margin:0;color:rgba(5,5,5,.65)}
.ghu-v16-icon-cards .ghu-line-icon,.ghu-v16-card-icon .ghu-line-icon{width:23px;height:23px}
.ghu-v16-media-callout{padding:clamp(56px,6vw,90px) 0;background:#fff}
.ghu-v16-media-callout .ghu-v16-split{grid-template-columns:minmax(360px,.9fr) minmax(0,1fr)}
.ghu-v16-cta{padding:46px 0;background:var(--ghu-v16-black);color:#fff;border-top:4px solid var(--ghu-v16-blue)}
.ghu-v16-cta .ghu-container{display:flex;align-items:center;justify-content:space-between;gap:30px}
.ghu-v16-cta h2{color:#fff;font-size:clamp(28px,3vw,42px);letter-spacing:-.04em;margin:7px 0 0;max-width:820px}
.ghu-v16-cta .ghu-eyebrow{color:var(--ghu-v16-lime)!important}

/* Programs. */
.ghu-v16-program-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.ghu-v16-program-grid article{border:1px solid rgba(5,5,5,.1);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 14px 42px rgba(5,5,5,.05)}
.ghu-v16-card-image{display:block;position:relative;height:260px;overflow:hidden;background:rgba(20,80,194,.06)}
.ghu-v16-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ghu-v16-card-image:hover img{transform:scale(1.035)}
.ghu-v16-program-grid article>div,.ghu-v16-project-card>div{padding:24px}
.ghu-v16-program-grid h2,.ghu-v16-project-card h2{font-size:22px;line-height:1.15;margin:8px 0 10px}
.ghu-v16-program-grid h2 a,.ghu-v16-project-card h2 a{color:#050505}.ghu-v16-program-grid p,.ghu-v16-project-card p{font-size:13px;color:rgba(5,5,5,.65)}

/* Projects. */
.ghu-v16-project-head{display:flex;align-items:end;justify-content:space-between;gap:34px;margin-bottom:34px}.ghu-v16-project-head h2{font-size:clamp(32px,3.6vw,48px);margin:8px 0}.ghu-v16-project-head p{margin:0;color:rgba(5,5,5,.62)}
.ghu-filter-bar-premium{background:#fff!important;border:1px solid rgba(5,5,5,.1)!important;padding:5px!important;border-radius:999px!important;box-shadow:none!important}
.ghu-filter-bar-premium button{font-size:10px!important;padding:9px 15px!important;border-radius:999px!important}.ghu-filter-bar-premium button.is-active{background:var(--ghu-v16-blue)!important;color:#fff!important}
.ghu-v16-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.ghu-v16-project-card{border:1px solid rgba(5,5,5,.1);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 14px 42px rgba(5,5,5,.05)}
.ghu-v16-project-card.is-hidden{display:none!important}.ghu-v16-project-card .ghu-v16-card-image span{position:absolute;left:16px;top:16px;padding:7px 10px;border-radius:999px;background:var(--ghu-v16-lime);color:#050505;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.ghu-v16-meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--ghu-v16-brown);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.ghu-v16-meta span+span:before{content:'•';margin-right:8px;color:var(--ghu-v16-blue)}

/* Single program/project hero and compact details. */
.ghu-v16-single-hero{position:relative;min-height:400px;max-height:430px;background-image:var(--ghu-bg);background-size:cover;background-position:center 42%;display:flex;align-items:flex-end;color:#fff;overflow:hidden}
.ghu-v16-single-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.88),rgba(82,37,4,.63) 52%,rgba(20,80,194,.20))}
.ghu-v16-single-hero .ghu-container{position:relative;z-index:2;padding-top:100px!important;padding-bottom:48px!important}
.ghu-v16-single-hero h1{color:#fff;font-size:clamp(40px,4.7vw,66px);line-height:.98;letter-spacing:-.05em;max-width:920px;margin:8px 0 12px}.ghu-v16-single-hero p{max-width:640px;color:rgba(255,255,255,.82);font-size:14px}
.ghu-v16-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.36fr);gap:clamp(42px,7vw,110px);align-items:start}.ghu-v16-detail-grid article h2{font-size:clamp(30px,3vw,42px);margin:8px 0 20px}
.ghu-v16-detail-grid .ghu-prose{max-width:780px;font-size:14px}.ghu-v16-detail-grid .ghu-prose p{margin-bottom:1em}
.ghu-v16-facts{border-top:4px solid var(--ghu-v16-blue);background:rgba(20,80,194,.045);padding:24px;border-radius:0 0 18px 18px}.ghu-v16-facts>div{padding:14px 0;border-bottom:1px solid rgba(5,5,5,.1)}.ghu-v16-facts span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--ghu-v16-blue);font-weight:800}.ghu-v16-facts strong{display:block;font-size:13px;margin-top:5px}.ghu-v16-facts .ghu-btn{margin-top:20px}
.ghu-v16-note{display:grid;grid-template-columns:42px 1fr;gap:14px;margin-top:26px;padding:18px;border-left:4px solid var(--ghu-v16-lime);background:rgba(236,253,33,.12)}.ghu-v16-note>span{color:var(--ghu-v16-brown)}.ghu-v16-note .ghu-line-icon{width:24px;height:24px}.ghu-v16-note p{margin:4px 0 0!important;font-size:13px}
.ghu-v16-two-lists{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,8vw,130px)}.ghu-v16-two-lists h2{font-size:clamp(28px,3vw,40px);margin:8px 0 20px}.ghu-v16-two-lists p{font-size:14px;color:rgba(5,5,5,.68)}
.ghu-v16-list-item{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:start;padding:13px 0;border-bottom:1px solid rgba(5,5,5,.1);margin:0!important}.ghu-v16-list-item>span{color:var(--ghu-v16-blue)}.ghu-v16-list-item .ghu-line-icon{width:20px;height:20px}
.ghu-v16-result-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ghu-v16-result-grid article{border:1px solid rgba(5,5,5,.1);border-radius:16px;padding:20px;background:#fff}.ghu-v16-result-grid article>span{color:var(--ghu-v16-blue)}.ghu-v16-result-grid .ghu-line-icon{width:22px;height:22px}.ghu-v16-result-grid p{font-size:13px;margin:11px 0 0}
.ghu-v16-detail-gallery{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.ghu-v16-detail-gallery figure,.ghu-v16-detail-gallery figure:first-child{height:280px!important;min-height:0!important;grid-column:auto!important;grid-row:auto!important;border-radius:18px!important;overflow:hidden}.ghu-v16-detail-gallery img{width:100%;height:100%;object-fit:cover}

/* Team, news and support pages. */
.ghu-v16-team-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important}.ghu-v16-team-grid .ghu-team-photo{height:330px!important}.ghu-v16-team-grid .ghu-team-card>div{padding:18px 4px!important}.ghu-v16-team-grid h2{font-size:19px!important}.ghu-v16-team-grid p{font-size:12px!important}
.ghu-v16-team-profile{padding-top:78px!important}.ghu-v16-team-profile .ghu-team-profile-grid{max-width:1180px;margin:auto}.ghu-v16-team-profile .ghu-team-profile-image{height:520px!important}.ghu-v16-team-profile .ghu-team-profile-copy h1{font-size:clamp(38px,4vw,58px)!important}.ghu-v16-team-profile .ghu-team-profile-copy h2{font-size:17px!important;color:var(--ghu-v16-blue)!important}
.ghu-v16-story-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important}.ghu-v16-story-grid .ghu-story-media{height:240px!important}.ghu-v16-story-grid .ghu-story-content{padding:20px!important}.ghu-v16-story-grid h3{font-size:20px!important}.ghu-v16-story-grid p{font-size:13px!important}
.ghu-v16-story-hero{padding:70px 0 0;background:#fff}.ghu-v16-story-hero-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(38px,6vw,90px);align-items:end}.ghu-v16-story-hero h1{font-size:clamp(40px,5vw,68px);line-height:.98;letter-spacing:-.05em;margin:10px 0 18px}.ghu-v16-story-hero img{width:100%;height:400px;object-fit:cover;border-radius:24px}.ghu-v16-article{display:grid;grid-template-columns:minmax(0,760px) auto;justify-content:space-between;gap:60px}.ghu-v16-article .ghu-prose{font-size:15px}
.ghu-v16-partner-wall{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:16px!important}.ghu-v16-partner-wall .ghu-partner-logo-tile{min-height:140px!important;padding:24px!important}.ghu-v16-partner-wall img{height:76px!important;object-fit:contain!important}
.ghu-v16-resource-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.ghu-v16-resource-grid .ghu-resource-card{padding:24px!important;min-height:220px!important}.ghu-v16-resource-grid h2{font-size:20px!important}.ghu-v16-resource-grid p{font-size:13px!important}
.ghu-v16-contact-grid,.ghu-v16-form-grid,.ghu-v16-donate-grid{gap:clamp(44px,7vw,100px)!important}.ghu-form-card,.ghu-donate-panel{padding:30px!important;border-radius:20px!important}.ghu-form-card h2,.ghu-donate-panel h2{font-size:28px!important}.ghu-stack-form label{font-size:11px!important}.ghu-stack-form input,.ghu-stack-form textarea,.ghu-stack-form select{font-size:13px!important}
.ghu-v16-generic-content{max-width:900px!important;margin:auto!important;font-size:15px!important}

/* Gallery page. */
.ghu-v16-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ghu-v16-gallery-grid figure{margin:0;border-radius:18px;overflow:hidden;position:relative;height:320px;background:rgba(20,80,194,.05)}.ghu-v16-gallery-grid img{width:100%;height:100%;object-fit:cover;display:block}.ghu-v16-gallery-grid figcaption{position:absolute;left:14px;right:14px;bottom:14px;background:rgba(5,5,5,.72);color:#fff;border-radius:12px;padding:10px 12px;font-size:11px;font-weight:700;backdrop-filter:blur(8px)}

/* HOME: 'Scenes from the work' becomes a true three-up carousel. */
.ghu-gallery-home{padding:clamp(64px,7vw,96px) 0!important;background:#fff!important;overflow:hidden}
.ghu-gallery-home .ghu-gallery-heading{margin-bottom:30px!important}
.ghu-gallery-home .ghu-gallery-heading h2{font-size:clamp(32px,3.5vw,48px)!important;margin:8px 0 10px!important}
.ghu-gallery-home .ghu-gallery-heading p{font-size:13px!important;max-width:620px!important}
.ghu-gallery-shell{overflow:hidden!important}
.ghu-gallery-track{display:flex!important;gap:18px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;padding:0!important;scroll-padding-inline:0!important;overscroll-behavior-x:contain;scrollbar-width:none}
.ghu-gallery-track::-webkit-scrollbar{display:none}
.ghu-gallery-slide{flex:0 0 calc((100% - 36px)/3)!important;width:auto!important;min-width:0!important;height:auto!important;scroll-snap-align:start!important;opacity:1!important;transform:none!important;filter:none!important}
.ghu-gallery-photo{height:300px!important;border-radius:18px!important;overflow:hidden!important;background:rgba(20,80,194,.06)!important}
.ghu-gallery-photo img{width:100%!important;height:100%!important;object-fit:cover!important;transform:scale(1.02)!important;animation:none!important;transition:transform 7s ease!important}
.ghu-gallery-slide.is-active .ghu-gallery-photo img{transform:scale(1.10)!important}
.ghu-gallery-slide>span{display:block!important;padding:14px 2px 4px!important;background:transparent!important;color:#050505!important;position:static!important}
.ghu-gallery-slide>span strong{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:15px!important;line-height:1.25!important;margin-bottom:5px!important}
.ghu-gallery-slide>span small{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:rgba(5,5,5,.58)!important;font-size:11px!important;line-height:1.5!important}
.ghu-gallery-progress{height:2px!important;background:rgba(5,5,5,.09)!important;margin-top:20px!important}.ghu-gallery-progress i{background:var(--ghu-v16-blue)!important}
.ghu-slider-buttons button{width:42px!important;height:42px!important;background:#fff!important;border:1px solid rgba(5,5,5,.12)!important;color:var(--ghu-v16-blue)!important;box-shadow:none!important}.ghu-slider-buttons button:hover{background:var(--ghu-v16-blue)!important;color:#fff!important}

/* Keep all dark sections inside the official logo palette. */
.ghu-dark-editorial,.ghu-dark-section,.ghu-wide-cta,.ghu-project-principles,.ghu-project-partner-cta{background:var(--ghu-v16-black)!important}
.ghu-newsletter{background:var(--ghu-v16-blue)!important}.ghu-footer{background:var(--ghu-v16-black)!important}
.ghu-purpose-section,.ghu-soft-section,.ghu-cream-section{background:rgba(20,80,194,.045)!important}

@media(max-width:1180px){
  .ghu-v16-icon-cards.ghu-v16-four{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ghu-v16-program-grid,.ghu-v16-project-grid,.ghu-v16-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ghu-v16-team-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .ghu-v16-partner-wall{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .ghu-gallery-slide{flex-basis:calc((100% - 18px)/2)!important}.ghu-gallery-photo{height:320px!important}
}
@media(max-width:900px){
  .ghu-inner-hero{min-height:350px!important;max-height:none!important}.ghu-inner-copy{padding-top:82px!important;padding-bottom:42px!important}
  .ghu-v16-split,.ghu-v16-media-callout .ghu-v16-split,.ghu-v16-detail-grid,.ghu-v16-two-lists,.ghu-v16-story-hero-grid,.ghu-v16-article{grid-template-columns:1fr!important}
  .ghu-v16-split figure,.ghu-v16-split figure img{min-height:300px}
  .ghu-v16-project-head{align-items:flex-start;flex-direction:column}.ghu-filter-bar-premium{width:100%;overflow:auto;justify-content:flex-start!important}
  .ghu-v16-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ghu-v16-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ghu-v16-detail-gallery{grid-template-columns:1fr 1fr!important}.ghu-v16-detail-gallery figure{height:240px!important}
  .ghu-v16-story-hero img{height:340px}.ghu-v16-partner-wall{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ghu-v16-cta .ghu-container{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
  html{font-size:13.5px!important}.ghu-container{padding-left:20px!important;padding-right:20px!important}.ghu-section{padding:48px 0!important}
  .ghu-inner-hero{min-height:310px!important}.ghu-inner-copy{padding-top:72px!important;padding-bottom:34px!important}.ghu-inner-copy h1{font-size:clamp(34px,11vw,46px)!important}.ghu-inner-copy>p{font-size:13px!important}
  .ghu-v16-single-hero{min-height:340px;max-height:none}.ghu-v16-single-hero .ghu-container{padding-top:82px!important;padding-bottom:36px!important}.ghu-v16-single-hero h1{font-size:clamp(34px,11vw,48px)}
  .ghu-v16-icon-cards,.ghu-v16-icon-cards.ghu-v16-four,.ghu-v16-program-grid,.ghu-v16-project-grid,.ghu-v16-story-grid,.ghu-v16-resource-grid,.ghu-v16-gallery-grid{grid-template-columns:1fr!important}
  .ghu-v16-team-grid{grid-template-columns:1fr 1fr!important}.ghu-v16-team-grid .ghu-team-photo{height:260px!important}
  .ghu-v16-card-image{height:230px}.ghu-v16-gallery-grid figure{height:280px}
  .ghu-v16-detail-gallery{grid-template-columns:1fr!important}.ghu-v16-detail-gallery figure{height:260px!important}
  .ghu-v16-result-grid{grid-template-columns:1fr}.ghu-v16-story-hero{padding-top:48px}.ghu-v16-story-hero img{height:280px}
  .ghu-gallery-slide{flex-basis:100%!important}.ghu-gallery-photo{height:280px!important}.ghu-gallery-home .ghu-gallery-heading{align-items:flex-start!important;flex-direction:column!important}
  .ghu-v16-partner-wall{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ghu-v16-partner-wall .ghu-partner-logo-tile{min-height:110px!important;padding:16px!important}.ghu-v16-partner-wall img{height:58px!important}
}

/* ============================================================
   GIVE HOPE UGANDA V17 — TRANSPARENT HEADER + SEO/IMAGE POLISH
   ============================================================ */
.ghu-topbar{display:none!important}
.ghu-header{
  position:absolute!important;top:0!important;left:0!important;right:0!important;width:100%!important;
  background:linear-gradient(180deg,rgba(5,5,5,.32) 0%,rgba(5,5,5,.12) 62%,rgba(5,5,5,0) 100%)!important;
  border:0!important;box-shadow:none!important;z-index:1000!important;
  transition:background .28s ease,box-shadow .28s ease,backdrop-filter .28s ease!important;
}
body.admin-bar .ghu-header{top:32px!important}
.ghu-header.is-sticky{
  position:fixed!important;top:0!important;background:rgba(255,255,255,.96)!important;
  backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  box-shadow:0 12px 38px rgba(5,5,5,.10)!important;border-bottom:1px solid rgba(5,5,5,.08)!important;
}
body.admin-bar .ghu-header.is-sticky{top:32px!important}
.ghu-header-inner{height:80px!important;min-height:80px!important}
.ghu-header:not(.is-sticky) .ghu-brand img{filter:drop-shadow(0 2px 9px rgba(0,0,0,.36))}
.ghu-header:not(.is-sticky) .ghu-menu>li>a{color:#fff!important;text-shadow:0 1px 8px rgba(0,0,0,.28)!important;background:transparent!important}
.ghu-header:not(.is-sticky) .ghu-menu>li>a:hover,.ghu-header:not(.is-sticky) .ghu-menu>li.current-menu-item>a,.ghu-header:not(.is-sticky) .ghu-menu>li.current-menu-ancestor>a{color:var(--ghu-v16-lime)!important;background:rgba(5,5,5,.16)!important}
.ghu-header:not(.is-sticky) .ghu-menu .menu-item-has-children>a:after{color:rgba(255,255,255,.82)!important}
.ghu-header:not(.is-sticky) .ghu-search-button,.ghu-header:not(.is-sticky) .ghu-menu-button{color:#fff!important;border-color:rgba(255,255,255,.42)!important;background:rgba(5,5,5,.12)!important}
.ghu-header:not(.is-sticky) .ghu-search-button:hover,.ghu-header:not(.is-sticky) .ghu-menu-button:hover{background:rgba(5,5,5,.30)!important}
.ghu-header:not(.is-sticky) .ghu-donate-button{box-shadow:0 10px 28px rgba(0,0,0,.16)!important}
.ghu-search-drawer{background:rgba(255,255,255,.985)!important;border-top:1px solid rgba(5,5,5,.08)!important}

/* Give overlay headers enough visual room without making inner heroes tall. */
.ghu-hero-slider .ghu-hero-content{padding-top:118px!important}
.ghu-inner-copy{padding-top:112px!important}
.ghu-v16-single-hero .ghu-container{padding-top:112px!important}

/* Story and team profiles now start with a real featured-image hero, too. */
.ghu-v17-profile-hero,.ghu-v17-story-hero{
  position:relative;min-height:380px;max-height:430px;display:flex;align-items:flex-end;overflow:hidden;color:#fff;
  background-image:var(--ghu-bg);background-size:cover;background-position:center 40%;background-color:var(--ghu-v16-black);
}
.ghu-v17-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.84),rgba(82,37,4,.60) 48%,rgba(20,80,194,.20))}
.ghu-v17-profile-hero:after,.ghu-v17-story-hero:after{content:'';position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,var(--ghu-v16-blue) 0 45%,var(--ghu-v16-lime) 45% 72%,var(--ghu-v16-brown) 72%)}
.ghu-v17-profile-hero-copy,.ghu-v17-story-hero-copy{position:relative;z-index:2;padding-top:112px!important;padding-bottom:46px!important;max-width:980px}
.ghu-v17-profile-hero h1,.ghu-v17-story-hero h1{color:#fff!important;font-size:clamp(38px,4.5vw,62px)!important;line-height:1!important;letter-spacing:-.05em!important;margin:9px 0 10px!important;max-width:900px}
.ghu-v17-profile-hero p,.ghu-v17-story-hero p{margin:0;color:rgba(255,255,255,.82);font-size:13px!important}
.ghu-v17-profile-body{background:#fff}
.ghu-v17-profile-grid{display:grid;grid-template-columns:minmax(0,760px) minmax(250px,.5fr);gap:clamp(40px,7vw,110px);align-items:start}
.ghu-v17-profile-grid aside{border:1px solid rgba(5,5,5,.10);border-top:4px solid var(--ghu-v16-blue);border-radius:18px;padding:24px;background:#fff}
.ghu-v17-profile-grid aside h2{font-size:20px;margin:0 0 8px}.ghu-v17-profile-grid aside p{font-size:12px;color:rgba(5,5,5,.62)}

@media(max-width:1180px){
  .ghu-header-inner{height:76px!important;min-height:76px!important}
  .ghu-header:not(.is-sticky) .ghu-menu-button{display:grid!important}
}
@media(max-width:900px){
  body.admin-bar .ghu-header,body.admin-bar .ghu-header.is-sticky{top:46px!important}
  .ghu-inner-copy,.ghu-v16-single-hero .ghu-container,.ghu-v17-profile-hero-copy,.ghu-v17-story-hero-copy{padding-top:102px!important}
  .ghu-v17-profile-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .ghu-header-inner{height:70px!important;min-height:70px!important}
  .ghu-hero-slider .ghu-hero-content{padding-top:98px!important}
  .ghu-inner-copy,.ghu-v16-single-hero .ghu-container,.ghu-v17-profile-hero-copy,.ghu-v17-story-hero-copy{padding-top:92px!important}
  .ghu-v17-profile-hero,.ghu-v17-story-hero{min-height:310px;max-height:none}
  .ghu-v17-profile-hero h1,.ghu-v17-story-hero h1{font-size:clamp(34px,10vw,46px)!important}
}

/* ============================================================
   GIVE HOPE UGANDA V18 — CLIENT DESIGN SYSTEM
   Logo palette only: blue / brown / lime / black / white.
   ============================================================ */
:root{
  --ghu-v18-blue:#1450C2;
  --ghu-v18-brown:#522504;
  --ghu-v18-lime:#ECFD21;
  --ghu-v18-black:#050505;
  --ghu-v18-white:#FFFFFF;
  --ghu-v18-line:rgba(5,5,5,.11);
  --ghu-v18-soft-blue:rgba(20,80,194,.055);
  --ghu-v18-soft-brown:rgba(82,37,4,.055);
  --ghu-v18-soft-lime:rgba(236,253,33,.16);
  --ghu-v18-shadow:0 22px 70px rgba(5,5,5,.10);
}
html{scroll-behavior:smooth}
body{font-family:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;color:var(--ghu-v18-black)!important;background:#fff!important}
.ghu-container{width:100%!important;max-width:none!important;padding-left:clamp(24px,4.2vw,88px)!important;padding-right:clamp(24px,4.2vw,88px)!important}
.ghu-section{padding:clamp(64px,6vw,105px) 0!important}
mark{background:none!important;color:var(--ghu-v18-blue)!important}
.ghu-eyebrow{color:var(--ghu-v18-blue)!important;letter-spacing:.12em!important;font-size:10px!important;font-weight:800!important;text-transform:uppercase}
.ghu-eyebrow-light{color:var(--ghu-v18-lime)!important}

/* Transparent header + refined dropdown backdrop. */
.ghu-header{overflow:visible!important}
.ghu-header-inner{position:relative;z-index:1005!important}
.ghu-menu-backdrop{
  position:fixed;inset:0;z-index:995;opacity:0;visibility:hidden;pointer-events:none;
  background:rgba(5,5,5,.34);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
  transition:opacity .22s ease,visibility .22s ease;
}
@media(min-width:1181px){
  .ghu-header:has(.ghu-menu>li:hover>.sub-menu) .ghu-menu-backdrop,
  .ghu-header:has(.ghu-menu>li:focus-within>.sub-menu) .ghu-menu-backdrop{opacity:1;visibility:visible}
}
.ghu-desktop-nav,.ghu-header-actions,.ghu-brand{position:relative;z-index:1010}
.ghu-menu>li>a{font-size:11px!important;letter-spacing:.055em!important;text-transform:uppercase!important;font-weight:800!important;border-radius:10px!important}
.ghu-menu .sub-menu{
  z-index:1020!important;top:calc(100% + 15px)!important;min-width:300px!important;padding:16px!important;
  background:rgba(255,255,255,.985)!important;border:1px solid rgba(5,5,5,.10)!important;border-top:4px solid var(--ghu-v18-blue)!important;
  border-radius:18px!important;box-shadow:0 34px 90px rgba(5,5,5,.22)!important;
  backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
}
.ghu-menu>li.ghu-mega>.sub-menu{width:min(900px,76vw)!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}
.ghu-menu .sub-menu li{min-width:0}
.ghu-menu .sub-menu a{
  position:relative!important;display:flex!important;align-items:center!important;min-height:52px!important;
  padding:13px 42px 13px 15px!important;border-radius:12px!important;font-size:12px!important;line-height:1.35!important;
  color:var(--ghu-v18-black)!important;background:transparent!important;border:1px solid transparent!important;font-weight:700!important;
}
.ghu-menu .sub-menu a:before{content:''!important;display:block!important;position:absolute!important;left:0!important;top:10px!important;bottom:10px!important;width:3px!important;border-radius:3px!important;background:var(--ghu-v18-blue)!important;opacity:.0!important;transition:.2s!important}
.ghu-menu .sub-menu li:nth-child(3n+2)>a:before{background:var(--ghu-v18-brown)!important}
.ghu-menu .sub-menu li:nth-child(3n)>a:before{background:var(--ghu-v18-lime)!important}
.ghu-menu .sub-menu a:after{content:'↗'!important;position:absolute!important;right:15px!important;top:50%!important;transform:translate(-4px,-50%)!important;opacity:.25!important;color:var(--ghu-v18-blue)!important;font-size:15px!important;transition:.2s!important}
.ghu-menu .sub-menu a:hover,.ghu-menu .sub-menu a:focus{background:var(--ghu-v18-soft-blue)!important;border-color:rgba(20,80,194,.10)!important;color:var(--ghu-v18-blue)!important;transform:none!important}
.ghu-menu .sub-menu a:hover:before,.ghu-menu .sub-menu a:focus:before{opacity:1!important}
.ghu-menu .sub-menu a:hover:after,.ghu-menu .sub-menu a:focus:after{opacity:1!important;transform:translate(0,-50%)!important}
.ghu-menu .sub-menu .sub-menu{left:calc(100% + 12px)!important;top:-16px!important}

/* Hero contrast and scale. */
.ghu-hero-slider .ghu-hero-copy{max-width:850px!important}
.ghu-hero-slider .ghu-hero-copy h1{font-size:clamp(46px,5.3vw,82px)!important;line-height:.98!important;color:#fff!important;max-width:16ch!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ghu-hero-slider .ghu-hero-copy p{font-size:clamp(14px,1.1vw,17px)!important;line-height:1.65!important;max-width:620px!important}
.ghu-inner-hero{min-height:390px!important;max-height:430px!important;background-color:var(--ghu-v18-black)!important}
.ghu-inner-shade{background:linear-gradient(90deg,rgba(5,5,5,.87) 0%,rgba(82,37,4,.65) 49%,rgba(20,80,194,.26) 100%)!important}
.ghu-inner-copy{padding-top:112px!important;padding-bottom:48px!important;max-width:980px!important}
.ghu-inner-copy h1{color:#fff!important;font-size:clamp(40px,4.8vw,68px)!important;line-height:.98!important;letter-spacing:-.05em!important;margin:8px 0 12px!important;max-width:16ch!important}
.ghu-inner-copy h1 em{font-style:normal!important;color:var(--ghu-v18-lime)!important}
.ghu-inner-copy>p{font-size:14px!important;line-height:1.62!important;color:rgba(255,255,255,.82)!important;max-width:690px!important}
.ghu-inner-hero .ghu-breadcrumbs,.ghu-inner-hero .ghu-breadcrumbs a,.ghu-v16-single-hero .ghu-breadcrumbs,.ghu-v16-single-hero .ghu-breadcrumbs a{color:rgba(255,255,255,.72)!important}
.ghu-v16-single-hero{min-height:390px!important;max-height:430px!important}
.ghu-v16-single-shade{background:linear-gradient(90deg,rgba(5,5,5,.88),rgba(82,37,4,.64) 52%,rgba(20,80,194,.25))!important}
.ghu-v16-single-hero h1{color:#fff!important;font-size:clamp(40px,4.8vw,66px)!important;max-width:18ch!important}
.ghu-v16-single-hero p{font-size:14px!important;max-width:690px!important}

/* Homepage program cards — real Featured Images as translucent backgrounds. */
.ghu-v18-programs-home{background:#fff!important;overflow:hidden}
.ghu-v18-program-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:46px}
.ghu-v18-program-card{position:relative;min-height:365px;border-radius:24px;overflow:hidden;background-image:var(--ghu-program-bg);background-size:cover;background-position:center;box-shadow:0 10px 36px rgba(5,5,5,.08);border:1px solid rgba(5,5,5,.08)}
.ghu-v18-program-card>a{position:absolute;inset:0;display:block;color:#fff}
.ghu-v18-program-card:before{content:'';position:absolute;inset:0;background-image:var(--ghu-program-bg);background-size:cover;background-position:center;transition:transform .65s ease;transform:scale(1.02)}
.ghu-v18-program-card:hover:before{transform:scale(1.08)}
.ghu-v18-program-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,80,194,.08),rgba(20,80,194,.91) 78%)}
.ghu-v18-program-card:nth-child(2) .ghu-v18-program-shade{background:linear-gradient(180deg,rgba(82,37,4,.08),rgba(82,37,4,.92) 78%)}
.ghu-v18-program-card:nth-child(3) .ghu-v18-program-shade{background:linear-gradient(180deg,rgba(5,5,5,.06),rgba(5,5,5,.90) 78%)}
.ghu-v18-program-card:nth-child(4) .ghu-v18-program-shade{background:linear-gradient(180deg,rgba(20,80,194,.05),rgba(5,5,5,.84) 78%)}
.ghu-v18-program-content{position:absolute;z-index:2;inset:auto 0 0;padding:28px 26px;min-height:205px}
.ghu-v18-program-icon{width:46px;height:46px;border-radius:14px;background:var(--ghu-v18-lime);color:var(--ghu-v18-black);display:grid;place-items:center;margin-bottom:18px}
.ghu-v18-program-icon .ghu-line-icon{width:24px;height:24px}
.ghu-v18-program-content h3{font-size:clamp(22px,1.75vw,30px)!important;line-height:1.05!important;letter-spacing:-.04em!important;color:#fff!important;margin:0 42px 10px 0!important}
.ghu-v18-program-content p{font-size:12.5px!important;line-height:1.55!important;color:rgba(255,255,255,.78)!important;margin:0!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.ghu-v18-program-arrow{position:absolute;right:24px;bottom:28px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.32);font-size:16px}

/* Three simple pathways inspired by movement-style NGO design, but in the Give Hope palette. */
.ghu-v18-pathways{padding:clamp(70px,6.5vw,112px) 0;background:#fff}
.ghu-v18-pathways-head{max-width:760px;margin-bottom:36px}.ghu-v18-pathways-head h2{font-size:clamp(36px,4.2vw,60px);line-height:1.02;letter-spacing:-.05em;margin:9px 0 0}
.ghu-v18-pathway-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ghu-v18-pathway-card{position:relative;min-height:390px;padding:34px;border-radius:0;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start}
.ghu-v18-pathway-card>span{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;margin-bottom:50px;background:rgba(255,255,255,.16)}
.ghu-v18-pathway-card .ghu-line-icon{width:27px;height:27px}
.ghu-v18-pathway-card h3{font-size:clamp(30px,3vw,46px);line-height:1;margin:0 0 16px;letter-spacing:-.045em}
.ghu-v18-pathway-card p{font-size:15px;line-height:1.62;max-width:40ch;margin:0 0 26px}
.ghu-v18-pathway-card a{display:inline-flex;align-items:center;gap:8px;margin-top:auto;font-weight:800;font-size:13px}
.ghu-v18-pathway-card.is-blue{background:var(--ghu-v18-blue);color:#fff}.ghu-v18-pathway-card.is-blue h3,.ghu-v18-pathway-card.is-blue a{color:#fff}.ghu-v18-pathway-card.is-blue p{color:rgba(255,255,255,.82)}
.ghu-v18-pathway-card.is-lime{background:var(--ghu-v18-lime);color:var(--ghu-v18-black)}.ghu-v18-pathway-card.is-lime>span{background:rgba(5,5,5,.08)}.ghu-v18-pathway-card.is-lime h3,.ghu-v18-pathway-card.is-lime a{color:var(--ghu-v18-black)}
.ghu-v18-pathway-card.is-brown{background:var(--ghu-v18-brown);color:#fff}.ghu-v18-pathway-card.is-brown h3,.ghu-v18-pathway-card.is-brown a{color:#fff}.ghu-v18-pathway-card.is-brown p{color:rgba(255,255,255,.82)}
.ghu-v18-pathway-card:after{content:'';position:absolute;right:-54px;bottom:-54px;width:190px;height:190px;border:34px solid currentColor;border-radius:50%;opacity:.07}

/* Impact — big numbers + statement layout. */
.ghu-v18-impact{padding:clamp(76px,7vw,128px) 0!important;background:var(--ghu-v18-soft-blue)!important;text-align:left!important;border-top:1px solid rgba(20,80,194,.08);border-bottom:1px solid rgba(20,80,194,.08)}
.ghu-v18-impact-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(50px,8vw,150px);align-items:center}
.ghu-v18-impact-numbers{display:grid;gap:22px}
.ghu-v18-impact-primary{padding-bottom:22px;border-bottom:1px solid rgba(5,5,5,.12)}
.ghu-v18-impact-primary strong{display:block;font-size:clamp(72px,8vw,132px);line-height:.82;letter-spacing:-.075em;color:var(--ghu-v18-blue);font-weight:800}
.ghu-v18-impact-primary.is-schools strong{color:var(--ghu-v18-brown)}
.ghu-v18-impact-primary span{display:block;font-size:15px;line-height:1.45;font-weight:700;max-width:520px;margin-top:16px;color:rgba(5,5,5,.72)}
.ghu-v18-impact-small-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.ghu-v18-impact-small-grid>div{border:1px solid rgba(5,5,5,.10);background:#fff;padding:24px;min-height:150px}
.ghu-v18-impact-small-grid strong{display:block;font-size:clamp(34px,4vw,54px);line-height:1;color:var(--ghu-v18-black);letter-spacing:-.05em}
.ghu-v18-impact-small-grid span{display:block;font-size:12px;line-height:1.55;color:rgba(5,5,5,.62);margin-top:9px}
.ghu-v18-impact-story h2{font-size:clamp(38px,4.8vw,70px);line-height:1.02;letter-spacing:-.055em;margin:13px 0 24px;max-width:900px}
.ghu-v18-impact-story p{font-size:clamp(15px,1.2vw,18px);line-height:1.7;color:rgba(5,5,5,.68);max-width:720px;margin:0 0 30px}

/* Inner pages — systematic clean cards and brand top bars. */
.ghu-v16-section-head{max-width:790px!important;margin-bottom:36px!important}
.ghu-v16-section-head h2{font-size:clamp(32px,3.6vw,50px)!important;line-height:1.02!important;color:var(--ghu-v18-black)!important}
.ghu-v16-section-head p{font-size:14px!important;max-width:720px!important}
.ghu-v16-soft{background:var(--ghu-v18-soft-blue)!important}
.ghu-v16-icon-cards{gap:18px!important}
.ghu-v16-icon-cards article{position:relative;border-radius:20px!important;padding:30px!important;min-height:210px!important;box-shadow:none!important;border:1px solid var(--ghu-v18-line)!important;overflow:hidden}
.ghu-v16-icon-cards article:before{content:'';position:absolute;left:0;right:0;top:0;height:5px;background:var(--ghu-v18-blue)}
.ghu-v16-icon-cards article:nth-child(2):before{background:var(--ghu-v18-brown)}
.ghu-v16-icon-cards article:nth-child(3):before{background:var(--ghu-v18-lime)}
.ghu-v16-icon-cards article:nth-child(4):before{background:var(--ghu-v18-blue)}
.ghu-v16-icon-cards article>span,.ghu-v16-card-icon{background:var(--ghu-v18-soft-blue)!important;color:var(--ghu-v18-blue)!important}
.ghu-v16-icon-cards article:nth-child(2)>span{background:var(--ghu-v18-soft-brown)!important;color:var(--ghu-v18-brown)!important}
.ghu-v16-icon-cards article:nth-child(3)>span{background:var(--ghu-v18-soft-lime)!important;color:var(--ghu-v18-black)!important}
.ghu-v16-icon-cards h3{font-size:20px!important}.ghu-v16-icon-cards p{font-size:13px!important;line-height:1.65!important}

.ghu-v16-program-grid,.ghu-v16-project-grid,.ghu-v16-story-grid,.ghu-v16-resource-grid{gap:22px!important}
.ghu-v16-program-grid article,.ghu-v16-project-card,.ghu-story-card,.ghu-resource-card{border-radius:20px!important;border:1px solid var(--ghu-v18-line)!important;box-shadow:none!important;background:#fff!important;overflow:hidden!important;position:relative}
.ghu-v16-program-grid article:after,.ghu-v16-project-card:after,.ghu-story-card:after,.ghu-resource-card:after{content:'';position:absolute;left:0;right:0;top:0;height:4px;background:var(--ghu-v18-blue)}
.ghu-v16-program-grid article:nth-child(3n+2):after,.ghu-v16-project-card:nth-child(3n+2):after,.ghu-story-card:nth-child(3n+2):after,.ghu-resource-card:nth-child(3n+2):after{background:var(--ghu-v18-brown)}
.ghu-v16-program-grid article:nth-child(3n):after,.ghu-v16-project-card:nth-child(3n):after,.ghu-story-card:nth-child(3n):after,.ghu-resource-card:nth-child(3n):after{background:var(--ghu-v18-lime)}
.ghu-v16-card-image{height:250px!important}.ghu-v16-card-image img{width:100%;height:100%;object-fit:cover}
.ghu-v16-program-grid article>div,.ghu-v16-project-card>div,.ghu-story-content{padding:26px!important}
.ghu-v16-program-grid h2,.ghu-v16-project-card h2{font-size:22px!important}.ghu-v16-program-grid p,.ghu-v16-project-card p,.ghu-story-content p{font-size:13px!important;line-height:1.65!important}
.ghu-resource-card{min-height:230px!important;padding:28px!important}
.ghu-resource-card h2{font-size:22px!important;line-height:1.15!important}

.ghu-v16-detail-grid,.ghu-v16-two-lists,.ghu-form-page-grid,.ghu-contact-grid,.ghu-donate-grid{gap:clamp(44px,6vw,92px)!important}
.ghu-v16-facts,.ghu-form-card,.ghu-donate-panel{border:1px solid var(--ghu-v18-line)!important;border-top:5px solid var(--ghu-v18-blue)!important;box-shadow:none!important;background:#fff!important}
.ghu-form-card,.ghu-donate-panel{border-radius:20px!important;padding:30px!important}
.ghu-v16-note{border-left:4px solid var(--ghu-v18-lime)!important;background:var(--ghu-v18-soft-lime)!important}
.ghu-v16-list-item{border-bottom:1px solid rgba(5,5,5,.10)!important;padding:16px 0!important}
.ghu-v16-result-grid>*,.ghu-v16-detail-gallery figure{border-radius:18px!important}

/* Team/gallery/contact pages. */
.ghu-v16-team-grid{gap:20px!important}.ghu-team-card{border:1px solid var(--ghu-v18-line)!important;border-radius:20px!important;overflow:hidden!important;background:#fff!important;box-shadow:none!important;position:relative}.ghu-team-card:before{content:'';position:absolute;left:0;right:0;top:0;height:4px;background:var(--ghu-v18-blue);z-index:2}.ghu-team-card:nth-child(3n+2):before{background:var(--ghu-v18-brown)}.ghu-team-card:nth-child(3n):before{background:var(--ghu-v18-lime)}.ghu-team-card>div{padding:20px!important}.ghu-team-card h2{font-size:18px!important;margin:0 0 6px!important}.ghu-team-card p{font-size:12px!important;color:rgba(5,5,5,.58)!important}
.ghu-v16-gallery-grid{gap:14px!important}.ghu-v16-gallery-grid figure{border-radius:18px!important;border:1px solid var(--ghu-v18-line)!important;background:#fff!important;overflow:hidden!important}.ghu-v16-gallery-grid figcaption{padding:12px 14px!important;font-size:12px!important;font-weight:700!important}
.ghu-contact-cards>*{border:1px solid var(--ghu-v18-line)!important;border-left:4px solid var(--ghu-v18-blue)!important;background:#fff!important}
.ghu-contact-cards>*:nth-child(2){border-left-color:var(--ghu-v18-brown)!important}.ghu-contact-cards>*:nth-child(3){border-left-color:var(--ghu-v18-lime)!important}

/* Homepage project/story cards aligned with the same design system. */
.ghu-project-card,.ghu-story-card{border:1px solid var(--ghu-v18-line)!important;border-radius:20px!important;box-shadow:none!important;background:#fff!important}
.ghu-project-media>span,.ghu-story-tag{background:var(--ghu-v18-blue)!important;color:#fff!important}.ghu-project-card:nth-child(2) .ghu-project-media>span{background:var(--ghu-v18-brown)!important}.ghu-project-card:nth-child(3) .ghu-project-media>span{background:var(--ghu-v18-black)!important;color:var(--ghu-v18-lime)!important}

/* Newsletter then partner logos immediately before the footer. */
.ghu-newsletter{background:var(--ghu-v18-blue)!important;padding:clamp(68px,6vw,96px) 0!important;border:0!important}
.ghu-newsletter h2{font-size:clamp(34px,4vw,56px)!important;max-width:750px!important}
.ghu-newsletter p{font-size:14px!important}.ghu-newsletter-row{background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.34)!important;border-radius:999px!important}
.ghu-newsletter-row button{background:var(--ghu-v18-lime)!important;color:var(--ghu-v18-black)!important}
.ghu-footer-partners{padding:52px 0!important;background:#fff!important;border-top:0!important;border-bottom:0!important}
.ghu-footer-partners-head{align-items:end!important;margin-bottom:30px!important}
.ghu-footer-partners-head>div h2{font-size:clamp(24px,2.6vw,38px);line-height:1.08;letter-spacing:-.04em;margin:7px 0 0;max-width:760px}
.ghu-footer-partner-logos{grid-template-columns:repeat(6,minmax(110px,1fr))!important;gap:12px!important}
.ghu-footer-partner-logos>a{min-height:100px!important;border:1px solid var(--ghu-v18-line)!important;border-radius:14px!important;padding:18px!important;box-shadow:none!important}
.ghu-footer-partner-logos>a:hover{border-color:var(--ghu-v18-blue)!important;transform:translateY(-2px)!important}

/* Footer inspired by movement-style institutional footers, with Give Hope content. */
.ghu-footer{background:var(--ghu-v18-black)!important;color:#fff!important}
.ghu-footer-brandline{height:6px!important;background:linear-gradient(90deg,var(--ghu-v18-blue) 0 44%,var(--ghu-v18-lime) 44% 72%,var(--ghu-v18-brown) 72%)!important}
.ghu-v18-footer-head{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-top:58px;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.14)}
.ghu-v18-footer-wordmark{font-size:clamp(30px,3.5vw,54px);font-weight:800;letter-spacing:-.055em;color:#fff!important}
.ghu-v18-footer-follow{display:flex;align-items:center;gap:20px}.ghu-v18-footer-follow>span{font-size:13px;font-weight:800;color:#fff}
.ghu-footer-social{display:flex;gap:9px!important;margin:0!important}.ghu-footer-social a{width:42px!important;height:42px!important;border-radius:50%!important;background:var(--ghu-v18-brown)!important;border:1px solid rgba(255,255,255,.10)!important;color:#fff!important;display:grid!important;place-items:center!important}.ghu-footer-social a:hover{background:var(--ghu-v18-blue)!important}
.ghu-v18-footer-grid{display:grid;grid-template-columns:1.25fr .7fr .8fr 1.05fr;gap:clamp(34px,5vw,84px);padding:50px 0 55px}
.ghu-v18-footer-about .ghu-footer-logo{display:inline-flex;background:#fff;border-radius:12px;padding:9px 12px;margin-bottom:18px}.ghu-v18-footer-about img{max-width:190px;max-height:72px;object-fit:contain;filter:none!important;margin:0!important}.ghu-v18-footer-about p{font-size:12.5px;line-height:1.7;color:rgba(255,255,255,.62);max-width:300px;margin:0}
.ghu-footer h3{font-size:11px!important;letter-spacing:.11em!important;text-transform:uppercase!important;color:var(--ghu-v18-lime)!important;margin:3px 0 18px!important}
.ghu-footer-menu,.ghu-footer-links{gap:10px!important}.ghu-footer-menu a,.ghu-footer-links a,.ghu-footer-contact>a{font-size:13px!important;color:rgba(255,255,255,.72)!important}.ghu-footer-menu a:hover,.ghu-footer-links a:hover,.ghu-footer-contact>a:hover{color:#fff!important}
.ghu-footer-contact p{font-size:12.5px!important;line-height:1.7!important;color:rgba(255,255,255,.60)!important;max-width:330px}.ghu-footer-contact .ghu-footer-contact-link{color:var(--ghu-v18-lime)!important;font-weight:800!important;margin-top:16px!important}
.ghu-v18-footer-bottom{border-top:1px solid rgba(255,255,255,.14);min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:rgba(255,255,255,.48);font-size:10px}.ghu-v18-footer-bottom>div:first-child{display:flex;gap:24px;flex-wrap:wrap}.ghu-v18-site-credit strong{color:#fff;font-weight:800}

/* Responsive. */
@media(max-width:1260px){
  .ghu-v18-program-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ghu-v18-pathway-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ghu-v18-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ghu-footer-partner-logos{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:980px){
  .ghu-v18-impact-grid{grid-template-columns:1fr;gap:50px}
  .ghu-v18-pathway-grid{grid-template-columns:1fr}
  .ghu-v18-pathway-card{min-height:300px}
  .ghu-footer-partners-head,.ghu-v18-footer-head{align-items:flex-start!important;flex-direction:column}
  .ghu-menu-backdrop{display:none}
}
@media(max-width:760px){
  .ghu-inner-hero,.ghu-v16-single-hero{min-height:330px!important;max-height:none!important}
  .ghu-inner-copy{padding-top:96px!important;padding-bottom:38px!important}.ghu-inner-copy h1{font-size:clamp(36px,10vw,48px)!important}
  .ghu-v18-program-cards{grid-template-columns:1fr}.ghu-v18-program-card{min-height:330px}
  .ghu-v18-impact-primary strong{font-size:clamp(62px,20vw,96px)}
  .ghu-v18-impact-small-grid{grid-template-columns:1fr}
  .ghu-footer-partner-logos{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ghu-v18-footer-grid{grid-template-columns:1fr}.ghu-v18-footer-bottom{align-items:flex-start;flex-direction:column;padding:20px 0}
}

/* =========================================================
   V19 CLIENT REVIEW — safe photography + cleaner impact
   ========================================================= */
.ghu-v19-impact{background:#fff!important;padding:clamp(72px,8vw,124px) 0!important;border-top:1px solid rgba(5,5,5,.08);border-bottom:1px solid rgba(5,5,5,.08)}
.ghu-v19-impact-layout{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);gap:clamp(54px,7vw,120px);align-items:start}
.ghu-v19-impact-copy{position:sticky;top:120px;padding-top:8px}
.ghu-v19-impact-copy h2{font-size:clamp(34px,4.2vw,60px);line-height:1.01;letter-spacing:-.055em;max-width:620px;margin:14px 0 22px;color:#050505}
.ghu-v19-impact-copy h2 mark{background:none;color:#1450C2}
.ghu-v19-impact-copy p{max-width:540px;font-size:15px;line-height:1.75;color:rgba(5,5,5,.66);margin:0 0 30px}
.ghu-v19-impact-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(5,5,5,.12);border-left:1px solid rgba(5,5,5,.12)}
.ghu-v19-impact-stat{min-height:250px;padding:clamp(28px,4vw,50px);display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid rgba(5,5,5,.12);border-bottom:1px solid rgba(5,5,5,.12);background:#fff;position:relative;overflow:hidden}
.ghu-v19-impact-stat:before{content:'';position:absolute;left:0;top:0;width:100%;height:5px;background:#1450C2}
.ghu-v19-impact-stat.is-brown:before{background:#522504}.ghu-v19-impact-stat.is-lime:before{background:#ECFD21}.ghu-v19-impact-stat.is-black:before{background:#050505}
.ghu-v19-impact-stat strong{font-family:Manrope,sans-serif;font-weight:800;font-size:clamp(52px,6.2vw,92px);line-height:.86;letter-spacing:-.07em;color:#1450C2;white-space:nowrap}
.ghu-v19-impact-stat.is-brown strong{color:#522504}.ghu-v19-impact-stat.is-lime strong{color:#050505}.ghu-v19-impact-stat.is-black strong{color:#050505}
.ghu-v19-impact-stat span{font-size:14px;line-height:1.55;font-weight:650;max-width:330px;color:rgba(5,5,5,.72);padding-top:34px}
.ghu-v19-impact-stats .ghu-v19-impact-stat:last-child{grid-column:auto;min-height:250px}

/* Keep partner logos clean and recognisable — no photographic crop treatment. */
.ghu-footer-partner-logos>a{background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
.ghu-footer-partner-logos>a img{width:auto!important;height:auto!important;max-width:100%!important;max-height:72px!important;object-fit:contain!important;filter:none!important}

@media(max-width:980px){
  .ghu-v19-impact-layout{grid-template-columns:1fr;gap:42px}
  .ghu-v19-impact-copy{position:static;top:auto}
  .ghu-v19-impact-stats{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:860px) and (min-width:621px){
  .ghu-v19-impact-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ghu-v19-impact-stats .ghu-v19-impact-stat:last-child{grid-column:1/-1}
}
@media(max-width:620px){
  .ghu-v19-impact{padding:64px 0!important}
  .ghu-v19-impact-layout{gap:34px}
  .ghu-v19-impact-copy h2{font-size:36px}
  .ghu-v19-impact-stats{grid-template-columns:1fr;border-left:0;border-top:0;gap:14px}
  .ghu-v19-impact-stat{min-height:0;padding:26px 24px;border:1px solid rgba(5,5,5,.11);border-radius:16px}
  .ghu-v19-impact-stat strong{font-size:58px}
  .ghu-v19-impact-stat span{padding-top:20px;font-size:13.5px}
}


/* V19.1 — Homepage partner-logo carousel. The Partners page/footer on inner pages remains a clean static grid. */
.ghu-footer-partners.is-home-slider{overflow:hidden}
.ghu-partner-head-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;justify-content:flex-end}
.ghu-partner-slider-buttons{display:flex;gap:8px}
.ghu-partner-slider-buttons button{width:42px;height:42px;border-radius:999px;border:1px solid rgba(5,5,5,.16);background:#fff;color:#050505;display:grid;place-items:center;font:700 18px/1 Manrope,Arial,sans-serif;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.ghu-partner-slider-buttons button:hover,.ghu-partner-slider-buttons button:focus-visible{background:#1450C2;color:#fff;border-color:#1450C2;transform:translateY(-2px)}
.ghu-partner-slider-shell{position:relative;margin-top:28px}
.ghu-partner-slider{--ghu-partner-gap:18px;display:flex;gap:var(--ghu-partner-gap);overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:4px 2px 16px;scroll-behavior:smooth}
.ghu-partner-slider::-webkit-scrollbar{display:none}
.ghu-partner-slide{flex:0 0 calc((100% - (var(--ghu-partner-gap) * 4))/5);min-width:0;height:138px;background:#fff;border:1px solid rgba(5,5,5,.09);border-radius:18px;display:flex;align-items:center;justify-content:center;padding:24px;scroll-snap-align:start;box-shadow:0 12px 34px rgba(5,5,5,.04);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.ghu-partner-slide:hover,.ghu-partner-slide:focus-visible{transform:translateY(-4px);border-color:rgba(20,80,194,.30);box-shadow:0 18px 40px rgba(20,80,194,.10)}
.ghu-partner-slide img{display:block;width:auto!important;height:auto!important;max-width:100%!important;max-height:78px!important;object-fit:contain!important;filter:none!important}
.ghu-partner-slider-line{height:3px;background:rgba(5,5,5,.08);margin-top:10px;overflow:hidden;border-radius:99px}
.ghu-partner-slider-line i{display:block;width:14.285%;height:100%;background:linear-gradient(90deg,#1450C2 0 33%,#ECFD21 33% 66%,#522504 66% 100%);border-radius:99px;transition:transform .35s ease,width .35s ease}
@media(max-width:1180px){.ghu-partner-slide{flex-basis:calc((100% - (var(--ghu-partner-gap) * 3))/4)}}
@media(max-width:900px){.ghu-partner-slide{flex-basis:calc((100% - (var(--ghu-partner-gap) * 2))/3)}.ghu-partner-head-actions{justify-content:flex-start}}
@media(max-width:620px){.ghu-partner-slider{--ghu-partner-gap:12px}.ghu-partner-slide{flex-basis:calc((100% - var(--ghu-partner-gap))/2);height:112px;padding:18px;border-radius:14px}.ghu-partner-slide img{max-height:62px!important}.ghu-partner-slider-buttons button{width:38px;height:38px}.ghu-partner-head-actions{width:100%;justify-content:space-between;gap:12px}.ghu-footer-partners-head h2{font-size:clamp(24px,8vw,34px)!important}}


/* =========================================================
   V19.5 — refined navigation + Projects as a single link
   ========================================================= */
@media(min-width:1181px){
  .ghu-header.is-dropdown-open .ghu-menu-backdrop,
  .ghu-header:has(.ghu-menu>li:hover>.sub-menu) .ghu-menu-backdrop,
  .ghu-header:has(.ghu-menu>li:focus-within>.sub-menu) .ghu-menu-backdrop{
    opacity:1!important;visibility:visible!important;
  }
  .ghu-menu-backdrop{
    background:rgba(5,5,5,.42)!important;
    backdrop-filter:blur(12px) saturate(.9)!important;
    -webkit-backdrop-filter:blur(12px) saturate(.9)!important;
  }
  .ghu-menu>li{position:relative!important}
  .ghu-menu>li>a{
    gap:8px!important;padding:14px 11px!important;border-radius:999px!important;
    transition:color .2s ease,background .2s ease,transform .2s ease!important;
  }
  .ghu-header.is-sticky .ghu-menu>li>a:hover,
  .ghu-header.is-sticky .ghu-menu>li:focus-within>a{
    background:rgba(20,80,194,.07)!important;color:#1450C2!important;
  }
  .ghu-menu>li.menu-item-has-children>a:after{
    content:''!important;width:6px!important;height:6px!important;display:inline-block!important;
    border-right:1.7px solid currentColor!important;border-bottom:1.7px solid currentColor!important;
    transform:rotate(45deg) translateY(-2px)!important;margin-left:2px!important;color:currentColor!important;
    transition:transform .22s ease!important;
  }
  .ghu-menu>li.menu-item-has-children:hover>a:after,
  .ghu-menu>li.menu-item-has-children:focus-within>a:after{
    transform:rotate(225deg) translate(-1px,-1px)!important;
  }
  .ghu-menu>li:not(.menu-item-has-children)>a:after{display:none!important}

  .ghu-menu>li.menu-item-has-children>.sub-menu{
    left:50%!important;right:auto!important;top:calc(100% + 18px)!important;
    width:min(720px,72vw)!important;min-width:0!important;
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;
    padding:20px!important;border:1px solid rgba(255,255,255,.72)!important;border-top:0!important;
    border-radius:22px!important;background:rgba(255,255,255,.94)!important;
    box-shadow:0 34px 90px rgba(5,5,5,.24),0 8px 30px rgba(20,80,194,.08)!important;
    backdrop-filter:blur(28px) saturate(1.18)!important;-webkit-backdrop-filter:blur(28px) saturate(1.18)!important;
    opacity:0!important;visibility:hidden!important;
    transform:translate(-50%,14px)!important;transform-origin:top center!important;
    transition:opacity .2s ease,visibility .2s ease,transform .22s ease!important;
  }
  .ghu-menu>li.menu-item-has-children>.sub-menu:before{
    content:''!important;position:absolute!important;left:18px!important;right:18px!important;top:0!important;height:4px!important;
    border-radius:0 0 999px 999px!important;background:linear-gradient(90deg,#1450C2 0 35%,#ECFD21 35% 66%,#522504 66% 100%)!important;
  }
  .ghu-menu>li.menu-item-has-children:hover>.sub-menu,
  .ghu-menu>li.menu-item-has-children:focus-within>.sub-menu{
    opacity:1!important;visibility:visible!important;transform:translate(-50%,0)!important;
  }
  .ghu-menu>li:nth-child(3).menu-item-has-children>.sub-menu{width:min(860px,78vw)!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .ghu-menu>li:nth-child(5).menu-item-has-children>.sub-menu{width:min(780px,76vw)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ghu-menu>li:nth-child(6).menu-item-has-children>.sub-menu{width:min(760px,74vw)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}

  .ghu-menu .sub-menu li{position:relative!important;margin:0!important}
  .ghu-menu .sub-menu a{
    min-height:60px!important;padding:14px 44px 14px 17px!important;border-radius:14px!important;
    border:1px solid rgba(5,5,5,.075)!important;background:rgba(255,255,255,.72)!important;
    color:#050505!important;font-size:12px!important;line-height:1.35!important;font-weight:750!important;
    box-shadow:0 1px 0 rgba(255,255,255,.9) inset!important;
    transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease!important;
  }
  .ghu-menu .sub-menu a:before{
    content:''!important;position:absolute!important;left:0!important;top:11px!important;bottom:11px!important;width:3px!important;
    border-radius:0 999px 999px 0!important;background:#1450C2!important;opacity:0!important;transition:opacity .2s ease!important;
  }
  .ghu-menu .sub-menu li:nth-child(3n+2)>a:before{background:#522504!important}
  .ghu-menu .sub-menu li:nth-child(3n)>a:before{background:#ECFD21!important}
  .ghu-menu .sub-menu a:after{
    content:'↗'!important;position:absolute!important;right:16px!important;top:50%!important;
    transform:translate(-3px,-50%)!important;opacity:.28!important;color:#1450C2!important;font-size:15px!important;transition:.2s ease!important;
  }
  .ghu-menu .sub-menu a:hover,.ghu-menu .sub-menu a:focus{
    background:#fff!important;border-color:rgba(20,80,194,.22)!important;color:#1450C2!important;
    transform:translateY(-2px)!important;box-shadow:0 12px 30px rgba(20,80,194,.09)!important;
  }
  .ghu-menu .sub-menu a:hover:before,.ghu-menu .sub-menu a:focus:before{opacity:1!important}
  .ghu-menu .sub-menu a:hover:after,.ghu-menu .sub-menu a:focus:after{opacity:1!important;transform:translate(0,-50%)!important}
}

@media(max-width:1180px){
  .ghu-mobile-menu>li>a{font-weight:800!important;letter-spacing:.035em!important;text-transform:uppercase!important}
  .ghu-mobile-menu .sub-menu{margin:6px 0 10px!important;padding:8px!important;border-radius:14px!important;background:rgba(20,80,194,.055)!important;border:1px solid rgba(20,80,194,.10)!important}
  .ghu-mobile-menu .sub-menu a{font-size:13px!important;font-weight:650!important;padding:11px 12px!important;border-radius:10px!important;text-transform:none!important}
  .ghu-mobile-menu .sub-menu a:hover,.ghu-mobile-menu .sub-menu a:focus{background:#fff!important;color:#1450C2!important}
  .ghu-mobile-sub-toggle{background:rgba(20,80,194,.07)!important;color:#1450C2!important;border:1px solid rgba(20,80,194,.10)!important}
}

/* V19.6 — certification resources */
.ghu-cert-hero{min-height:390px;background:linear-gradient(118deg,#050505 0%,#522504 48%,#1450C2 100%);color:#fff;display:flex;align-items:center;padding:120px 0 54px;overflow:hidden;position:relative}
.ghu-cert-hero:after{content:"";position:absolute;right:-8vw;top:-28%;width:42vw;height:42vw;border-radius:50%;border:1px solid rgba(236,253,33,.28);box-shadow:0 0 0 70px rgba(236,253,33,.03),0 0 0 140px rgba(20,80,194,.06);pointer-events:none}
.ghu-cert-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:70px;align-items:center;position:relative;z-index:1}
.ghu-cert-hero-copy{max-width:690px}.ghu-cert-hero-copy h1{font-size:clamp(42px,5.2vw,72px);line-height:.98;letter-spacing:-.055em;margin:15px 0 18px}.ghu-cert-hero-copy h1 em{font-style:normal;color:#ECFD21}.ghu-cert-hero-copy>p{font-size:14px;line-height:1.7;color:rgba(255,255,255,.76);max-width:590px}
.ghu-cert-hero-badges{position:relative;min-height:275px}.ghu-cert-hero-badge{position:absolute;width:230px;aspect-ratio:1/1;margin:0;padding:16px;background:#fff;border-radius:26px;box-shadow:0 26px 75px rgba(0,0,0,.28);display:grid;place-items:center}.ghu-cert-hero-badge img{width:100%;height:100%;object-fit:contain}.ghu-cert-hero-badge.is-essential{left:6%;top:10px;transform:rotate(-6deg)}.ghu-cert-hero-badge.is-advanced{right:3%;bottom:0;transform:rotate(7deg)}
.ghu-cert-section{background:#fff}.ghu-cert-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:28px}.ghu-cert-card{border:1px solid rgba(5,5,5,.1);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 18px 54px rgba(5,5,5,.06);position:relative}.ghu-cert-card:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:#1450C2}.ghu-cert-card.is-advanced:before{background:#522504}.ghu-cert-art{display:grid;place-items:center;min-height:370px;padding:36px;background:linear-gradient(180deg,rgba(20,80,194,.045),rgba(236,253,33,.04))}.ghu-cert-card.is-advanced .ghu-cert-art{background:linear-gradient(180deg,rgba(82,37,4,.05),rgba(236,253,33,.045))}.ghu-cert-art img{width:min(100%,390px);aspect-ratio:1/1;object-fit:contain;transition:transform .35s ease}.ghu-cert-card:hover .ghu-cert-art img{transform:scale(1.025)}.ghu-cert-copy{padding:28px 30px 32px}.ghu-cert-copy>span{display:block;color:#1450C2;font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:8px}.ghu-cert-card.is-advanced .ghu-cert-copy>span{color:#522504}.ghu-cert-copy h2{font-size:25px;line-height:1.18;letter-spacing:-.035em;margin:0 0 10px}.ghu-cert-copy p{font-size:12px;line-height:1.65;color:var(--muted);margin:0 0 18px}.ghu-cert-copy>a{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:800;color:#050505}.ghu-cert-copy>a svg{width:17px;fill:none;stroke:currentColor}
@media(max-width:900px){.ghu-cert-hero{padding-top:100px}.ghu-cert-hero-grid{grid-template-columns:1fr;gap:30px}.ghu-cert-hero-badges{min-height:220px;max-width:470px}.ghu-cert-hero-badge{width:185px}.ghu-cert-grid{grid-template-columns:1fr}.ghu-cert-art{min-height:300px}}
@media(max-width:560px){.ghu-cert-hero{min-height:360px;padding:92px 0 34px}.ghu-cert-hero-copy h1{font-size:42px}.ghu-cert-hero-badges{min-height:185px}.ghu-cert-hero-badge{width:145px;border-radius:18px;padding:10px}.ghu-cert-hero-badge.is-essential{left:8%}.ghu-cert-hero-badge.is-advanced{right:8%}.ghu-cert-art{min-height:250px;padding:24px}.ghu-cert-copy{padding:24px}.ghu-cert-copy h2{font-size:21px}}
