.site-header{z-index:200;border-radius:8px;width:calc(100% - 2rem);max-width:1200px;padding:.6rem 1.5rem;position:fixed;top:12px;left:50%;transform:translate(-50%)}.header-content{justify-content:space-between;align-items:center;gap:1rem;padding:0;display:flex}.logo-container img{width:auto;height:50px}.main-nav{align-items:center;gap:1.5rem;display:flex}.nav-link{color:var(--text-dark);padding:.3rem 0;font-size:.9rem;font-weight:500;position:relative}.nav-link:after{content:"";background:var(--green-main);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover:after{width:100%}.nav-link:hover{color:var(--green-main)}.nav-toggle{cursor:pointer;z-index:300;background:0 0;border:none;flex-direction:column;gap:5px;padding:.4rem;display:none}.nav-toggle span{background:var(--text-dark);width:24px;height:2px;transition:var(--transition);border-radius:2px;display:block}.nav-toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:768px){.site-header{border-radius:0 0 12px 12px;width:100%;max-width:100%;padding:.75rem 1rem;top:0;left:0;transform:none}.nav-toggle{display:flex}.main-nav{background:var(--white);z-index:250;flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:75%;max-width:300px;height:100vh;padding:2rem;transition:right .35s cubic-bezier(.25,.8,.25,1);position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #00000026}.main-nav.mobile-open{right:0}.nav-link{font-size:1.1rem}.nav-overlay{z-index:240;background:#0006;display:none;position:fixed;inset:0}.nav-overlay.active{display:block}}.hero-section{align-items:center;min-height:100svh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-background-slider{z-index:0;background-color:#000;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(90deg,#0f4c3abf 0%,#0f4c3a40 100%);position:absolute;inset:0}.slider-image{opacity:0;background-position:50%;background-size:cover;transition:opacity 1.5s ease-in-out,transform 5s linear;position:absolute;inset:0;transform:scale(1.05)}.slider-image.active{opacity:1;transform:scale(1)}.hero-content{z-index:2;width:100%;position:relative}.hero-text-box h1{color:var(--white);font-size:var(--text-hero);text-shadow:0 4px 20px #0000004d;margin-bottom:1.5rem;line-height:1.15}.hero-text-box h1 span{font-size:clamp(1.5rem,5vw,2.8rem)}.hero-subtitle{font-size:var(--text-lg);opacity:.9;max-width:600px;margin-bottom:2.5rem;font-weight:300}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}@media (max-width:480px){.hero-section{min-height:100svh;padding-top:90px}.hero-actions{justify-content:center}.hero-actions .btn{width:100%;max-width:280px}}.missions-section{padding:var(--space-2xl) 0;z-index:2;background-color:#f9f9f9;position:relative}.missions-card{padding:var(--space-xl);gap:var(--space-xl);background:#fff;border-radius:15px;grid-template-columns:auto 1fr;align-items:center;display:grid;box-shadow:0 10px 30px #0000001a}.missions-card h2{font-size:var(--text-4xl);color:#282828;white-space:nowrap;font-weight:900}.missions-grid{gap:var(--space-lg);grid-template-columns:1fr 1fr;display:grid}.mission-item{align-items:flex-start;gap:.75rem;display:flex}.mission-icon{background-color:var(--green-main);color:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:.4rem;display:flex}.mission-item p{font-size:var(--text-xs);color:#555;line-height:1.5}@media (max-width:900px){.missions-card{text-align:center;grid-template-columns:1fr}.missions-card h2{white-space:normal}}@media (max-width:600px){.missions-grid{grid-template-columns:1fr}.mission-item{text-align:left}}.vision-objectifs-section{padding:var(--space-2xl) 0;color:#fff;background-position:50%;background-size:cover;margin-top:0;position:relative}.vision-objectifs-section .overlay{z-index:1;background:#32281ed9;position:absolute;inset:0}.vision-objectifs-section .container{z-index:2;position:relative}.vision-objectifs-grid{gap:var(--space-xl);grid-template-columns:1fr 1fr;display:grid}@media (max-width:768px){.vision-objectifs-grid{gap:var(--space-lg);grid-template-columns:1fr}}.about-event{padding:var(--space-2xl) 0;background:var(--white)}.about-event-grid{gap:var(--space-xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.about-event-grid h2{font-size:var(--text-3xl);color:#282828;margin-bottom:1rem;font-weight:800}.about-event-grid p{font-size:var(--text-base);color:#444;margin-bottom:1.5rem;line-height:1.8}.editorial-block{max-width:720px}.editorial-block p{margin-bottom:1rem}.editorial-block blockquote{border-left:4px solid var(--green-main);color:#183b2d;font-family:var(--font-heading);font-size:var(--text-lg);margin:1.5rem 0;padding:.15rem 0 .15rem 1rem;font-weight:700;line-height:1.45}.editorial-block.dark blockquote{color:#fff;border-left-color:#f1c40f}@media (max-width:768px){.about-event-grid{grid-template-columns:1fr}.about-event-grid .event-image{order:-1}}.pourquoi-projet{padding:var(--space-2xl) 0;background-color:var(--green-main);color:#fff}.pourquoi-grid{gap:var(--space-xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.pourquoi-grid h2{color:#fff;font-size:var(--text-3xl);margin-bottom:1.5rem}.pourquoi-grid img{object-fit:cover;border-radius:0 0 0 80px;width:100%;box-shadow:0 20px 40px #0003}@media (max-width:768px){.pourquoi-grid{grid-template-columns:1fr}.pourquoi-grid img{border-radius:0 0 0 40px;max-height:300px}.pourquoi-grid .text-side{order:-1}}.nos-projets{padding:var(--space-2xl) 0;background:#f9f9f9}.projets-grid{gap:var(--space-xl);grid-template-columns:1fr 1fr;display:grid}.project-card{padding:var(--space-lg);border:1px solid var(--green-main);background:#fff;border-radius:10px;margin-bottom:.75rem}.project-card h3{color:#282828;font-size:var(--text-base);text-transform:uppercase;margin-bottom:.75rem;font-weight:800}.project-card p{color:#555;font-size:var(--text-xs);margin-bottom:1.25rem;line-height:1.6}.project-images{gap:.4rem;display:grid}.project-images.cols-3{grid-template-columns:repeat(3,1fr)}.project-images.cols-4{grid-template-columns:repeat(4,1fr)}.project-images img{object-fit:cover;border-radius:4px;width:100%;height:90px}@media (max-width:768px){.projets-grid{grid-template-columns:1fr}.project-images.cols-4{grid-template-columns:repeat(2,1fr)}.project-images img{height:110px}}@media (max-width:480px){.project-images.cols-3,.project-images.cols-4{grid-template-columns:repeat(2,1fr)}}.section-eyebrow{text-transform:uppercase;color:#666;font-size:var(--text-xs);letter-spacing:1.5px;margin-bottom:.5rem;font-weight:700}.section-title{font-size:var(--text-3xl);color:#282828;margin-bottom:.75rem;font-weight:900}.section-subtitle{color:#555;font-size:var(--text-base)}.about-hero-bg{padding:calc(var(--space-2xl) + 4rem) 0 var(--space-2xl) 0;color:#fff;background-position:50%;background-size:cover;margin-top:-6rem;position:relative}.ciae-grid{gap:var(--space-xl);grid-template-columns:1fr 2fr;align-items:start;display:grid}.decouvrez-grid{gap:var(--space-xl);grid-template-columns:1fr 1fr;display:grid}@media (max-width:900px){.ciae-grid{grid-template-columns:1fr}}@media (max-width:768px){.decouvrez-grid{grid-template-columns:1fr}}.footer-grid{gap:var(--space-xl);padding-bottom:var(--space-xl);margin-bottom:var(--space-lg);border-bottom:1px solid #222;grid-template-columns:1.5fr 1fr 1fr;display:grid}.footer-social{margin-top:var(--space-md);flex-wrap:wrap;gap:10px;display:flex}.footer-social-btn{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.footer-nav-list{padding:0;list-style:none}.footer-nav-list li{margin-bottom:12px}.footer-nav-list a{color:#aaa;font-size:var(--text-sm);transition:color .2s}.footer-nav-list a:hover{color:var(--secondary-color)}.footer-heading{color:#fff;margin-bottom:1.5rem;font-size:1.05rem;font-weight:700}.site-footer-dark{color:#fff;background:#07140f;padding:4rem 0 2rem}.contact-form label{color:#24362d;gap:.5rem;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:grid}.contact-form input,.contact-form textarea{color:#1e2f28;font:inherit;resize:vertical;background:#f6faf7;border:1px solid #0f4c3a29;border-radius:6px;width:100%;padding:.85rem 1rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--green-main);outline:none;box-shadow:0 0 0 3px #10893e1f}@media (max-width:900px){.footer-grid{gap:var(--space-lg);grid-template-columns:1fr 1fr}}@media (max-width:600px){.footer-grid{gap:var(--space-lg);grid-template-columns:1fr}}.main-content{padding-top:0}.gallery-grid{gap:var(--space-sm);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}@media (max-width:480px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}.contact-grid{gap:var(--space-xl);grid-template-columns:1fr 1.5fr;align-items:start;display:grid}@media (max-width:768px){.contact-grid{grid-template-columns:1fr}}.construction-banner{color:#fff;text-align:center;font-size:var(--text-xs);letter-spacing:.5px;z-index:1000;background:linear-gradient(90deg,#10893e 0%,#1a6b2e 50%,#10893e 100%);flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding:10px 1rem;font-weight:600;display:flex;position:relative;box-shadow:0 2px 10px #0003}.section-pad{padding:var(--space-2xl) 0}.section-pad-sm{padding:var(--space-xl) 0}.hero-kicker{color:#f1c40f;font-size:var(--text-xs);letter-spacing:.16em;text-transform:uppercase;margin-bottom:1rem;font-weight:800}.hero-text-box{max-width:980px;margin:0 auto}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.section-eyebrow.light{color:#f1c40f}.vision-objectifs-grid h2{color:#fff;font-size:var(--text-2xl);margin-bottom:1rem}.vision-objectifs-grid p,.pourquoi-grid p{line-height:1.8}.vision-objectifs-grid p{color:#ffffffe0}.pourquoi-grid p{color:#ffffffe6;margin-bottom:1rem}.event-image img{object-fit:cover;border-radius:8px;width:100%;box-shadow:0 24px 60px #0f4c3a2e}.logo-showcase{background:radial-gradient(circle at 20% 15%,#f1c40f33,#0000 34%),linear-gradient(145deg,#f8fbf5,#e6f3ea);border:1px solid #0f4c3a1f;border-radius:8px;padding:clamp(1.5rem,5vw,3rem);box-shadow:0 24px 60px #0f4c3a29}.logo-showcase img{box-shadow:none;object-fit:contain;max-height:420px;margin:0 auto}.who-we-are{border-left:4px solid var(--green-main);background:#f6faf7;border-radius:8px;margin:1.5rem 0;padding:1.25rem}.who-we-are p:last-child{margin-bottom:0}.section-intro{text-align:center;margin-bottom:var(--space-xl)}.project-shell{min-width:0}.project-card{border:1px solid #10893e38;border-radius:8px;min-height:260px;transition:transform .25s,box-shadow .25s,border-color .25s;box-shadow:0 12px 34px #0f4c3a12}.project-card:hover{border-color:#10893e8c;transform:translateY(-3px);box-shadow:0 18px 46px #0f4c3a21}.project-kicker{letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:var(--green-main)!important;margin-bottom:.7rem!important;font-size:.75rem!important}.text-link{color:var(--green-main);align-items:center;gap:.35rem;font-size:.9rem;font-weight:800;display:inline-flex}.text-link:hover{gap:.65rem}.project-images{overflow:hidden}.project-images img{transition:transform .35s,filter .35s}.project-images img:hover{filter:saturate(1.08)contrast(1.04);transform:scale(1.04)}.section-row{justify-content:space-between;align-items:end;gap:var(--space-lg);margin-bottom:var(--space-xl);display:flex}.impact-section{color:#fff;padding:var(--space-2xl) 0;background:#0f2f25}.impact-section .section-title{color:#fff}.impact-section .section-subtitle{color:#ffffffbf;max-width:680px}.impact-grid{gap:var(--space-xl);grid-template-columns:1.2fr 1fr;align-items:center;display:grid}.impact-cards{gap:1rem;display:grid}.impact-cards div{background:#ffffff14;border:1px solid #ffffff24;border-radius:8px;padding:1.3rem}.impact-cards strong{color:#f1c40f;font-family:var(--font-heading);font-size:var(--text-3xl);margin-bottom:.45rem;line-height:1;display:block}.impact-cards span{color:#fffc;font-size:var(--text-sm)}.impact-cards.compact{margin-top:1.25rem}.impact-cards.compact div{background:#f6faf7;border-color:#0f4c3a1f}.impact-cards.compact strong{color:var(--green-main);font-size:var(--text-2xl)}.impact-cards.compact span{color:#5c6f65}.countries-section{padding:var(--space-2xl) 0;background:#f7faf4;overflow:hidden}.countries-marquee{padding:.5rem 0 1rem;position:relative;overflow:hidden}.countries-marquee:before,.countries-marquee:after{content:"";z-index:2;width:96px;height:100%;position:absolute;top:0}.countries-marquee:before{background:linear-gradient(90deg,#f7faf4,#f7faf400);left:0}.countries-marquee:after{background:linear-gradient(270deg,#f7faf4,#f7faf400);right:0}.countries-track{gap:1rem;width:max-content;animation:34s linear infinite countriesSlide;display:flex}.countries-marquee:hover .countries-track{animation-play-state:paused}.country-card{color:#183b2d;font-family:var(--font-heading);text-align:center;background:#fff;border:1px solid #0f4c3a1f;border-radius:8px;flex-direction:column;flex:0 0 210px;justify-content:center;align-items:center;gap:.8rem;min-height:148px;padding:1rem;font-size:.9rem;font-weight:800;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 10px 26px #0f4c3a0f}.country-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0f4c3a1f}.country-card img{aspect-ratio:4/3;object-fit:cover;border-radius:6px;width:92px;box-shadow:0 10px 24px #00000024}@keyframes countriesSlide{0%{transform:translate(0)}to{transform:translate(calc(-50% - .5rem))}}.expanded-impact .section-intro{text-align:left}.expanded-impact .section-title{max-width:720px}.impact-list-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.impact-list-card{background:#ffffff14;border:1px solid #ffffff24;border-radius:8px;align-items:flex-start;gap:.85rem;min-height:96px;padding:1.15rem;display:flex}.impact-list-card span{color:#0f2f25;background:#f1c40f;border-radius:4px;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font-weight:900;display:inline-flex}.impact-list-card p{color:#ffffffdb;font-size:.96rem;line-height:1.55}.impact-stats-grid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.impact-stat-card{background:linear-gradient(#ffffff1f,#ffffff0e);border:1px solid #ffffff24;border-radius:8px;min-height:190px;padding:clamp(1rem,2vw,1.2rem);transition:transform .25s,border-color .25s,background .25s;position:relative;overflow:hidden}.impact-stat-card:after{content:"";background:#f1c40f;width:100%;height:4px;position:absolute;bottom:0;left:0}.impact-stat-card:hover{background:linear-gradient(#ffffff29,#ffffff13);border-color:#f1c40f8c;transform:translateY(-5px)}.impact-stat-card strong{color:#f1c40f;font-family:var(--font-heading);overflow-wrap:anywhere;white-space:nowrap;max-width:100%;margin-bottom:.9rem;font-size:clamp(1.45rem,3.2vw,2.55rem);line-height:1;display:block}.impact-stat-card p{color:#ffffffd1;font-size:clamp(.82rem,1.5vw,.92rem);line-height:1.55}.home-cta-section{padding:var(--space-xl) 0;background:#fff}.home-cta-grid{align-items:center;gap:var(--space-lg);grid-template-columns:1fr auto;display:grid}.home-cta-grid .section-title{font-size:var(--text-2xl);max-width:760px}.partners-section{padding:0 0 var(--space-2xl);background:#f9fbf9}.partners-card{align-items:center;gap:var(--space-lg);padding:var(--space-lg);background:#fff;border:1px solid #0f4c3a1f;border-radius:8px;grid-template-columns:.55fr 1fr;display:grid;overflow:hidden;box-shadow:0 16px 44px #0f4c3a14}.partners-card img{border-radius:8px;width:100%}.partners-copy .section-title{margin-bottom:0}.news-section{padding:var(--space-2xl) 0;background:#fff}.news-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.news-card{background:#fff;border:1px solid #0f4c3a1f;border-radius:8px;overflow:hidden;box-shadow:0 14px 36px #0f4c3a14}.news-card img{aspect-ratio:4/3;object-fit:cover;width:100%}.news-card div{padding:1.25rem}.news-card p{color:var(--green-main);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.6rem;font-size:.75rem;font-weight:800}.news-card h3{color:#1e2f28;margin-bottom:.75rem;font-size:1.05rem}.news-card span{color:#5c6f65;font-size:.9rem;line-height:1.6;display:block}.reveal-card{animation:.7s both fadeInUp}.page-hero{color:#fff;background-color:#0000;background-image:linear-gradient(135deg,#0f4c3af2,#10893ed1),url(/images/hands-cupping-plant-save-environment-campaign1-scaled.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:11rem 0 5rem}.page-hero h1{color:#fff;font-size:var(--text-4xl);margin-bottom:1rem}.page-hero p{color:#ffffffdb;max-width:760px}.content-grid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.article-link{color:inherit;text-decoration:none;display:block}.premium-card{background:#fff;border:1px solid #0f4c3a1f;border-radius:8px;overflow:hidden;box-shadow:0 14px 36px #0f4c3a14}.premium-card-body{padding:var(--space-lg)}.premium-card img{aspect-ratio:16/10;object-fit:cover;width:100%}.phase-list{gap:.75rem;margin-top:1.25rem;display:grid}.phase-list div{background:#f6faf7;border:1px solid #10893e24;border-radius:8px;padding:1rem}.phase-list strong{color:var(--green-main);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.35rem;font-size:.72rem;display:block}.phase-list span{color:#40564b;font-size:.92rem;line-height:1.6;display:block}.candidature-hero{background-image:linear-gradient(135deg,#0f4c3af2,#10893eb3),url(/images/WhatsApp-Image-2025-06-06-at-10.09.31-2.jpeg)}.compact-page-hero{padding:9rem 0 4rem}.candidature-grid{align-items:start;gap:var(--space-xl);grid-template-columns:.8fr 1.2fr;display:grid}.candidature-section{padding-top:var(--space-xl)}.application-card p{color:#40564b;margin-bottom:1.25rem;line-height:1.8}.conditions-list{color:#40564b;gap:.85rem;margin-bottom:1.5rem;padding-left:0;line-height:1.7;list-style:none;display:grid}.conditions-list li{padding-left:1.25rem;position:relative}.conditions-list li:before{content:"";background-color:var(--green-main);border-radius:50%;width:6px;height:6px;position:absolute;top:.65em;left:0}.application-card .btn{margin-top:.5rem}.program-card .section-title{font-size:1.7rem}.program-list{gap:.85rem;margin-top:1.25rem;display:grid}.program-date-item{color:#40564b;background:#f6faf7;border:1px solid #10893e24;border-radius:8px;grid-template-columns:1fr;align-items:start;gap:.45rem;padding:1rem;line-height:1.6;display:grid}.program-date-item span{color:#40564b;font-size:.9rem;display:block}.program-date-item strong{color:var(--green-main);font-family:var(--font-heading);font-size:1rem;font-weight:800;display:inline-flex}.form-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.candidature-form .premium-card-body{padding:var(--space-xl)}.form-note{color:#5c6f65;margin-top:1rem;font-size:.9rem;line-height:1.6}.form-note a,.footer-social-link{color:var(--secondary-color);font-weight:800}.footer-community{margin-top:1.5rem}.footer-community .footer-heading{margin-bottom:.55rem}.footer-community p{color:#b6c5bd;margin-bottom:.9rem;font-size:.92rem;line-height:1.6}.footer-social-list{align-items:center;gap:.5rem;margin-top:.25rem;display:inline-flex}.footer-social-btn{color:#07140f;background:#fff;font-size:1.1rem;font-weight:900}.footer-social-btn img{width:18px;height:18px}.footer-social-btn:hover{background:var(--secondary-color);color:#fff;transform:translateY(-2px)}.btn:disabled{cursor:not-allowed;filter:grayscale(.2);opacity:.65;transform:none}.support-actions{justify-content:flex-start;margin-top:1.5rem}.team-section{background:#fdfdfd}.president-word-container{gap:var(--space-xl);margin-bottom:var(--space-2xl);padding:var(--space-xl);background:#fff;border:1px solid #0f4c3a1f;border-radius:8px;grid-template-columns:.8fr 1.2fr;display:grid;overflow:hidden;box-shadow:0 16px 44px #0f4c3a14}.president-header{padding-right:var(--space-lg);border-right:1px solid #0f4c3a1a}.president-photo{object-fit:cover;aspect-ratio:1;border-radius:8px;width:100%;max-width:320px;margin-bottom:1.5rem;box-shadow:0 12px 30px #0f4c3a1a}.president-titles{color:#40564b;margin-top:1rem;font-size:.95rem;line-height:1.6}.president-titles strong{color:var(--green-main);margin-bottom:.25rem;font-size:1.1rem;display:block}.president-content p{color:#40564b;margin-bottom:1.25rem;line-height:1.8}.president-content blockquote{border-left:4px solid var(--green-main);color:#183b2d;font-family:var(--font-heading);background:#10893e0a;margin:1.5rem 0;padding:1.25rem;font-size:1.2rem;font-style:italic;font-weight:800}.president-stats-highlight{color:#fff;background:#0f2f25;border-radius:8px;margin:2rem 0;padding:1.5rem}.president-stats-highlight h3{color:#f1c40f;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem;font-size:1.1rem}.president-stats-highlight p{color:#ffffffe0;font-size:.95rem;line-height:1.7}.committee-grid-section .section-title{margin-bottom:var(--space-xl)}.team-grid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid}.team-card{text-align:center;background:#fff;border:1px solid #0f4c3a1a;border-radius:8px;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem 1.5rem;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 10px 24px #0f4c3a0d}.team-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #0f4c3a17}.team-avatar-img{object-fit:cover;border:4px solid #fff;border-radius:50%;width:120px;height:120px;transition:transform .3s;box-shadow:0 4px 16px #0f4c3a26}.team-card:hover .team-avatar-img{transform:scale(1.05)}.team-info h3{color:#1e2f28;margin-bottom:.4rem;font-size:1.1rem}.team-info p{color:#5c6f65;font-size:.9rem;font-weight:600;line-height:1.5}.queens-grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.queen-card{background:#fff;border:1px solid #0f4c3a1f;border-radius:8px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 14px 32px #0f4c3a0f}.queen-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px #0f4c3a1f}.queen-avatar-placeholder{aspect-ratio:1;color:#40564b;font-family:var(--font-heading);background:linear-gradient(135deg,#f1c40f26,#10893e26);justify-content:center;align-items:center;width:100%;font-size:4rem;font-weight:800;display:flex}.queen-info{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1.5rem;display:flex}.queen-year{color:#0f2f25;font-family:var(--font-heading);letter-spacing:.05em;background:#f1c40f;border-radius:4px;padding:.35rem .85rem;font-size:.85rem;font-weight:800}.queen-name{color:#1e2f28;margin-top:.5rem;font-size:1.3rem}.queen-title{color:#5c6f65;font-size:.95rem;line-height:1.5}@media (max-width:768px){.section-row{flex-direction:column;align-items:start}.impact-grid,.impact-list-grid,.impact-stats-grid,.news-grid,.content-grid,.form-grid,.home-cta-grid,.partners-card,.president-word-container,.team-grid,.queens-grid{grid-template-columns:1fr}.president-header{padding-bottom:var(--space-lg);border-bottom:1px solid #0f4c3a1a;border-right:none;padding-right:0}.candidature-grid{flex-direction:column-reverse;display:flex}.home-cta-grid{align-items:start}}@media (max-width:560px){.countries-marquee:before,.countries-marquee:after{width:40px}.country-card{flex-basis:160px;min-height:132px;font-size:.78rem}.country-card img{width:78px}.impact-stat-card{min-height:auto}.impact-stat-card strong{font-size:clamp(1.65rem,9vw,2.35rem)}}@media (min-width:769px) and (max-width:1100px){.impact-stats-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1101px) and (max-width:1240px){.impact-stat-card strong{font-size:clamp(1.35rem,2.4vw,2.1rem)}}
