:root {
  --df-indigo: #1e2148;
  --df-teal: #2f6f6a;
  --df-gold: #c98f20;
  --df-amber: #f2c66d;
  --df-cream: #fbf4e6;
  --df-ink: #263238;
  --df-white: #ffffff;
  --df-shadow: 0 18px 45px rgba(30,33,72,.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html[lang="en"] .lang-fr, html[lang="fr"] .lang-en { display: none; }
body { margin: 0; font-family: "Segoe UI", Arial, sans-serif; color: var(--df-ink); background: var(--df-cream); line-height: 1.65; }
a { color: inherit; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4, .sitename { color: var(--df-indigo); line-height: 1.15; margin-top: 0; font-weight: 800; letter-spacing: 0; }
p { margin-top: 0; }
.container, .container-xl { width: min(1140px, calc(100% - 48px)); margin: 0 auto; }
.container-fluid { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.row { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.row > * { padding: 0 12px; width: 100%; }
.gy-3 > * { margin-top: 16px; }
.gy-4 > * { margin-top: 24px; }
.gy-5 > * { margin-top: 40px; }
.align-items-center { align-items: center; }
.align-items-end { align-items: flex-end; }
.justify-content-between { justify-content: space-between; }
.justify-content-start { justify-content: flex-start; }
.justify-content-center { justify-content: center; }
.text-center { text-align: center; }
.d-flex { display: flex; }
.img-fluid { height: auto; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }
.mb-3 { margin-bottom: 1rem; }
.pt-3 { padding-top: 1rem; }
.section { padding: 80px 0; background: #fff; }
.light-background { background: var(--df-cream); }
.fixed-top { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; }
.df-header { padding: 14px 0; background: rgba(251,244,230,.96); border-bottom: 1px solid rgba(30,33,72,.10); box-shadow: 0 8px 28px rgba(30,33,72,.08); transition: .25s ease; }
.scrolled .df-header { background: linear-gradient(90deg, rgba(30,33,72,.98), rgba(47,111,106,.96)); border-bottom-color: rgba(201,143,32,.55); box-shadow: 0 12px 34px rgba(30,33,72,.25); }
.df-logo { text-decoration: none; gap: 10px; }
.df-logo img { width: 64px; height: 64px; object-fit: contain; border-radius: 50%; background: #fff; }
.df-logo span { color: var(--df-indigo); font-size: 22px; }
.scrolled .df-logo span { color: #fff; }
.navmenu { display: flex; align-items: center; gap: 16px; }
.navmenu ul { list-style: none; display: flex; align-items: center; gap: 22px; padding: 0; margin: 0; }
.navmenu a { text-decoration: none; color: var(--df-indigo); font-weight: 700; font-size: 13px; text-transform: uppercase; position: relative; white-space: nowrap; }
.scrolled .navmenu a { color: #fff; }
.navmenu a.active, .navmenu a:hover { color: var(--df-gold); }
.navmenu a.active::after, .navmenu a:hover::after { content: ""; position: absolute; height: 2px; left: 0; right: 0; bottom: -8px; background: var(--df-gold); }
.mobile-nav-toggle { display: none; font-size: 30px; color: var(--df-indigo); cursor: pointer; border: 0; background: transparent; padding: 6px; line-height: 1; }
.scrolled .mobile-nav-toggle { color: #fff; }
.language-toggle button { border: 1px solid rgba(30,33,72,.25); background: rgba(255,255,255,.56); color: var(--df-indigo); padding: 6px 11px; border-radius: 999px; font-weight: 800; margin-left: 5px; cursor: pointer; }
.scrolled .language-toggle button { color: #fff; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.10); }
.language-toggle button.active { background: var(--df-gold); border-color: var(--df-gold); color: var(--df-indigo); }
.df-eyebrow { color: var(--df-gold); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: 13px; margin-bottom: 12px; }
.btn-df, .btn-df-outline { display: inline-flex; align-items: center; gap: 9px; padding: 12px 24px; border-radius: 999px; font-weight: 800; text-decoration: none; margin: 5px; transition: .25s ease; cursor: pointer; font: inherit; }
.btn-df { color: var(--df-indigo); background: var(--df-gold); box-shadow: 0 16px 36px rgba(30,33,72,.22); border: 0; }
.btn-df:hover { color: #fff; background: var(--df-teal); transform: translateY(-2px); }
.btn-df-outline { color: #fff; border: 2px solid rgba(255,255,255,.85); }
.btn-df-outline:hover { color: var(--df-indigo); background: #fff; }
.hero { position: relative; min-height: 100vh; overflow: hidden; }
.hero .info { position: absolute; inset: 0; z-index: 5; text-align: left; padding-top: 90px; }
.df-home-hero .hero-title { color: #fff; font-size: clamp(42px, 7vw, 78px); line-height: 1; margin-bottom: 22px; }
.df-home-hero .hero-slogan { font-size: clamp(24px, 4vw, 30px); color: var(--df-amber); font-weight: 700; line-height: 1.35; }
.df-home-hero p { max-width: 780px; color: rgba(255,255,255,.88); }
#hero-carousel, #hero-carousel .carousel-item { position: absolute; inset: 0; width: 100%; height: 100%; }
#hero-carousel .carousel-item { opacity: 0; transition: opacity .7s ease; }
#hero-carousel .carousel-item.active { opacity: 1; }
#hero-carousel .carousel-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,20,48,.88), rgba(47,111,106,.64) 46%, rgba(0,0,0,.25)); z-index: 2; }
.section-title { text-align: center; margin-bottom: 36px; }
.section-title h2 { display: inline-flex; align-items: center; gap: 18px; font-size: 34px; }
.section-title h2::before, .section-title h2::after { content: ""; width: 46px; height: 2px; background: var(--df-gold); display: inline-block; }
.section-title p { max-width: 720px; margin: 0 auto; }
.df-logo-feature { max-height: 360px; margin: auto; filter: drop-shadow(0 24px 42px rgba(30,33,72,.18)); }
.df-intro h2 { font-size: 38px; margin-bottom: 18px; }
.df-card, .df-team-card, .df-support-card, .df-contact-panel, .df-form-card, .df-value, .df-mission-box, .df-note { background: #fff; border-radius: 6px; box-shadow: var(--df-shadow); border: 1px solid rgba(30,33,72,.08); }
.df-service-card { height: 100%; overflow: hidden; transition: .25s ease; }
.df-service-card:hover, .df-team-card:hover { transform: translateY(-5px); }
.df-service-card img { width: 100%; height: 235px; object-fit: cover; }
.df-card-body { padding: 24px; }
.df-card-body i, .df-value i, .df-support-card i, .df-contact-panel i { color: var(--df-gold); font-size: 34px; margin-bottom: 14px; display: inline-block; font-style: normal; }
.df-card-body h3, .df-value h3, .df-support-card h3 { font-size: 22px; }
.df-impact-band { background: linear-gradient(135deg, var(--df-indigo), var(--df-teal)); color: #fff; }
.df-impact-band h2, .df-impact-band p { color: #fff; }
.df-impact-band h2 { color: var(--df-amber); font-size: clamp(32px, 5vw, 46px); margin-bottom: 4px; }
.df-cta { background: linear-gradient(135deg, rgba(47,111,106,.94), rgba(30,33,72,.96)); color: #fff; }
.df-cta h2, .df-cta p { color: #fff; }
.df-page-hero { color: #fff; min-height: 430px; padding: 170px 0 90px; display: flex; align-items: flex-end; background: linear-gradient(90deg, rgba(30,33,72,.90), rgba(47,111,106,.70)), var(--hero-image) center/cover no-repeat; }
.df-page-hero h1 { color: #fff; font-size: clamp(34px, 6vw, 58px); }
.df-page-lead { max-width: 780px; color: rgba(255,255,255,.88); font-size: 20px; }
.df-mission-box { padding: 34px; border-left: 7px solid var(--df-gold); background: #f6fbf8; }
.df-value, .df-support-card, .df-contact-panel, .df-form-card { padding: 30px; height: 100%; }
.df-support-card > i { width: 48px; height: 42px; border: 2px solid var(--df-gold); border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 20px; }
.df-support-card a, .df-contact-panel a { color: var(--df-gold); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.df-support-card a:hover, .df-contact-panel a:hover { color: var(--df-teal); }
.df-contact-panel h2, .df-form-card h2 { color: var(--df-teal); padding-bottom: 12px; margin-bottom: 18px; position: relative; }
.df-contact-panel h2::after, .df-form-card h2::after { content: ""; width: 58px; height: 3px; border-radius: 999px; background: var(--df-gold); position: absolute; left: 0; bottom: 0; }
.df-events-section { padding-top: 150px; }
.df-event { background: #fff; border-radius: 6px; padding: 28px; margin-bottom: 42px; box-shadow: var(--df-shadow); border-top: 6px solid var(--df-gold); }
.df-event-main { width: 100%; height: 294px; object-fit: cover; object-position: center; border-radius: 6px; }
.df-event-gallery img { width: 100%; height: 170px; object-fit: cover; border-radius: 6px; }
.df-badge, .df-role { color: var(--df-teal); font-weight: 800; }
.df-badge { text-transform: uppercase; font-size: 13px; letter-spacing: .08em; }
.df-gallery-item { display: block; overflow: hidden; border-radius: 6px; box-shadow: 0 16px 35px rgba(30,33,72,.12); background: #fff; }
.df-gallery-item img { width: 100%; height: 300px; object-fit: cover; transition: .35s ease; }
.df-gallery-item:hover img { transform: scale(1.06); }
.df-team-card { overflow: hidden; height: 100%; transition: .25s ease; }
.df-team-card img { width: 100%; height: 360px; object-fit: cover; object-position: top; }
.df-team-card img.df-team-photo-contain { object-fit: contain; object-position: center; background: #f6fbf8; padding: 8px; }
.df-team-card div { padding: 24px; }
.df-map-panel { overflow: hidden; border-radius: 8px; box-shadow: 0 18px 45px rgba(30,33,72,.12); border: 1px solid rgba(30,33,72,.08); background: #fff; }
.df-static-map { position: relative; min-height: 420px; isolation: isolate; background: linear-gradient(135deg, rgba(47,111,106,.14), rgba(30,33,72,.10)), #f6fbf8; pointer-events: none; }
.df-static-map::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(30,33,72,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(30,33,72,.055) 1px, transparent 1px); background-size: 44px 44px; }
.map-road { position: absolute; height: 22px; border-radius: 999px; background: rgba(255,255,255,.78); box-shadow: inset 0 0 0 1px rgba(30,33,72,.08); }
.map-road-main { width: 92%; left: -8%; top: 52%; transform: rotate(-12deg); }
.map-road-cross { width: 72%; right: -10%; top: 34%; transform: rotate(32deg); }
.map-road-small { width: 46%; left: 22%; bottom: 18%; transform: rotate(18deg); }
.map-marker { position: absolute; left: 50%; top: 48%; transform: translate(-50%, -50%); width: 58px; height: 58px; border-radius: 50% 50% 50% 8px; rotate: -45deg; background: var(--df-gold); box-shadow: 0 18px 35px rgba(30,33,72,.20); display: flex; align-items: center; justify-content: center; }
.map-marker::before { content: ""; width: 22px; height: 22px; border-radius: 50%; background: #fff; }
.map-marker span { position: absolute; left: 44px; top: -8px; rotate: 45deg; white-space: nowrap; padding: 8px 12px; border-radius: 6px; background: var(--df-indigo); color: #fff; font-weight: 800; box-shadow: 0 12px 28px rgba(30,33,72,.18); }
.map-area-label { position: absolute; right: 28px; bottom: 24px; padding: 10px 14px; border-radius: 6px; background: rgba(255,255,255,.86); color: var(--df-indigo); font-weight: 800; box-shadow: 0 12px 28px rgba(30,33,72,.10); }
.form-label { display: block; font-weight: 800; color: var(--df-indigo); margin-bottom: 6px; }
.form-control { width: 100%; border-radius: 6px; padding: 12px 14px; border: 1px solid rgba(30,33,72,.18); font: inherit; }
.df-notice { display: none; margin-top: 18px; padding: 14px 16px; border-radius: 6px; background: rgba(201,143,32,.16); color: var(--df-indigo); font-weight: 700; }
.df-notice.show { display: block; }
.modal { position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,.55); display: none; align-items: center; justify-content: center; padding: 24px; }
.modal.show { display: flex; }
.modal-dialog { width: min(520px, 100%); }
.modal-content { background: #fff; border-radius: 8px; box-shadow: 0 24px 70px rgba(30,33,72,.28); overflow: hidden; }
.modal-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 22px; background: var(--df-indigo); color: #fff; }
.modal-title { color: #fff; margin: 0; font-size: 21px; }
.modal-body { padding: 22px; }
.modal-body a { color: var(--df-teal); font-weight: 800; }
.modal-footer { padding: 16px 22px; border-top: 1px solid rgba(30,33,72,.08); text-align: right; }
.btn-close { border: 0; background: transparent; color: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.btn-close::before { content: "×"; }
.df-footer { position: relative; background: linear-gradient(135deg, #161936, #2f6f6a); color: rgba(255,255,255,.82); padding-top: 56px; padding-bottom: 42px; }
.df-footer h4, .df-footer .sitename, .df-footer strong { color: #fff; }
.df-footer a { color: #fff; text-decoration: none; transition: .2s ease; }
.df-footer a:hover { color: var(--df-amber); }
.df-footer .footer-contact a, .df-footer .copyright a { color: var(--df-amber); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.df-footer .footer-contact a:hover, .df-footer .copyright a:hover { color: #fff; }
.df-footer ul { list-style: none; padding: 0; margin: 0; }
.df-footer li { margin-bottom: 8px; }
.footer-top { padding-bottom: 30px; }
.copyright { color: rgba(255,255,255,.78); margin-bottom: 0; }
.scroll-top { position: fixed; right: 18px; bottom: 18px; width: 44px; height: 44px; border-radius: 50%; background: var(--df-gold); color: var(--df-indigo); display: none; align-items: center; justify-content: center; text-decoration: none; z-index: 999; }
.scroll-top.active { display: flex; }
.bi::before { display: inline-flex; align-items: center; justify-content: center; width: 1.15em; height: 1.15em; font-family: Georgia, "Times New Roman", serif; font-weight: 800; line-height: 1; }
.bi-heart-fill::before, .bi-house-heart::before { content: "♡"; }
.bi-envelope-paper-heart::before { content: "✉"; }
.bi-box2-heart::before { content: "▣"; }
.bi-heart-pulse::before { content: "✚"; }
.bi-gender-female::before { content: "♀"; }
.bi-book::before { content: "✎"; }
.bi-people::before { content: "☷"; }
.bi-stars::before, .bi-brightness-high::before { content: "✦"; }
.bi-cup-hot::before { content: "☕"; }
.bi-diagram-3::before { content: "⌘"; }
.bi-globe-africa::before { content: "◉"; }
.bi-compass::before { content: "✧"; }
.bi-credit-card-2-front::before { content: "▤"; }
.bi-geo-alt-fill::before { content: "⌖"; }
.bi-arrow-up-short::before { content: "↑"; }
.bi-list::before { content: "☰"; }
.bi-x::before { content: "×"; }
.lightbox-viewer { position: fixed; inset: 0; background: rgba(0,0,0,.88); z-index: 2500; display: none; align-items: center; justify-content: center; padding: 28px; }
.lightbox-viewer.show { display: flex; }
.lightbox-viewer img { max-width: min(1100px, 96vw); max-height: 88vh; border-radius: 8px; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.lightbox-viewer button { position: absolute; top: 22px; right: 26px; color: #fff; background: transparent; border: 0; font-size: 42px; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(18px); transition: .55s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (min-width: 768px) { .col-md-3 { width: 25%; } .col-md-4 { width: 33.333%; } .col-md-6 { width: 50%; } }
@media (min-width: 992px) { .col-lg-2 { width: 16.666%; } .col-lg-4 { width: 33.333%; } .col-lg-5 { width: 41.666%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.333%; } .col-lg-8 { width: 66.666%; } }
@media (max-width: 1100px) {
  .mobile-nav-toggle { display: block; }
  .navmenu ul { position: fixed; inset: 92px 16px auto 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-radius: 8px; padding: 12px; box-shadow: 0 22px 70px rgba(30,33,72,.22); }
  .mobile-nav-active .navmenu ul { display: flex; }
  .navmenu a, .scrolled .navmenu a { color: var(--df-indigo); display: block; padding: 12px; }
  .language-toggle { display: flex; padding: 8px; }
}
@media (max-width: 575px) {
  .container, .container-xl, .container-fluid { width: min(100% - 28px, 1140px); }
  .section { padding: 62px 0; }
  .section-title h2::before, .section-title h2::after { display: none; }
  .hero .info { padding-top: 110px; }
  .df-page-hero { padding-top: 140px; }
  .df-events-section { padding-top: 120px; }
  .df-event { padding: 18px; }
  .df-event-main { height: 260px; }
  .df-logo img { width: 54px; height: 54px; }
  .df-logo span { font-size: 19px; }
  .df-header { padding: 10px 0; }
  .df-card-body, .df-value, .df-support-card, .df-contact-panel, .df-form-card { padding: 22px; }
  .df-service-card img, .df-gallery-item img { height: 220px; }
  .df-team-card img { height: 310px; }
  .modal { padding: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
