:root {
  --navy: #061a34;
  --blue: #0b4dbb;
  --sky: #2ca8df;
  --yellow: #ffd43b;
  --red: #ef3340;
  --ink: #10233d;
  --muted: #5d6b7d;
  --paper: #f6f8fb;
  --white: #fff;
  --line: rgba(16, 35, 61, .13);
  --shadow: 0 24px 70px rgba(6, 26, 52, .14);
  --radius: 24px;
  --container: min(1380px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .18em; }
h1, h2, h3 { margin: 0 0 .6em; font-family: "Arial Black", Arial, sans-serif; letter-spacing: -.035em; line-height: 1.04; }
h1 { font-size: clamp(2.7rem, 7vw, 6.3rem); }
h2 { font-size: clamp(2rem, 4.5vw, 4rem); }
h3 { font-size: clamp(1.3rem, 2.4vw, 2rem); }
p { margin: 0 0 1.2em; }
.container { width: var(--container); margin-inline: auto; }
.narrow { width: min(760px, calc(100vw - 40px)); margin-inline: auto; }
.screen-reader-text, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; inset: 12px auto auto 12px; z-index: 10000; padding: 12px 18px; color: var(--white); background: var(--navy); border-radius: 8px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; color: var(--white); transition: .25s ease; }
.site-header.is-scrolled, body:not(.home) .site-header { background: rgba(6, 26, 52, .96); box-shadow: 0 10px 30px rgba(0,0,0,.12); backdrop-filter: blur(12px); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; width: 205px; flex: 0 0 auto; }
.brand img { width: 100%; height: 76px; object-fit: contain; object-position: left center; }
.primary-nav .menu { display: flex; align-items: center; gap: clamp(13px, 1.35vw, 24px); padding: 0; margin: 0; list-style: none; }
.primary-nav a { position: relative; color: var(--white); font-size: .82rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--yellow); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.primary-nav a:hover::after, .primary-nav .current-menu-item a::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--white); background: transparent; }
.nav-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: currentColor; }
.header-join { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 8px 17px; border: 1px solid var(--yellow); border-radius: 999px; color: var(--navy); background: var(--yellow); font-size: .76rem; font-weight: 900; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.header-join--mobile { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: var(--white); background: var(--navy); }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; pointer-events: none; transition: opacity .9s cubic-bezier(.22,.61,.36,1); }
.hero-slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; }
.hero-slide__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; transform: scale(1.035); transition: transform 8s ease; }
.hero-slide.is-active .hero-slide__image { transform: scale(1); }
.hero-slide__image--speaker { object-position: center 34%; }
.hero-slide__image--crowd { object-position: center 44%; }
.hero-slide__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,37,.96) 0%, rgba(3,17,37,.82) 37%, rgba(3,17,37,.38) 68%, rgba(3,17,37,.25) 100%), linear-gradient(0deg, rgba(3,17,37,.72), transparent 48%); }
.hero-slide__veil::after { content: ""; position: absolute; inset: 0; opacity: .28; background: linear-gradient(145deg, transparent 0 62%, var(--yellow) 62% 63%, var(--red) 63% 65%, var(--yellow) 65% 66%, transparent 66%); }
.hero-slide__content { position: relative; z-index: 2; min-height: 100svh; padding-top: 160px; padding-bottom: 150px; display: grid; align-content: center; justify-items: start; }
.hero .eyebrow { color: var(--yellow); }
.hero h1, .hero h2 { max-width: 980px; margin-bottom: 24px; color: var(--white); font-size: clamp(3.1rem, 7.2vw, 7rem); text-transform: uppercase; text-wrap: balance; }
.hero-lead { max-width: 750px; font-size: clamp(1.08rem, 1.65vw, 1.4rem); color: rgba(255,255,255,.88); text-shadow: 0 2px 18px rgba(0,0,0,.25); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-slide__caption { position: absolute; z-index: 2; right: max(20px, calc((100vw - min(1180px, calc(100vw - 40px))) / 2)); bottom: 46px; display: grid; max-width: 330px; margin: 0; padding-left: 18px; border-left: 3px solid var(--yellow); text-align: right; }
.hero-slide__caption strong { color: var(--yellow); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-slide__caption span { color: rgba(255,255,255,.76); font-size: .82rem; }
.hero-slider__controls { position: absolute; z-index: 4; right: 0; bottom: 42px; left: 0; display: flex; align-items: center; gap: 18px; pointer-events: none; }
.hero-slider__arrows, .hero-slider__dots, .hero-slider__progress { pointer-events: auto; }
.hero-slider__arrows { display: flex; gap: 8px; }
.hero-slider__arrow { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: var(--white); background: rgba(3,17,37,.28); backdrop-filter: blur(10px); font: 800 1.15rem/1 inherit; cursor: pointer; transition: .2s ease; }
.hero-slider__arrow:hover, .hero-slider__arrow:focus-visible { color: var(--navy); background: var(--yellow); border-color: var(--yellow); transform: translateY(-2px); }
.hero-slider__dots { display: flex; align-items: center; gap: 9px; }
.hero-slider__dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.45); cursor: pointer; transition: width .25s ease, background .25s ease; }
.hero-slider__dot.is-active { width: 30px; background: var(--yellow); }
.hero-slider__progress { width: min(180px, 18vw); height: 2px; overflow: hidden; background: rgba(255,255,255,.3); }
.hero-slider__progress span { display: block; width: 100%; height: 100%; background: var(--yellow); transform: scaleX(0); transform-origin: left; }
.hero-slider.is-playing .hero-slider__progress span { animation: hero-progress 7s linear forwards; }
@keyframes hero-progress { to { transform: scaleX(1); } }

.eyebrow { display: inline-block; margin-bottom: 16px; color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid var(--yellow); border-radius: 999px; color: var(--navy); background: var(--yellow); font-weight: 900; text-decoration: none; transition: .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(255,212,59,.22); }
.button--outline { color: var(--white); background: transparent; border-color: rgba(255,255,255,.55); }
.button--blue { color: var(--white); background: var(--blue); border-color: var(--blue); }
.text-link { color: var(--blue); font-weight: 900; text-decoration: none; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.section { padding: clamp(75px, 10vw, 140px) 0; }
.section--paper { background: var(--paper); }
.section--navy { color: var(--white); background: var(--navy); }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr); align-items: end; gap: 55px; margin-bottom: 48px; }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.section--navy .section-head p { color: rgba(255,255,255,.72); }
.manifesto { padding-bottom: 20px; text-align: center; }
.manifesto h2 { max-width: 1050px; margin: 0 auto .8em; font-size: clamp(2.5rem, 6vw, 6.4rem); }
.manifesto-words { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.manifesto-words span { padding: 23px 12px; color: var(--blue); font: 900 clamp(1rem, 2.2vw, 1.75rem)/1 "Arial Black", Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.manifesto-words span + span { border-left: 1px solid var(--line); }
.mission-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(35px, 7vw, 90px); align-items: center; }
.mission-mark { min-height: 540px; overflow: hidden; position: relative; border-radius: var(--radius); color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.mission-mark::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,17,37,.78), transparent 55%); }
.mission-mark img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mission-mark p { position: absolute; z-index: 1; right: 30px; bottom: 22px; left: 30px; margin: 0; color: var(--white); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.principles { display: grid; gap: 16px; }
.principle { padding: 22px 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.principle strong { display: block; color: var(--blue); font-size: 1.05rem; }
.impact-strip { padding: clamp(45px, 6vw, 80px) 0; }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.impact-grid > div { display: grid; gap: 6px; padding: 14px clamp(18px, 3vw, 45px); }
.impact-grid > div + div { border-left: 1px solid var(--line); }
.impact-grid strong { color: var(--blue); font: 900 clamp(2.7rem, 5vw, 5.6rem)/1 "Arial Black", Arial, sans-serif; letter-spacing: -.06em; }
.impact-grid span { color: var(--muted); font-weight: 800; }

.activities-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.activity-card { overflow: hidden; display: flex; flex-direction: column; min-height: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 40px rgba(6,26,52,.08); transition: .25s ease; }
.activity-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.activity-card__media { aspect-ratio: 4/3; overflow: hidden; display: grid; place-items: center; color: var(--white); background: linear-gradient(135deg, var(--blue), var(--sky)); text-decoration: none; }
.activity-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.activity-card__media--poster { background: #081a55; }
.activity-card__media--poster img { object-fit: contain; }
.activity-card:hover img { transform: scale(1.04); }
.activity-card__placeholder { font: 900 5rem/1 "Arial Black", Arial, sans-serif; opacity: .2; }
.activity-card__body { padding: 28px; }
.activity-card__body h3 { font-size: 1.55rem; }
.activity-card__body h3 a { text-decoration: none; }
.activity-card__meta { color: var(--muted); font-weight: 700; }

.next-event { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 32px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.next-event__media { min-height: 560px; background: var(--blue); }
.next-event__media img { width: 100%; height: 100%; object-fit: cover; }
.next-event__body { display: grid; align-content: center; padding: clamp(38px, 6vw, 80px); }
.next-event__body .eyebrow { color: var(--yellow); }
.next-event__body p { color: rgba(255,255,255,.76); font-size: 1.08rem; }
.status-note { display: inline-flex; align-items: center; gap: 10px; width: fit-content; margin: 15px 0 28px; padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.1); font-size: .85rem; font-weight: 900; }
.status-note::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(255,212,59,.14); }

.initiator { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 100px); align-items: center; }
.initiator-portrait { min-height: 520px; display: grid; place-items: center; padding: 45px; position: relative; overflow: hidden; border-radius: var(--radius); background: linear-gradient(145deg, var(--sky), var(--blue)); }
.initiator-portrait img { max-height: 420px; filter: brightness(0) invert(1); opacity: .95; }
.initiator-portrait--photo { padding: 0; background: var(--blue); }
.initiator-portrait--photo img { width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: center 24%; filter: none; opacity: 1; }
.initiator-portrait::after { content: ""; position: absolute; inset: auto 0 0; height: 10px; background: linear-gradient(90deg, var(--sky) 0 52%, var(--yellow) 52% 66%, var(--red) 66% 84%, var(--yellow) 84%); }
.role { color: var(--blue); font-weight: 900; }
.initiative-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 8vw, 110px); align-items: center; }
.initiative-visual { min-height: 620px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.initiative-visual img { width: 100%; height: 100%; object-fit: cover; }
.objective-grid, .profile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.objective-grid article, .profile-grid article { padding: clamp(25px, 3vw, 38px); border-top: 4px solid var(--blue); background: var(--white); box-shadow: 0 14px 42px rgba(6,26,52,.07); }
.objective-grid article > span, .profile-grid article > span { display: inline-block; margin-bottom: 24px; color: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.objective-grid h3, .profile-grid h3 { font-size: 1.42rem; }
.method-band { max-width: 1000px; text-align: center; }
.method-band .eyebrow { color: var(--yellow); }
.method-band p { color: rgba(255,255,255,.76); font-size: 1.12rem; }
.initiator--profile .initiator-portrait { min-height: 690px; }
.source-panel ul { padding-left: 1.2em; }
.source-panel li { margin-bottom: 12px; }
.source-panel a { color: var(--blue); font-weight: 800; }
.values-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 32px 0; }
.values-list p { margin: 0; padding: 22px; border: 1px solid var(--line); }
.values-list strong { color: var(--blue); font-size: 1.1rem; }

.photo-story { overflow: hidden; background: #edf3fb; }
.photo-story__grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(45px, 8vw, 105px); align-items: center; }
.photo-collage { position: relative; min-height: 650px; }
.photo-collage img { position: absolute; object-fit: cover; border: 8px solid var(--white); border-radius: 22px; box-shadow: var(--shadow); }
.photo-collage__main { inset: 0 15% 16% 0; width: 76%; height: 72%; }
.photo-collage__portrait { width: 47%; height: 48%; right: 0; top: 6%; }
.photo-collage__detail { width: 51%; height: 40%; right: 8%; bottom: 0; }

.section--video { color: var(--white); background: linear-gradient(125deg, #031125, var(--navy) 46%, #0b3d91); }
.section--video .eyebrow { color: var(--yellow); }
.section--video p { color: rgba(255,255,255,.76); }
.video-feature { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(42px, 7vw, 90px); align-items: center; }
.video-frame { position: relative; overflow: hidden; padding-top: 56.25%; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: #000; box-shadow: 0 30px 75px rgba(0,0,0,.35); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-lite > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .82; }
.video-lite::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,17,37,.66), rgba(3,17,37,.08)); pointer-events: none; }
.video-lite__play { position: absolute; z-index: 2; inset: 50% auto auto 50%; display: grid; justify-items: center; gap: 10px; padding: 0; border: 0; color: var(--white); background: transparent; transform: translate(-50%, -50%); cursor: pointer; }
.video-lite__play span { width: 76px; height: 76px; display: grid; place-items: center; padding-left: 5px; border-radius: 50%; color: var(--navy); background: var(--yellow); box-shadow: 0 18px 45px rgba(0,0,0,.28); font-size: 1.5rem; transition: .2s ease; }
.video-lite__play:hover span { transform: scale(1.07); }
.video-lite__play strong { font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.text-link--light { color: var(--yellow); }

.media-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 230px; gap: 14px; }
.media-gallery__item { position: relative; overflow: hidden; border-radius: 18px; background: var(--paper); }
.media-gallery__item:nth-child(1), .media-gallery__item:nth-child(6) { grid-column: span 2; grid-row: span 2; }
.media-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.media-gallery__item::after { content: "Voir l’album ↗"; position: absolute; right: 12px; bottom: 12px; padding: 8px 11px; border-radius: 999px; color: var(--white); background: rgba(3,17,37,.76); font-size: .72rem; font-weight: 900; opacity: 0; transform: translateY(6px); transition: .25s ease; }
.media-gallery__item:hover img { transform: scale(1.04); filter: saturate(1.08); }
.media-gallery__item:hover::after { opacity: 1; transform: none; }
.media-gallery__item figcaption { position: absolute; z-index: 2; right: 12px; bottom: 12px; left: 12px; color: var(--white); font-size: .75rem; font-weight: 900; text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.media-gallery--kinshasa { grid-template-columns: 1.4fr .8fr .8fr; grid-auto-rows: 250px; margin-bottom: 70px; }
.media-gallery--kinshasa .media-gallery__item:first-child { grid-row: span 2; grid-column: auto; }
.media-gallery--kinshasa .media-gallery__item:last-child { grid-row: span 2; }
.gallery-title { margin: 45px 0 22px; font-size: clamp(1.45rem, 3vw, 2.2rem); }
.media-gallery--activity { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 220px; margin: 30px 0 12px; }
.media-gallery--activity .media-gallery__item:nth-child(1), .media-gallery--activity .media-gallery__item:nth-child(6) { grid-column: auto; grid-row: auto; }
.gallery-action { margin-top: 30px; text-align: center; }
.activity-lead-image img { width: 100%; max-height: 620px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.activity-lead-image--poster { padding: 28px; border-radius: var(--radius); background: var(--navy); text-align: center; }
.activity-lead-image--poster img { width: auto; max-height: 760px; object-fit: contain; box-shadow: 0 18px 50px rgba(0,0,0,.24); }

.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.post-card { padding: 30px; border-top: 5px solid var(--blue); border-radius: 0 0 20px 20px; background: var(--white); box-shadow: 0 12px 35px rgba(6,26,52,.08); }
.post-card time { color: var(--muted); font-size: .85rem; font-weight: 800; }
.post-card h3 { margin-top: 12px; font-size: 1.45rem; }
.post-card h3 a { text-decoration: none; }
.editorial-news { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; }
.editorial-card { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; background: var(--white); box-shadow: 0 14px 40px rgba(6,26,52,.08); }
.editorial-card--featured { grid-row: span 2; grid-template-columns: 1fr; }
.editorial-card__media { min-height: 240px; overflow: hidden; background: var(--navy); }
.editorial-card--featured .editorial-card__media { min-height: 430px; }
.editorial-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.editorial-card:hover .editorial-card__media img { transform: scale(1.035); }
.editorial-card__body { padding: clamp(24px, 3vw, 38px); }
.editorial-card__meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-bottom: 16px; color: var(--muted); font-size: .73rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.editorial-card__meta span { color: var(--blue); }
.editorial-card h2 { font-size: clamp(1.3rem, 2.2vw, 2.25rem); }
.editorial-card h2 a { text-decoration: none; }
.editorial-card p { color: var(--muted); }
.editorial-news--archive { grid-template-columns: repeat(2, 1fr); }
.editorial-news--archive .editorial-card--featured { grid-column: span 2; grid-row: auto; grid-template-columns: 1.15fr .85fr; }
.section-action { margin-top: 38px; text-align: center; }
.article-lead { width: 100%; max-height: 620px; margin-bottom: 40px; object-fit: cover; box-shadow: var(--shadow); }
.article-body blockquote { margin: 35px 0; padding: 26px 30px; border-left: 5px solid var(--yellow); color: var(--white); background: var(--navy); font-size: 1.2rem; font-weight: 800; }
.pagination { margin-top: 50px; }

.page-hero { padding: 190px 0 100px; color: var(--white); background: linear-gradient(125deg, var(--navy), var(--blue)); }
.page-hero h1 { max-width: 950px; font-size: clamp(2.7rem, 6vw, 5.4rem); }
.page-hero p { max-width: 720px; color: rgba(255,255,255,.8); font-size: 1.2rem; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 65px; }
.prose { font-size: 1.06rem; }
.prose h2 { margin-top: 1.7em; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.prose h3 { margin-top: 1.5em; font-size: 1.35rem; }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: .7em; }
.facts { align-self: start; padding: 28px; border-radius: 18px; background: var(--paper); }
.facts h2 { font-size: 1.3rem; }
.facts dl { margin: 0; }
.facts dt { margin-top: 16px; color: var(--muted); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.facts dd { margin: 2px 0 0; font-weight: 800; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; }
.social-cards { display: grid; gap: 12px; }
.social-card { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; font-weight: 900; text-decoration: none; }
.social-card:hover { color: var(--white); background: var(--blue); border-color: var(--blue); }
.contact-form { padding: 32px; border-radius: var(--radius); background: var(--paper); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 16px; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; padding: 14px 15px; border: 1px solid #cbd3dd; border-radius: 10px; color: var(--ink); background: var(--white); font: inherit; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.notice { margin-bottom: 18px; padding: 14px 16px; border-radius: 12px; font-weight: 700; }
.notice--success { color: #0f5132; background: #d1e7dd; }
.notice--error { color: #842029; background: #f8d7da; }

.site-footer { padding: 80px 0 26px; color: var(--white); background: #031125; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .6fr; gap: 70px; }
.footer-logo { width: 260px; height: 100px; object-fit: contain; object-position: left; }
.footer-statement { max-width: 440px; color: rgba(255,255,255,.68); font-size: 1.12rem; }
.site-footer h2 { font-size: 1rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer .menu, .social-list { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; }
.site-footer a { color: rgba(255,255,255,.78); text-decoration: none; }
.site-footer a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.54); font-size: .85rem; }
.footer-bottom p { margin: 0; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .nav-toggle { display: block; }
  .header-inner > .header-join { display: none; }
  .header-join--mobile { display: inline-flex; margin-top: 28px; }
  .primary-nav { position: fixed; inset: 92px 0 0; display: none; padding: 35px 20px; background: var(--navy); }
  .primary-nav.is-open { display: block; }
  .primary-nav .menu { width: var(--container); margin-inline: auto; flex-direction: column; align-items: flex-start; gap: 20px; }
  .primary-nav a { font-size: 1.35rem; }
  .section-head, .mission-grid, .next-event, .initiator, .content-grid, .contact-grid, .photo-story__grid, .video-feature, .initiative-layout { grid-template-columns: 1fr; }
  .hero-slide__veil { background: linear-gradient(90deg, rgba(3,17,37,.94), rgba(3,17,37,.62)), linear-gradient(0deg, rgba(3,17,37,.76), transparent 50%); }
  .hero-slide__caption { display: none; }
  .activities-grid, .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .photo-collage { min-height: 570px; }
  .media-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .next-event__media { min-height: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .objective-grid, .profile-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-news { grid-template-columns: 1fr; }
  .editorial-card--featured { grid-row: auto; }
}

@media (max-width: 640px) {
  :root { --container: min(100% - 28px, 1180px); }
  .header-inner { min-height: 78px; }
  .brand { width: 178px; }
  .brand img { height: 62px; }
  .primary-nav { inset-block-start: 78px; }
  .hero { min-height: 760px; }
  .hero-slide__content { min-height: 760px; padding-top: 120px; padding-bottom: 135px; }
  .hero h1, .hero h2 { font-size: clamp(2.65rem, 13vw, 4.5rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { margin-top: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-slider__controls { bottom: 28px; gap: 12px; }
  .hero-slider__progress { display: none; }
  .hero-slide__image, .hero-slide__image--speaker, .hero-slide__image--crowd { object-position: 58% center; }
  .activities-grid, .news-grid, .footer-grid, .form-row { grid-template-columns: 1fr; }
  .manifesto-words, .impact-grid, .objective-grid, .profile-grid, .values-list, .editorial-news--archive { grid-template-columns: 1fr; }
  .manifesto-words span + span, .impact-grid > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .impact-grid > div { padding: 24px 10px; text-align: center; }
  .section { padding: 75px 0; }
  .page-hero { padding: 140px 0 70px; }
  .mission-mark { min-height: 370px; padding: 28px; }
  .initiator-portrait { min-height: 390px; }
  .photo-collage { min-height: 470px; }
  .photo-collage img { border-width: 5px; border-radius: 15px; }
  .media-gallery, .media-gallery--activity { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; gap: 8px; }
  .media-gallery__item:nth-child(1), .media-gallery__item:nth-child(6) { grid-column: span 2; grid-row: span 2; }
  .next-event__media { min-height: auto; }
  .editorial-card, .editorial-news--archive .editorial-card--featured { grid-template-columns: 1fr; grid-column: auto; }
  .editorial-card--featured .editorial-card__media, .editorial-card__media { min-height: 245px; }
  .media-gallery--kinshasa { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .media-gallery--kinshasa .media-gallery__item:first-child, .media-gallery--kinshasa .media-gallery__item:last-child { grid-column: span 2; grid-row: span 1; }
  .activity-lead-image--poster { padding: 14px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* Accueil 1.4 — direction artistique validée */
.hero-slide--motto { background: radial-gradient(circle at 78% 36%, #0758b7 0, #052d70 27%, #031b4e 58%, #020f2d 100%); }
.hero-slide--motto .hero-slide__image { inset: 0 2% 0 auto; width: 54%; object-fit: contain; object-position: right bottom; transform: none; }
.hero-slide--motto.is-active .hero-slide__image { transform: none; }
.hero-slide--motto .hero-slide__veil { background: linear-gradient(90deg, rgba(3,17,37,.99) 0%, rgba(3,17,37,.92) 43%, rgba(3,17,37,.12) 73%, transparent); }
.hero-slide--motto h2 em { display: block; color: var(--yellow); font-style: normal; }
.hero-motto { max-width: 760px; margin: -4px 0 8px; color: var(--white); font: 900 clamp(1.7rem, 3.1vw, 3.35rem)/1.05 "Arial Black", Arial, sans-serif; letter-spacing: -.035em; text-transform: uppercase; }
.hero-slider__controls { justify-content: flex-end; }
.hero-slide__caption { bottom: 110px; }

.cdp-values { background: linear-gradient(180deg, #fff, #f1f6fc); }
.values-heading { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: clamp(35px, 7vw, 90px); margin-bottom: 44px; }
.values-heading h2 { margin: 0; color: var(--navy); font-size: clamp(2.35rem, 4.5vw, 5rem); }
.values-heading > p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.values-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.values-grid article { position: relative; min-height: 330px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 14px 38px rgba(6,26,52,.08); transition: transform .25s ease, box-shadow .25s ease; }
.values-grid article:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.values-grid article::after { content: ""; position: absolute; inset: auto 0 0; height: 6px; background: linear-gradient(90deg, var(--sky), var(--yellow), var(--red)); }
.value-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 32px; border-radius: 17px; color: var(--white); background: linear-gradient(135deg, var(--sky), var(--blue)); box-shadow: 0 12px 28px rgba(11,77,187,.23); }
.value-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.value-number { position: absolute; top: 27px; right: 27px; color: #d9e5f4; font: 900 1.9rem/1 "Arial Black", Arial, sans-serif; }
.values-grid h3 { margin-bottom: 12px; color: var(--navy); font-size: 1.12rem; text-transform: uppercase; }
.values-grid p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }

.national-vision { background: #eef4fb; }
.vision-heading > p { max-width: 520px; }
.vision-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.vision-card { overflow: hidden; border-radius: 20px; background: var(--white); box-shadow: 0 16px 48px rgba(6,26,52,.1); }
.vision-media { height: 370px; overflow: hidden; }
.vision-media--dialogue { background: linear-gradient(135deg, #edf5ff, #c9dbf3); }
.vision-media--memory { background: linear-gradient(135deg, #fff4e1, #efe0c8); }
.vision-media img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.vision-body { padding: clamp(28px, 4vw, 44px); }
.vision-body h3 { font-size: clamp(1.65rem, 2.7vw, 2.65rem); }
.vision-body p { color: var(--muted); }
.vision-body small { display: block; margin-top: 18px; color: #7c899b; font-size: .73rem; }
.campaign-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 26px; }
.campaign-gallery img { width: 100%; height: 300px; object-fit: cover; border-radius: 15px; box-shadow: 0 11px 34px rgba(6,26,52,.11); }

.media-highlight { background: var(--white); }
.home-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 220px; gap: 10px; }
.home-gallery img { width: 100%; height: 100%; object-fit: cover; }
.home-gallery__wide { grid-column: span 2; grid-row: span 2; }
.home-gallery__more { display: grid; place-items: center; align-content: center; color: var(--white); background: linear-gradient(135deg, var(--blue), var(--navy)); text-align: center; text-decoration: none; }
.home-gallery__more strong { font: 900 2.9rem/1 "Arial Black", Arial, sans-serif; }
.home-gallery__more span { margin-top: 8px; font-size: .75rem; font-weight: 900; text-transform: uppercase; }

.whatsapp-cta { position: relative; overflow: hidden; padding-block: clamp(90px, 12vw, 150px); color: var(--white); text-align: center; background: var(--navy); }
.whatsapp-cta__background { position: absolute; inset: 0; }
.whatsapp-cta__background img { width: 100%; height: 100%; object-fit: cover; opacity: .2; filter: saturate(.7); }
.whatsapp-cta__background::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,37,.96), rgba(11,77,187,.78), rgba(3,17,37,.96)); }
.whatsapp-cta__content { position: relative; z-index: 1; display: grid; justify-items: center; }
.whatsapp-cta__mark { width: 82px; margin-bottom: 20px; border-radius: 20px; box-shadow: 0 18px 45px rgba(0,0,0,.28); }
.whatsapp-cta .eyebrow { color: var(--yellow); }
.whatsapp-cta h2 { color: var(--white); font-size: clamp(2.8rem, 6vw, 6rem); }
.whatsapp-cta p { max-width: 700px; color: rgba(255,255,255,.82); font-size: 1.08rem; }
.whatsapp-cta small { margin-top: 14px; color: rgba(255,255,255,.58); }

@media (max-width: 1180px) {
  .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vision-grid { grid-template-columns: 1fr; }
  .campaign-gallery img { height: 250px; }
}

@media (max-width: 640px) {
  .hero { min-height: 1060px; }
  .hero-slide__image, .hero-slide__image--speaker, .hero-slide__image--crowd, .hero-slide--motto .hero-slide__image { inset: 78px 0 auto; width: 100%; height: 305px; object-fit: contain; object-position: center; background: #061a43; transform: none; }
  .hero-slide.is-active .hero-slide__image, .hero-slide--motto.is-active .hero-slide__image { transform: none; }
  .hero-slide__veil, .hero-slide--motto .hero-slide__veil { background: linear-gradient(0deg, rgba(3,17,37,1) 0%, rgba(3,17,37,.99) 55%, rgba(3,17,37,.15) 79%, rgba(3,17,37,.04) 100%); }
  .hero-slide__content { min-height: 1060px; padding-top: 405px; padding-bottom: 115px; align-content: start; }
  .hero-slide__caption { display: none; }
  .hero h1, .hero h2 { font-size: clamp(2.65rem, 12vw, 4.25rem); }
  .hero-motto { margin-top: -6px; font-size: 1.45rem; }
  .hero-slide--motto .hero-lead { display: none; }
  .values-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { min-height: auto; }
  .vision-media { height: 290px; }
  .campaign-gallery { grid-template-columns: 1fr; }
  .campaign-gallery img { height: auto; max-height: 530px; object-fit: contain; background: var(--navy); }
  .home-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 150px; }
  .home-gallery__wide { grid-column: span 2; grid-row: span 2; }
  .whatsapp-cta .button { width: 100%; }
}
