.header{position:relative;background-color:var(--primary-white);box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.header-logo{cursor:pointer;transition:transform .3s}.header-logo:hover{transform:scale(1.05)}.footer-logo{margin-bottom:1rem}.footer-logo .logo-title{color:var(--primary-green)}.footer-logo .logo-tagline{color:var(--text-light);opacity:.9}.nav-menu{display:flex;gap:2rem;list-style:none;align-items:center}.nav-menu a{color:var(--text-dark);font-weight:500;transition:color .3s}.nav-menu a:hover{color:var(--primary-green)}.btn-partner-nav{background-color:var(--accent-orange);color:white;padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:600;transition:transform .3s,background-color .3s;text-decoration:none;display:inline-block}.btn-partner-nav:hover{background-color:#E55A2B;transform:translateY(-2px);color:white}.hero{position:relative;color:white;padding:6rem 2rem;text-align:center;overflow:hidden;min-height:600px;display:flex;align-items:center;justify-content:center}.hero-gallery-background{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:0}.hero-gallery-background:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.2);z-index:1}.hero-gallery-background .gallery-container{height:100%;border-radius:0;box-shadow:none}.hero-gallery-background .gallery-arrow,.hero-gallery-background .gallery-dots,.hero-gallery-background .gallery-play-pause,.hero-gallery-background .gallery-slide-overlay{display:none}.gallery-loading{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-green) 0,var(--dark-green) 100%)}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-content{position:relative;max-width:800px;margin:0 auto;z-index:2;text-shadow:2px 2px 12px rgba(0,0,0,.8)}.hero h1{font-size:3.5rem;margin-bottom:1.5rem;line-height:1.1}.hero-subtitle{font-size:1.3rem;margin-bottom:2.5rem;opacity:.95;font-weight:400}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:4rem}.btn-primary{background-color:rgba(255,140,60,.3);color:white;padding:1rem 2.5rem;border-radius:8px;border:2px solid rgba(255,140,60,.9);font-size:1.1rem;font-weight:600;transition:all .3s;text-decoration:none;display:inline-block}.btn-primary:hover{background-color:rgba(255,140,60,.5);border-color:rgb(255,140,60);transform:translateY(-2px);color:white}.btn-secondary{background-color:white;color:var(--primary-green);padding:1rem 2.5rem;border-radius:8px;border:2px solid white;font-size:1.1rem;font-weight:600;transition:all .3s}.btn-secondary:hover{background-color:transparent;color:white;transform:translateY(-2px)}.stats{background-color:var(--light-green);padding:4rem 2rem}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;text-align:center}.stat-item h3{font-size:3rem;color:var(--primary-green);margin-bottom:.5rem}.stat-item p{font-size:1.1rem;color:var(--text-gray)}.mission{padding:5rem 2rem;background-color:white}.mission-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{text-align:center;font-size:1.2rem;color:var(--text-gray);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.crisis{background:linear-gradient(135deg,#FFF5F0,#FFE8DC);padding:5rem 2rem;border-top:4px solid var(--accent-orange);border-bottom:4px solid var(--accent-orange)}.crisis-container{max-width:1200px;margin:0 auto}.crisis-content{margin-top:2rem}.crisis-text{background-color:white;padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.crisis-text p{font-size:1.15rem;line-height:1.8;color:var(--text-dark);margin-bottom:1.5rem}.crisis-text p:last-child{margin-bottom:0}.crisis-text strong{color:var(--accent-orange);font-weight:700}.crisis-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.crisis-stat{background-color:white;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.08);border-left:4px solid var(--accent-orange);transition:transform .3s}.crisis-stat:hover{transform:translateY(-5px)}.crisis-stat-number{font-size:2.5rem;font-weight:700;color:var(--accent-orange);margin-bottom:.5rem}.crisis-stat-label{font-size:1rem;color:var(--text-gray);line-height:1.4}.crisis-footer{background-color:rgba(255,255,255,.7);padding:2rem;border-radius:12px;text-align:center}.crisis-footer p{font-size:1.15rem;line-height:1.7;color:var(--text-dark);margin-bottom:1rem}.crisis-sources{font-size:.95rem!important;color:var(--text-gray)!important;margin-bottom:0!important}.programs{background-color:#F9F9F9;padding:5rem 2rem}.programs-grid{max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin:3rem auto 0}.program-card{background-color:white;border-radius:12px;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s}.program-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.program-icon{font-size:3rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;color:var(--primary-green)}.program-icon ion-icon{width:3rem;height:3rem}.program-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-green)}.program-card p{color:var(--text-gray);line-height:1.7}.gallery-section{padding:5rem 2rem;background-color:var(--text-dark);color:white}.gallery-section .section-title{color:white}.gallery-section .section-subtitle{color:rgba(255,255,255,.8)}.gallery-wrapper{max-width:1200px;margin:2rem auto 0}.help{padding:5rem 2rem;background:linear-gradient(135deg,var(--primary-green) 0,var(--dark-green) 100%);color:white}.help-grid{max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin:3rem auto 0}.help-card{background-color:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;text-align:center;transition:background-color .3s,transform .3s;border:1px solid rgba(255,255,255,.2)}.help-card:hover{background-color:rgba(255,255,255,.15);transform:translateY(-5px)}.help-icon{font-size:3.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;color:var(--accent-orange)}.help-icon ion-icon{width:3.5rem;height:3.5rem}.help-card h3{font-size:1.5rem;margin-bottom:1rem}.help-card p{margin-bottom:1.5rem;opacity:.9}.btn-help{background-color:white;padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:600;transition:transform .3s;text-decoration:none;display:inline-block}.btn-help,.btn-help:hover{color:var(--primary-green)}.btn-help:hover{transform:scale(1.05)}.team{padding:5rem 2rem;background-color:#F9F9F9}.team-grid{max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin:3rem auto 0}.team-member{background-color:white;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s}.team-member:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.team-member-image{width:200px;height:200px;border-radius:50%;object-fit:cover;margin:0 auto 1.5rem;border:4px solid var(--primary-green);box-shadow:0 4px 12px rgba(0,0,0,.1)}.team-member-name{font-size:1.5rem;margin-bottom:.5rem;color:var(--primary-green)}.team-member-role{font-size:1rem;color:var(--text-gray);font-style:italic}.team-placeholder{grid-column:1/-1;text-align:center;color:var(--text-gray);font-size:1.1rem;padding:3rem}.stories{padding:5rem 2rem;background-color:white}.stories-grid{max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin:3rem auto 0}.story-card{background-color:#F9F9F9;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .3s}.story-card:hover{transform:translateY(-5px)}.story-image{width:100%;height:250px;background:linear-gradient(135deg,var(--light-green) 0,var(--primary-green) 100%);display:flex;align-items:center;justify-content:center;font-size:5rem}.story-content{padding:2rem}.story-content h3{font-size:1.3rem;margin-bottom:1rem;color:var(--primary-green)}.story-content p{color:var(--text-gray);line-height:1.7}.story-quote{font-style:italic;border-left:4px solid var(--accent-orange);padding-left:1rem;margin:1rem 0}.footer{background-color:var(--text-dark);color:var(--text-light);padding:3rem 2rem 1rem}.footer-container{max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin:0 auto 2rem}.footer-section h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.2rem}.footer-section a,.footer-section p{color:var(--text-light);opacity:.8;margin-bottom:.5rem;display:block;transition:opacity .3s}.footer-section a:hover{opacity:1;color:var(--accent-orange)}.contact-social{margin-top:1rem}.contact-social-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.contact-social-icon{width:24px;height:24px;border-radius:4px;object-fit:cover}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;opacity:.7}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{display:inline-block;transition:transform .3s}.social-icon{width:40px;height:40px;border-radius:8px;object-fit:cover;transition:transform .3s,box-shadow .3s}.social-link:hover{transform:scale(1.1)}.social-link:hover .social-icon{box-shadow:0 4px 12px rgba(0,0,0,.3)}.menu-toggle{display:none;background:none;border:none;font-size:2.5rem;color:var(--primary-green);cursor:pointer;padding:.75rem;transition:transform .3s ease}.menu-toggle:hover{transform:scale(1.1)}@media (max-width:768px){.nav-container{padding:1rem;position:relative}.menu-toggle{display:block}.nav-menu{position:absolute;top:100%;left:0;right:0;background-color:white;flex-direction:column;gap:0;padding:0;box-shadow:0 4px 12px rgba(0,0,0,.1);max-height:0;overflow:hidden;transition:max-height .3s ease}.nav-menu.active{max-height:400px;padding:1rem 0}.nav-menu li{width:100%;text-align:center;padding:.75rem 0;border-bottom:1px solid var(--border-light)}.nav-menu li:last-child{border-bottom:none}.btn-partner-nav{width:80%;margin:.5rem auto}.hero{padding:4rem 1.5rem;min-height:500px}.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1.05rem;padding:0 1rem}.stat-item h3{font-size:2.5rem}.stat-item p{font-size:1rem}.help-grid,.programs-grid,.stories-grid,.team-grid{grid-template-columns:1fr;gap:1.5rem}.crisis-text p{font-size:1.05rem}.crisis-stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.crisis-stat-number{font-size:2rem}.footer-container{grid-template-columns:1fr;gap:2rem}}@media (max-width:480px){.nav-container{padding:.75rem 1rem}.logo{font-size:1.2rem}.hero{padding:3rem 1rem;min-height:450px}.hero h1{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1rem}.hero-cta{flex-direction:column;gap:.75rem;width:100%}.btn-primary,.btn-secondary{width:100%;padding:.875rem 1.5rem;font-size:1rem}.stats{padding:3rem 1rem}.stats-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-item h3{font-size:2rem}.stat-item p{font-size:.9rem}.crisis,.gallery-section,.help,.mission,.programs,.stories,.team{padding:3rem 1rem}.section-title{font-size:1.75rem;line-height:1.3}.section-subtitle{font-size:1rem;padding:0}.help-card,.program-card,.story-card{padding:1.5rem}.help-icon,.program-icon{font-size:2.5rem}.help-card h3,.program-card h3{font-size:1.3rem}.btn-help{width:100%;padding:.75rem 1.25rem}.crisis-text{padding:1.5rem}.crisis-text p{font-size:1rem}.crisis-stats-grid{grid-template-columns:1fr}.crisis-footer,.crisis-stat{padding:1.5rem}.crisis-footer p{font-size:1rem}.story-image{height:200px;font-size:4rem}.story-content{padding:1.5rem}.story-content h3{font-size:1.2rem}.footer{padding:2rem 1rem 1rem}.footer-section h3{font-size:1.1rem}.footer-section a,.footer-section p{font-size:.9rem}.social-icon{width:35px;height:35px}.contact-social-icon{width:20px;height:20px}}@media (max-width:360px){.hero h1{font-size:1.75rem}.section-title{font-size:1.5rem}.stat-item h3{font-size:1.75rem}.stat-item p{font-size:.85rem}.crisis-stat-number{font-size:1.75rem}.crisis-stat-label{font-size:.9rem}}.feed-africa-logo{display:flex;flex-direction:column;align-items:center;gap:.5rem}.logo-image{width:100%;height:auto;object-fit:contain;border-radius:8px}.logo-tagline{font-weight:600;color:var(--primary-green);letter-spacing:.3px;text-align:center;line-height:1.2}.logo-small .logo-image{max-width:120px}.logo-small .logo-tagline{font-size:.65rem}.logo-medium .logo-image{max-width:220px}.logo-medium .logo-tagline{font-size:.8rem}.logo-large .logo-image{max-width:280px}.logo-large .logo-tagline{font-size:.95rem}@media (max-width:768px){.logo-medium .logo-image{max-width:180px}.logo-medium .logo-tagline{font-size:.75rem}.logo-large .logo-image{max-width:220px}.logo-large .logo-tagline{font-size:.85rem}}@media (max-width:480px){.logo-medium .logo-image{max-width:160px}.logo-medium .logo-tagline{font-size:.7rem}.logo-large .logo-image{max-width:200px}.logo-large .logo-tagline{font-size:.8rem}}.gallery-container{position:relative;width:100%;height:500px;overflow:hidden;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.2)}.gallery-slider{position:relative;width:100%;height:100%}.gallery-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;transform:scale(1);will-change:opacity;overflow:hidden}.gallery-slide-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.gallery-slide.active{opacity:1;animation:zoomIn 1s ease-in-out}@keyframes zoomIn{0%{transform:scale(1.1)}to{transform:scale(1)}}.gallery-slide-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);padding:3rem 2rem 2rem;color:white}.gallery-slide-content h3{font-size:2rem;margin-bottom:.5rem;color:white}.gallery-slide-content p{font-size:1.1rem;opacity:.95;max-width:800px}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:white;border:none;font-size:3rem;width:50px;height:50px;border-radius:50%;cursor:pointer;transition:all .3s;z-index:10;display:flex;align-items:center;justify-content:center;line-height:1}.gallery-arrow:hover{background-color:rgba(255,255,255,.5);transform:translateY(-50%) scale(1.1)}.gallery-arrow-left{left:1.5rem}.gallery-arrow-right{right:1.5rem}.gallery-dots{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.75rem;z-index:10}.gallery-dot{width:12px;height:12px;border-radius:50%;background-color:rgba(255,255,255,.5);border:none;cursor:pointer;transition:all .3s;padding:0}.gallery-dot:hover{background-color:rgba(255,255,255,.8);transform:scale(1.2)}.gallery-dot.active{background-color:white;transform:scale(1.3)}.gallery-play-pause{position:absolute;top:1.5rem;right:1.5rem;background-color:rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:white;border:none;font-size:1.2rem;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .3s;z-index:10;display:flex;align-items:center;justify-content:center}.gallery-play-pause:hover{background-color:rgba(255,255,255,.5);transform:scale(1.1)}@media (max-width:768px){.gallery-container{height:400px;border-radius:12px}.gallery-slide-content h3{font-size:1.5rem}.gallery-slide-content p{font-size:1rem}.gallery-arrow{font-size:2rem;width:40px;height:40px}.gallery-arrow-left{left:1rem}.gallery-arrow-right{right:1rem}.gallery-dots{bottom:1rem}.gallery-dot{width:10px;height:10px}.gallery-play-pause{top:1rem;right:1rem;width:35px;height:35px;font-size:1rem}}@media (max-width:480px){.gallery-container{height:300px}.gallery-slide-overlay{padding:2rem 1rem 1rem}.gallery-slide-content h3{font-size:1.25rem}.gallery-slide-content p{font-size:.9rem}.gallery-arrow{font-size:1.5rem;width:35px;height:35px}.gallery-arrow-left{left:.5rem}.gallery-arrow-right{right:.5rem}.gallery-dots{gap:.5rem}.gallery-dot{width:8px;height:8px}}