:root{--color-primary: #1f5f8b;--color-primary-dark: #154766;--color-accent: #3f8ea8;--color-bg: #eef5fb;--color-surface: #ffffff;--color-surface-soft: #f7fbff;--color-text: #1d2a34;--color-muted: #5f7280;--color-border: #d7e4ef;--max-width: 1200px;--radius: 14px;--shadow: 0 10px 30px rgba(21, 71, 102, .08);--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2rem;--space-5: 3rem;--space-6: 4rem}*,*:before,*:after{box-sizing:border-box}html{font-family:Arial,Helvetica,sans-serif;color:var(--color-text);background:var(--color-bg);scroll-behavior:smooth}body{margin:0;line-height:1.6;font-family:Arial,Helvetica,sans-serif;color:#1f2937}h1,h2,h3,h4{letter-spacing:-.02em}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto}.section{padding:4rem 0}.section--soft{background:#f7f7f7}h1,h2,h3{line-height:1.15;margin:0 0 1rem}h1{font-size:clamp(2.4rem,5vw,4.5rem)}h2{font-size:clamp(1.8rem,3vw,2.8rem)}h3{font-size:1.25rem}p{margin:0 0 1rem}.btn{display:inline-block;padding:.9rem 1.3rem;border-radius:999px;font-weight:700;transition:.2s ease}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover{background:var(--color-primary-dark)}.btn--secondary{background:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.btn--secondary:hover{background:#1f5f8b14}.grid{display:grid;gap:1.5rem}.grid--3{grid-template-columns:repeat(3,1fr)}.card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #0000000f}.card__body{padding:1.5rem}.card__image{width:100%;height:200px;object-fit:cover}.card__body h3{margin-bottom:.75rem}.card__body p{margin-bottom:1.25rem;color:#444}.section-title{max-width:720px;margin-bottom:2rem}.section-title p{color:var(--color-muted)}.site-header{background:#fff;border-bottom:1px solid #eee}.site-header__inner{display:flex;align-items:center;justify-content:space-between}.site-nav{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.site-nav a{font-weight:600;color:var(--color-muted)}.site-nav a:hover,.site-nav a.active{color:var(--color-primary)}.logo-wrap{display:flex;align-items:center;gap:.75rem}.logo-wrap span{font-weight:800;color:var(--color-primary-dark)}.hero{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:2rem;background-image:linear-gradient(to right,#28140a8c,#0a283c73),url(/images/hero-sapele_page.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.hero__content{margin:0 auto;max-width:820px}.hero h1{font-size:clamp(2.8rem,5vw,3.8rem);font-weight:800;letter-spacing:-.5px;text-shadow:0 3px 12px rgba(0,0,0,.5)}.hero p{margin-top:1rem;font-size:1.25rem;opacity:.95}.hero__actions{margin-top:2rem}.hero .btn{padding:1rem 2.2rem;border-radius:999px;background:linear-gradient(135deg,#1e88e5,#1565c0);color:#fff;font-weight:600;box-shadow:0 6px 20px #1e88e566}.section-title{text-align:center;margin-bottom:2rem}.section-title h2{font-size:2rem;font-weight:700}.section-title p{margin-top:.5rem;color:#666}.logo-wrap img{width:95px;height:95px;object-fit:contain}.logo-wrap span{font-size:1.3rem;font-weight:700}.featured{padding:4rem 2rem}.featured__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.featured__card{position:relative;overflow:hidden;border-radius:12px}.featured__card img{width:100%;height:100%;object-fit:cover;display:block}.featured__overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.2),transparent);color:#fff}.featured__overlay h3{font-size:1.4rem;font-weight:700}.featured__overlay p{font-size:.95rem;margin:.5rem 0 1rem}.featured__overlay .btn{background:#fff;color:#0a283c;padding:.6rem 1.2rem;border-radius:999px;font-size:.85rem}.mission{padding:5rem 2rem;background:#f9f7f4}.mission__inner{max-width:800px;margin:0 auto;text-align:center}.mission__label{display:inline-block;font-size:.8rem;text-transform:uppercase;letter-spacing:2px;color:#8a6d3b;margin-bottom:1rem}.mission h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.mission p{font-size:1.05rem;color:#555;line-height:1.6}.mission .btn{margin-top:2rem}.footer{background:#0f1726;color:#fff;padding:3.5rem 0}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;align-items:start}.footer h3{color:#fff;margin-bottom:1rem}.footer p{margin-bottom:.75rem;color:#ffffffd9}.footer a{color:#ffffffe6;text-decoration:none}.footer a:hover{color:#fff;text-decoration:underline}.footer__brand p{max-width:520px}@media(max-width:900px){.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.footer__grid{grid-template-columns:1fr}}.cards-showcase{padding-top:2rem;padding-bottom:2rem}.cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.feature-card{position:relative;display:block;overflow:hidden;border-radius:0;min-height:220px;text-decoration:none;box-shadow:0 8px 24px #0000001f}.feature-card img{width:100%;height:100%;min-height:220px;object-fit:cover;display:block;transition:transform .35s ease}.feature-card__overlay{position:absolute;inset:0;display:flex;align-items:end;justify-content:center;padding:1.25rem;background:linear-gradient(to top,#1e140ab8,#00000014)}.feature-card__overlay span{color:#fff;font-size:1.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.45)}.feature-card:hover img{transform:scale(1.04)}@media(max-width:900px){.cards-row{grid-template-columns:1fr}.feature-card,.feature-card img{min-height:200px}.feature-card__overlay span{font-size:1.5rem}.feature-card{border-radius:22px;overflow:hidden;background:#fff}.feature-card__image{width:100%;height:220px;object-fit:cover;display:block}.feature-card__body{padding:1.5rem}.feature-card__body h3{font-size:1.05rem;margin-bottom:1rem}.feature-card__body p{font-size:.98rem;line-height:1.65;color:#30343a;min-height:132px}.feature-card__body .btn{margin-top:.5rem}.grid--3{align-items:stretch}.card{height:100%}.history-image{width:100%;max-height:520px;object-fit:cover;margin:1.5rem 0;border-radius:16px;box-shadow:0 8px 28px #00000014}.section ul{margin-top:1rem;padding-left:1.5rem}.section li{margin-bottom:.6rem;line-height:1.6}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.gallery-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 28px #00000012;transition:transform .25s ease,box-shadow .25s ease}.gallery-card:hover{transform:translateY(-4px);box-shadow:0 12px 34px #0000001a}.gallery-card__body{padding:1.4rem}.gallery-card__body h3{margin-bottom:.6rem;font-size:1.15rem}.gallery-card__body p{color:#4a4a4a;line-height:1.65}.gallery-cta{max-width:760px;margin:0 auto;text-align:center;background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 28px #00000012}.gallery-cta p{margin-bottom:1.5rem}.gallery-grid{grid-template-columns:1fr}.gallery-card{display:flex;flex-direction:column;height:100%}.gallery-card img{width:100%;height:240px!important;min-height:240px;max-height:240px;object-fit:cover;object-position:center;display:block;flex-shrink:0}.gallery-card__body{flex:1}.gallery-card img{height:240px!important;min-height:240px;max-height:240px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.project-card{background:#fff;border-radius:18px;padding:1.6rem;box-shadow:0 8px 28px #00000012;border:1px solid rgba(0,0,0,.04)}.project-card h3{margin-bottom:.75rem;color:var(--color-primary-dark)}.project-card p{color:#4a4a4a;line-height:1.65}.project-grid{grid-template-columns:1fr}.trustee-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2rem}.trustee-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 28px #00000012;border:1px solid rgba(0,0,0,.04)}.trustee-card__body{padding:1.15rem}.trustee-card h3{margin-bottom:.35rem;color:var(--color-primary-dark);font-size:1rem;line-height:1.25}.trustee-card p{margin-bottom:0;color:#555;font-weight:600}.trustee-card--featured{border-bottom:4px solid var(--color-accent)}}@media(max-width:560px){.trustee-grid{grid-template-columns:1fr}}.contact-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.contact-main,.contact-sidebar{min-width:0}.contact-panel,.contact-card{background:#fff;border-radius:18px;padding:1.6rem;box-shadow:0 8px 28px #00000012;margin-top:1.5rem}.contact-card:first-child{margin-top:0}.contact-panel h3,.contact-card h3{color:var(--color-primary-dark)}.contact-panel ul,.contact-card ul{padding-left:1.3rem}.contact-panel li,.contact-card li{margin-bottom:.6rem;line-height:1.6}.contact-email{margin:1rem 0}.contact-note{font-size:.92rem;color:#666}@media(max-width:900px){.contact-layout{grid-template-columns:1fr}}.section h1{font-size:clamp(2.2rem,4vw,3.4rem);color:var(--color-primary-dark);margin-bottom:1rem}.section h2{color:var(--color-primary-dark);margin-bottom:1rem}.section>.container>p{max-width:820px;color:#3f4d57;font-size:1.05rem}.section--soft{background:linear-gradient(180deg,#f7fbff,#eef5fb)}.card,.gallery-card,.project-card,.trustee-card,.contact-card,.contact-panel{transition:transform .25s ease,box-shadow .25s ease}.card:hover,.gallery-card:hover,.project-card:hover,.trustee-card:hover{transform:translateY(-4px);box-shadow:0 12px 34px #0000001a}.btn{border:none;cursor:pointer}.btn--primary{background:linear-gradient(135deg,#1f5f8b,#154766);color:#fff;box-shadow:0 6px 18px #1f5f8b38}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 9px 24px #1f5f8b47}.btn--secondary{background:#fff;color:var(--color-primary-dark);border:1px solid var(--color-border)}.btn--secondary:hover{background:#eef5fb}.site-header{box-shadow:0 4px 18px #0000000a}.site-nav a{white-space:nowrap}@media(max-width:900px){.site-nav{gap:.75rem}.logo-wrap img{width:64px;height:64px}.logo-wrap span{font-size:1.05rem}}main p{line-height:1.75}main ul{line-height:1.75}main li{margin-bottom:.5rem}.trustee-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2rem}.trustee-grid .trustee-card{background:#fff;border-radius:18px;overflow:hidden;text-align:center;box-shadow:0 8px 28px #00000012;border:1px solid rgba(0,0,0,.04)}.trustee-grid .trustee-card>img,.trustee-card.trustee-card--featured>img{width:50%!important;max-width:50%!important;height:220px!important;min-height:220px!important;max-height:220px!important;object-fit:cover!important;object-position:center top!important;display:block!important;margin:1.25rem auto 0!important;border-radius:12px!important;background:#eef5fb!important}.trustee-card__body{padding:1.15rem}.trustee-card__body h3{margin-bottom:.35rem;color:var(--color-primary-dark);font-size:1rem;line-height:1.25}.trustee-card__body p{margin-bottom:0;color:#555;font-weight:600}@media(max-width:1100px){.trustee-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.trustee-grid{grid-template-columns:repeat(2,1fr)}.trustee-grid .trustee-card>img,.trustee-card.trustee-card--featured>img{width:60%!important;max-width:60%!important;height:220px!important;min-height:220px!important;max-height:220px!important}}@media(max-width:560px){.trustee-grid{grid-template-columns:1fr}.trustee-grid .trustee-card>img,.trustee-card.trustee-card--featured>img{width:65%!important;max-width:65%!important;height:240px!important;min-height:240px!important;max-height:240px!important}}
