:root {
  --df-indigo: #4D4839;
  --df-teal: #88785C;
  --df-gold: #FFC107;
  --df-faith-gold: #FFC107;
  --df-amber: #FFE082;
  --df-cream: #ECEEE9;
  --df-ink: #67665B;
  --df-silver: #C7C5B6;
  --df-white: #ffffff;
  --df-shadow: 0 15px 40px rgba(0,0,0,.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: #4D4839; 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: #4D4839; color: white; border-bottom: 1px solid rgba(199,197,182,.35); box-shadow: 0 8px 28px rgba(0,0,0,.16); transition: .25s ease; }
.scrolled .df-header { background: #4D4839; border-bottom-color: #FFC107; box-shadow: 0 12px 34px rgba(0,0,0,.22); }
.df-logo { text-decoration: none; gap: 10px; }
.df-logo img { width: 72px; height: 72px; object-fit: contain; border-radius: 0; clip-path: none; background: transparent; }
.df-logo span { color: white; font-size: 20px; max-width: 290px; line-height: 1.08; }
.scrolled .df-logo span { color: #fff; }
.navmenu { display: flex; align-items: center; gap: 14px; }
.navmenu ul { list-style: none; display: flex; align-items: center; gap: 18px; padding: 0; margin: 0; }
.navmenu a { text-decoration: none; color: #fff; font-weight: 800; font-size: 12.5px; text-transform: uppercase; position: relative; white-space: nowrap; }
.scrolled .navmenu a { color: #fff; }
.scrolled .navmenu a.active { color: var(--df-faith-gold); }
.navmenu a:hover { color: #FFE082; }
.navmenu a.active { color: var(--df-faith-gold); }
.navmenu a.active::after { content: ""; position: absolute; height: 2px; left: 0; right: 0; bottom: -8px; background: var(--df-faith-gold); }
.navmenu a:hover::after { content: ""; position: absolute; height: 2px; left: 0; right: 0; bottom: -8px; background: #FFE082; }
.mobile-nav-toggle { display: none; font-size: 30px; color: white; cursor: pointer; border: 0; background: transparent; padding: 6px; line-height: 1; }
.scrolled .mobile-nav-toggle { color: #fff; }
.language-toggle { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; gap: 8px; white-space: nowrap; }
.language-toggle button { border: 1px solid #88785C; background: #88785C; color: #fff; min-width: 46px; padding: 6px 10px; border-radius: 999px; font-weight: 800; margin: 0; cursor: pointer; transition: .25s ease; }
.language-toggle button:hover { background: #6A1B9A; border-color: #6A1B9A; color: white; }
.scrolled .language-toggle button { color: #fff; border-color: #88785C; background: #88785C; }
.scrolled .language-toggle button:hover { background: #6A1B9A; border-color: #6A1B9A; }
.language-toggle button.active { background: var(--df-faith-gold); border-color: var(--df-faith-gold); color: #2b2618; }
.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: inherit; font-weight: 900; text-decoration: none; margin: 5px; transition: .25s ease; cursor: pointer; }
.btn-df, .btn-df-outline { background: #FFC107; color: #2b2618; border: 2px solid #FFC107; box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.btn-df:hover, .btn-df-outline:hover { background: #6A1B9A; border-color: #6A1B9A; color: white; transform: translateY(-2px); }
.btn-df:hover span, .btn-df-outline:hover span { color: white; }
.btn-df.is-opening, .btn-df-outline.is-opening { pointer-events: none; opacity: .82; transform: none; cursor: wait; }
.hero { position: relative; min-height: 108vh; overflow: hidden; }
.hero .info { position: absolute; inset: 0; z-index: 5; text-align: left; padding-top: 90px; }
.df-home-hero .col-lg-8 { padding-bottom: 92px; }
.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); }
.df-home-hero .btn-df, .df-home-hero .btn-df-outline { margin-top: 18px; }
.df-home-hero .btn-df-outline { background: rgba(255,255,255,.12); color: #fff; border-color: #FFE082; box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.df-home-hero .btn-df-outline:hover { background: #6A1B9A; border-color: #6A1B9A; color: #fff; }
#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: rgba(77,72,57,.55); 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-programs-home { position: relative; overflow: hidden; }
.df-programs-home::before { content: ""; position: absolute; width: 360px; height: 360px; right: -170px; top: -150px; border-radius: 50%; background: rgba(255,193,7,.13); }
.df-programs-home .section-title { position: relative; max-width: 860px; }
.df-programs-home .section-title h2 { font-size: clamp(30px, 4vw, 44px); color: #4D4839; }
.df-programs-home .section-title h2::before, .df-programs-home .section-title h2::after { width: 34px; }
.df-programs-home .section-title p { font-size: 18px; line-height: 1.75; color: #67665B; }
.df-logo-panel { position: relative; max-width: 430px; margin: 0 auto; padding: 28px; border-radius: 8px; background: linear-gradient(145deg, #fff, #ECEEE9); border: 1px solid rgba(136,120,92,.28); box-shadow: 0 18px 45px rgba(77,72,57,.13); }
.df-logo-panel::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,193,7,.35); border-radius: 6px; pointer-events: none; }
.df-logo-panel span { display: block; position: relative; z-index: 1; margin-top: 16px; text-align: center; color: #88785C; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; font-size: 12px; }
.df-logo-feature { max-height: 320px; margin: auto; filter: drop-shadow(0 20px 34px rgba(77,72,57,.18)); position: relative; z-index: 1; }
.df-intro h2 { font-size: clamp(30px, 4vw, 44px); max-width: 720px; margin-bottom: 18px; }
.df-lead-text { font-size: 19px; color: #4D4839; font-weight: 600; line-height: 1.65; }
.df-intro-action { display: flex; align-items: center; margin-top: 24px; }
.df-card, .df-team-card, .df-support-card, .df-contact-panel, .df-form-card, .df-mission-box { background: white; border-radius: 8px; box-shadow: 0 8px 22px rgba(0,0,0,.06); border: 1px solid #C7C5B6; }
.df-service-card { height: 100%; overflow: hidden; transition: .25s ease; position: relative; }
.df-service-card:hover, .df-team-card:hover, .df-support-card:hover { transform: translateY(-7px); box-shadow: 0 15px 40px rgba(0,0,0,.12); border-color: #FFC107; }
.df-service-card img { width: 100%; height: 245px; object-fit: cover; transition: .35s ease; }
.df-service-card:hover img { transform: scale(1.04); }
.df-card-body { padding: 28px; position: relative; }
.df-card-body::before { content: ""; position: absolute; top: 0; left: 28px; right: 28px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, #FFC107, #C7C5B6); }
.df-card-body i, .df-support-card i, .df-contact-panel i { color: #FFC107; font-size: 34px; margin-bottom: 14px; display: inline-block; font-style: normal; }
.df-card:hover i, .df-support-card:hover i, .df-contact-panel:hover i { color: #4D4839; }
.df-card-body h3, .df-support-card h3 { font-size: 22px; }
.df-card-list { margin: 12px 0 0; padding-left: 18px; color: #67665B; }
.df-card-list li { margin-bottom: 10px; line-height: 1.55; }
.df-card-list li::marker { color: #FFC107; }
.section.df-closing-cta { padding: 28px 0; background: #ECEEE9; }
main > .section:nth-last-of-type(2) { padding-bottom: 18px; }
.df-cta-card { position: relative; overflow: hidden; border-radius: 8px; padding: 42px 46px; background: linear-gradient(135deg, #4D4839, #393528); border: 1px solid rgba(255,193,7,.36); box-shadow: 0 18px 45px rgba(77,72,57,.16); }
.df-cta-card::before { content: ""; position: absolute; width: 240px; height: 240px; right: -110px; top: -120px; border-radius: 50%; background: rgba(255,193,7,.16); }
.df-cta-card::after { content: ""; position: absolute; left: 46px; right: 46px; bottom: 0; height: 4px; background: #FFC107; border-radius: 999px 999px 0 0; }
.df-cta-card > .row { position: relative; z-index: 1; }
.df-closing-cta h2 { color: #fff; font-size: clamp(26px, 4vw, 40px); margin-bottom: 12px; }
.df-closing-cta p:not(.df-eyebrow) { color: rgba(255,255,255,.84); max-width: 680px; }
.df-cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.df-cta-actions .btn-df, .df-cta-actions .btn-df-outline { margin: 0; }
.df-cta-actions .btn-df-outline { background: rgba(255,255,255,.10); border-color: #FFE082; color: #fff; }
.df-cta-actions .btn-df-outline:hover { background: #6A1B9A; border-color: #6A1B9A; color: #fff; }
.df-form-card { scroll-margin-top: 120px; }
.df-page-hero {
  color: #fff;
  min-height: 430px;
  padding: 170px 0 90px;
  display: flex;
  align-items: flex-end;
  background-image: linear-gradient(rgba(77,72,57,.55), rgba(77,72,57,.55)), var(--hero-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.df-page-hero h1 { color: #fff; font-size: clamp(34px, 6vw, 58px); }
.df-page-hero h1 + .df-eyebrow { margin-top: 8px; margin-bottom: 14px; }
.df-page-lead { max-width: 780px; color: rgba(255,255,255,.88); font-size: 20px; }
.df-mission-box { padding: 34px; border-left: 7px solid #FFC107; background: #ECEEE9; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease; }
.df-mission-box > i { width: 48px; height: 48px; border-radius: 50%; background: #FFC107; color: #2b2618; display: inline-flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 18px; box-shadow: 0 10px 24px rgba(77,72,57,.16); }
.df-mission-box h2 { font-size: clamp(28px, 4vw, 38px); }
.df-mission-box:hover { transform: translateY(-7px); box-shadow: 0 18px 45px rgba(77,72,57,.16); border-color: #88785C; background: #fff; }
.df-mission-box:hover > i { background: #6A1B9A; color: #fff; transform: scale(1.05); }
.df-support-card, .df-contact-panel, .df-form-card { padding: 30px; height: 100%; }
.df-form-card { position: relative; isolation: isolate; overflow: hidden; padding: 0; background: linear-gradient(145deg, #5B173B 0%, #2F1027 100%); border-color: rgba(255,193,7,.38); box-shadow: 0 24px 70px rgba(47,16,39,.30), 0 0 0 1px rgba(255,193,7,.24), 0 0 38px rgba(140,38,92,.24); }
.df-form-card::before { content: ""; position: absolute; inset: 18px auto auto 18px; width: 44%; height: 56%; border-radius: 8px; background: linear-gradient(145deg, rgba(255,193,7,.28), rgba(255,214,232,.18)); z-index: -1; }
.df-form-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -96px; bottom: -106px; border-radius: 50%; background: radial-gradient(circle, rgba(255,193,7,.24), rgba(122,28,76,.46) 52%, transparent 72%); z-index: -1; }
.df-form-panel { position: relative; margin: 18px; padding: 28px; border-radius: 8px; background: linear-gradient(145deg, #7B1F4F 0%, #4A1438 48%, #2C1028 100%); border: 1px solid rgba(255,214,232,.30); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 20px 48px rgba(33,8,28,.34); color: rgba(255,255,255,.90); }
.df-form-panel::before { content: ""; position: absolute; width: 220px; height: 220px; right: -84px; top: -96px; border-radius: 50%; background: radial-gradient(circle, rgba(255,214,232,.28), rgba(173,35,94,.18) 54%, transparent 72%); pointer-events: none; }
.df-form-panel > * { position: relative; z-index: 1; }
.df-form-intro { padding: 18px 18px 20px; margin: -8px -8px 24px; border-radius: 8px; background: linear-gradient(135deg, rgba(46,16,39,.96), rgba(120,31,79,.88)); color: #fff; border: 1px solid rgba(255,214,232,.18); border-bottom: 4px solid #FFC107; box-shadow: 0 16px 34px rgba(33,8,28,.18); }
.df-form-intro span { display: inline-block; color: #FFC107; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; margin-bottom: 8px; }
.df-form-intro h2 { color: #fff; padding: 0; margin-bottom: 10px; }
.df-form-intro h2::after { display: none; }
.df-form-intro p { color: rgba(255,255,255,.86); margin-bottom: 0; }
.df-donation-icon { width: 72px; height: 72px; object-fit: contain; margin-bottom: 18px; }
.df-donation-card { display: flex; flex-direction: column; align-items: flex-start; }
.df-donation-card .btn-df { margin-top: auto; }
.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:not(.btn-df), .df-contact-panel a:not(.btn-df) { color: #FFC107; 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-support-card .btn-df:hover, .df-contact-panel .btn-df:hover, .df-contact-panel .btn-df-outline:hover { color: white; }
.df-support-card .btn-df:hover span, .df-contact-panel .btn-df:hover span, .df-contact-panel .btn-df-outline:hover span { color: white; }
.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: #FFC107; position: absolute; left: 0; bottom: 0; }
.df-contact-methods { display: grid; gap: 14px; margin: 22px 0 0; }
.df-contact-method { padding: 16px; border-radius: 8px; background: #ECEEE9; border: 1px solid rgba(199,197,182,.75); box-shadow: inset 0 1px 0 rgba(255,255,255,.65); }
.df-contact-method span { display: block; color: #88785C; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .10em; margin-bottom: 10px; }
.df-contact-method .btn-df { width: 100%; justify-content: center; margin: 0; text-align: center; overflow-wrap: anywhere; border-radius: 8px; }
.df-events-section { padding-top: 78px; }
.df-news-title { margin-bottom: 44px; }
.df-news-title h2 { max-width: 820px; }
.df-news-title p:not(.df-eyebrow) { font-size: 18px; line-height: 1.75; }
.df-event { background: #fff; border-radius: 6px; padding: 28px; margin-bottom: 42px; box-shadow: none; border: 1px solid #C7C5B6; border-top: 6px solid #FFC107; }
.df-event-main { width: 100%; height: 294px; object-fit: cover; object-position: center; border-radius: 6px; }
.df-event-main-contain { object-fit: contain; background: #ECEEE9; padding: 8px; border: 1px solid rgba(199,197,182,.55); }
.df-badge, .df-role { color: var(--df-teal); font-weight: 800; }
.df-badge { text-transform: uppercase; font-size: 13px; letter-spacing: .08em; }
.df-team-card { overflow: hidden; height: 100%; transition: .25s ease; text-align: center; }
.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: #fbf7ed; padding: 8px; }
.df-team-info { padding: 24px; }
.df-team-card h3 { color: #4D4839; font-size: 21px; margin-bottom: 10px; }
.df-team-card .df-role { display: flex; align-items: center; justify-content: center; gap: 9px; color: #88785C; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; margin-bottom: 12px; }
.df-team-card .df-role::before, .df-team-card .df-role::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #FFC107; box-shadow: 0 0 0 3px rgba(255,193,7,.18); }
.df-team-detail { color: #67665B; font-size: 14px; line-height: 1.6; margin-bottom: 0; }
.df-map-panel { overflow: hidden; border-radius: 8px; box-shadow: 0 15px 40px rgba(0,0,0,.12); border: 1px solid #C7C5B6; background: #fff; }
.df-real-map { width: 100%; min-height: 430px; border: 0; display: block; }
.df-form-panel .form-label { color: #FFE7F1; }
.form-label { display: block; font-weight: 800; color: var(--df-indigo); margin-bottom: 6px; }
.form-control { width: 100%; border-radius: 6px; padding: 13px 14px; border: 1px solid rgba(77,72,57,.22); background: #fff; font: inherit; transition: .2s ease; box-shadow: 0 1px 0 rgba(255,255,255,.85); }
.form-control:focus { outline: none; border-color: #FFC107; box-shadow: 0 0 0 4px rgba(255,193,7,.18), 0 10px 24px rgba(77,72,57,.08); }

/* Contact form */
#contactForm .form-text {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.45;
}

#contactForm textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

#contactSubmitButton {
  justify-content: center;
  min-width: 150px;
  min-height: 50px;
  margin-left: 0;
}

#contactSubmitButton:disabled {
  pointer-events: none;
  cursor: wait;
  opacity: .82;
}

.contact-button-loader {
  display: none;
  width: 18px;
  height: 18px;
  border: 3px solid rgba(43,38,24,.30);
  border-top-color: #2b2618;
  border-radius: 50%;
  animation: df-spin .8s linear infinite;
}

#contactSubmitButton.is-loading .contact-button-loader {
  display: inline-block;
}

#contactSubmitButton.is-loading .contact-button-text {
  display: none;
}

.contact-notice {
  display: none;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 6px;
  background: rgba(255,193,7,.14);
  border: 1px solid rgba(255,193,7,.40);
  color: #fff;
  font-weight: 700;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-notice.show {
  display: block;
}

.contact-notice.success {
  background: rgba(25,135,84,.22);
  border-color: rgba(144,238,144,.42);
}

.contact-notice.error {
  background: rgba(180,35,55,.28);
  border-color: rgba(255,160,160,.50);
}

.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: #4D4839; 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; }
.df-donation-form { margin-top: 16px; }
#interacConfirmationBody p { margin-bottom: 14px; }
#interacConfirmationBody p:last-child { margin-bottom: 0; }
.df-reference-code { display: inline-block; padding: 10px 14px; border-radius: 8px; background: #ECEEE9; border: 1px solid #C7C5B6; color: #4D4839; font-weight: 900; letter-spacing: .04em; overflow-wrap: anywhere; }
.df-interac-submit.loading { opacity: .75; cursor: wait; position: relative; }
.df-interac-submit.loading::before { content: ""; width: 18px; height: 18px; border: 3px solid rgba(255,255,255,.48); border-top-color: white; border-radius: 50%; display: inline-block; animation: df-spin .8s linear infinite; }
.df-interac-submit:disabled { pointer-events: none; }
.modal-footer { padding: 16px 22px; border-top: 1px solid rgba(30,33,72,.08); text-align: right; }
#interacDonationModal .modal-dialog { width: min(500px, calc(100vw - 32px)); }
#interacDonationModal .modal-content { max-height: calc(100vh - 72px); }
#interacDonationModal .modal-header { padding: 12px 18px; }
#interacDonationModal .modal-title { font-size: 20px; }
#interacDonationModal .modal-body { padding: 16px 18px 18px; overflow-y: auto; }
#interacDonationModal .modal-body > p { margin-bottom: 10px; font-size: 15px; line-height: 1.55; }
#interacDonationModal .df-donation-form { margin-top: 6px; }
#interacDonationModal .gy-3 > * { margin-top: 10px; }
#interacDonationModal .form-label { margin-bottom: 4px; font-size: 14px; }
#interacDonationModal .form-control { min-height: 42px; padding: 9px 11px; }
#interacDonationModal textarea.form-control { min-height: 82px; max-height: 96px; resize: vertical; }
#interacDonationModal .df-interac-submit { margin-top: 12px !important; padding: 10px 22px; }
#interacDonationModal .btn-close { width: 36px; height: 36px; font-size: 24px; }

/* News and articles */
.df-news-page .row {
  align-items: stretch;
}

.df-news-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #C7C5B6;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.df-news-card:hover {
  transform: translateY(-7px);
  border-color: #FFC107;
  box-shadow: 0 15px 40px rgba(0,0,0,.12);
}

.df-news-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  display: block;
}

.df-news-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.df-news-card-body h3 {
  margin: 12px 0 14px;
  color: #4D4839;
  font-size: 22px;
  line-height: 1.25;
}

.df-news-card-body p {
  color: #67665B;
}

.df-news-card-body .btn-df {
  align-self: flex-start;
  margin-top: auto;
}

.df-news-meta {
  color: #88785C;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.6;
}

.df-article-hero {
  padding: 140px 0 44px;
  background: linear-gradient(180deg, #ECEEE9 0%, #fff 100%);
}

.df-article-main-image {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  display: block;
  border: 1px solid #C7C5B6;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(77,72,57,.16);
}

.df-article-heading {
  max-width: 940px;
  margin: 30px auto 0;
  text-align: center;
}

.df-article-heading h1 {
  color: #4D4839;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.08;
  margin-bottom: 18px;
}

.df-article-section {
  background: #fff;
}

.df-article-content {
  max-width: 920px;
  margin: 0 auto;
  color: #4D4839;
  font-size: 18px;
  line-height: 1.85;
}

.df-article-content h2 {
  margin: 34px 0 14px;
  color: #4D4839;
  font-size: 28px;
  line-height: 1.25;
}

.df-article-content ul,
.df-article-content ol {
  padding-left: 26px;
}

.df-article-content li {
  margin-bottom: 12px;
}

.df-article-actions {
  margin-top: 34px;
}

/* Photo gallery */
.df-gallery-section {
  background: #fff;
}

.df-gallery-collection {
  overflow: hidden;
  border: 1px solid #C7C5B6;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #ECEEE9 100%);
  box-shadow: 0 15px 40px rgba(77,72,57,.10);
}

.df-gallery-heading {
  padding: 32px 34px 26px;
  border-bottom: 1px solid rgba(199,197,182,.75);
}

.df-gallery-heading h2 {
  margin: 12px 0;
  color: #4D4839;
  font-size: clamp(28px, 4vw, 42px);
}

.df-gallery-heading p {
  max-width: 860px;
  margin-bottom: 0;
  color: #67665B;
  font-size: 18px;
}

.df-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
}

.df-gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 230px;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  background: #ECEEE9;
  border: 1px solid rgba(199,197,182,.82);
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
}

.df-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease, filter .35s ease;
}

.df-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(77,72,57,.36));
  opacity: 0;
  transition: opacity .25s ease;
}

.df-gallery-item:hover {
  border-color: #FFC107;
}

.df-gallery-item:hover img {
  transform: scale(1.04);
  filter: saturate(1.06);
}

.df-gallery-item:hover::after {
  opacity: 1;
}

.btn-close { border: 2px solid #FFC107; background: #FFC107; color: #2b2618; font-size: 28px; line-height: 1; cursor: pointer; width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; transition: .25s ease; }
.btn-close:hover { background: #6A1B9A; border-color: #6A1B9A; }
.btn-close::before { content: "×"; }
.df-footer { position: relative; background: linear-gradient(145deg, #4D4839 0%, #353126 100%); color: white; padding-top: 58px; border-top: 5px solid #FFC107; overflow: hidden; }
.df-footer::before { content: ""; position: absolute; width: 340px; height: 340px; right: -180px; top: -190px; border-radius: 50%; background: rgba(255,193,7,.10); }
.df-footer h4 { color: #FFC107; font-size: 15px; text-transform: uppercase; letter-spacing: .10em; margin-bottom: 18px; padding-bottom: 12px; position: relative; }
.df-footer h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 42px; height: 2px; background: #C7C5B6; border-radius: 999px; }
.footer-top { position: relative; z-index: 1; padding-bottom: 42px; }
.footer-logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; margin-bottom: 18px; }
.footer-logo img { width: 58px; height: 58px; border-radius: 50%; object-fit: contain; background: #fff; box-shadow: 0 10px 24px rgba(0,0,0,.22); }
.footer-logo span { color: #fff; font-weight: 900; font-size: 20px; line-height: 1.1; }
.footer-tagline { color: #FFE082; font-weight: 800; margin-bottom: 20px; }
.footer-contact { border-left: 3px solid #FFC107; padding-left: 14px; }
.footer-contact span { display: block; color: #C7C5B6; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .10em; margin-bottom: 4px; }
.df-footer p { color: rgba(255,255,255,.78); }
.footer-contact p { color: rgba(255,255,255,.90); margin-bottom: 0; }
.footer-contact-links { display: grid; gap: 5px; margin-top: 12px; }
.footer-contact-links a { color: #FFC107; font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }
.footer-contact-links a:hover { color: #FFE082; text-decoration: underline; text-underline-offset: 4px; }
.df-footer ul { list-style: none; padding: 0; margin: 0; }
.df-footer li { margin-bottom: 0; }
.footer-links a { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.88); text-decoration: none; font-weight: 800; padding: 9px 0; border-bottom: 1px solid rgba(199,197,182,.18); transition: .2s ease; }
.footer-links a::after { content: "›"; color: #88785C; font-size: 18px; transition: .2s ease; }
.footer-links a:hover { color: #FFC107; padding-left: 6px; }
.footer-links a:hover::after { color: #FFC107; transform: translateX(3px); }
.footer-mission p { max-width: 560px; color: rgba(255,255,255,.84); margin-bottom: 18px; }
.footer-cta-link { display: inline-flex; align-items: center; color: #FFC107; font-weight: 900; text-decoration: none; border-bottom: 2px solid rgba(255,193,7,.55); padding-bottom: 4px; transition: .2s ease; }
.footer-cta-link:hover { color: #FFE082; border-bottom-color: #FFE082; }
.footer-bottom { position: relative; z-index: 1; border-top: 1px solid rgba(199,197,182,.18); background: rgba(0,0,0,.12); padding: 18px 0; }
.footer-bottom .container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; align-items: center; }
.copyright, .footer-credit { color: rgba(255,255,255,.72); margin: 0; font-size: 14px; }
.footer-credit a { color: #FFC107; font-weight: 900; text-decoration: none; }
.footer-credit a:hover { color: #FFE082; text-decoration: underline; text-underline-offset: 4px; }
.scroll-top { position: fixed; right: 18px; bottom: 18px; width: 44px; height: 44px; border-radius: 50%; background: #FFC107; color: #2b2618; 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: "×"; }
.reveal { opacity: 0; transform: translateY(18px); transition: .55s ease; }
.reveal.in { opacity: 1; transform: none; }
@keyframes df-spin { to { transform: rotate(360deg); } }
@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-3 { width: 25%; } .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: #4D4839; display: block; padding: 12px; }
  .navmenu a.active, .scrolled .navmenu a.active { color: var(--df-faith-gold); }
  .language-toggle { display: flex; justify-content: flex-start; padding: 8px; }
}
@media (max-width: 900px) {
  .df-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@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 { min-height: 112vh; }
  .hero .info { padding-top: 110px; }
  .df-home-hero .col-lg-8 { padding-bottom: 120px; }
  .df-page-hero { padding-top: 140px; }
  .df-events-section { padding-top: 62px; }
  .section.df-closing-cta { padding: 24px 0; }
  main > .section:nth-last-of-type(2) { padding-bottom: 18px; }
  .df-cta-card { padding: 30px 22px; }
  .df-cta-card::after { left: 22px; right: 22px; }
  .df-event { padding: 18px; }
  .df-event-main { height: 260px; }
  .df-logo img { width: 60px; height: 60px; }
  .df-logo span { font-size: 16px; max-width: 220px; }
  .df-header { padding: 10px 0; }
  .df-cta-actions { justify-content: flex-start; }
  .footer-bottom .container { align-items: flex-start; flex-direction: column; }
  .footer-logo span { font-size: 18px; }
  .df-card-body, .df-support-card, .df-contact-panel { padding: 22px; }
  .df-form-panel { margin: 12px; padding: 18px; }
  .df-form-intro { padding: 16px; }
  .df-service-card img { height: 220px; }
  .df-team-card img { height: 310px; }
  .modal { padding: 16px; }
  .df-gallery-heading { padding: 24px 22px 20px; }
  .df-gallery-grid { grid-template-columns: 1fr; padding: 12px; gap: 12px; }
  .df-gallery-item { min-height: 220px; }
}
@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; }
}
