/*
Theme Name: Lionnes Unies en Christ
Theme URI: https://www.lucministere.org
Author: Daniel Ighodaro
Author URI: https://www.lucministere.org
Description: Official theme for Lionnes Unies en Christ — A women's movement for the awakening of nations.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luc-theme
Tags: custom, ministry, women, faith
*/

:root {
  --violet: #3D2B6B;
  --violet-deep: #2a1d4e;
  --violet-light: #6b52a8;
  --violet-pale: #f0edf8;
  --gold: #E8A020;
  --gold-light: #f5c45e;
  --coral: #D4544A;
  --white: #ffffff;
  --cream: #faf9f6;
  --black: #0a0a0a;
  --nav-h: 90px;
}

/* ── Google Translate ── */
#google_translate_element { display: flex; align-items: center; }
.goog-te-gadget { font-family: 'Poppins', sans-serif !important; font-size: 0 !important; }
.goog-te-gadget select {
  font-size: 0.68rem !important; font-weight: 600 !important; letter-spacing: 0.1em !important;
  text-transform: uppercase !important; color: rgba(255,255,255,0.78) !important;
  background: transparent !important; border: 1px solid rgba(255,255,255,0.2) !important;
  border-radius: 2px !important; padding: 0.4rem 0.75rem !important; cursor: pointer !important;
  transition: border-color 0.2s, color 0.2s !important; appearance: none; -webkit-appearance: none;
}
.goog-te-gadget select:hover { border-color: var(--gold) !important; color: var(--gold) !important; }
.goog-te-banner-frame { display: none !important; }
body { top: 0 !important; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 1.15rem; }
body { font-family: 'Poppins', sans-serif; background: var(--cream); color: #1a1228; overflow-x: hidden; }

/* ─── NAV ─────────────────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.8rem 4rem;
  background: transparent;
  transition: background 0.45s, padding 0.35s, border-color 0.45s;
  border-bottom: 1px solid transparent;
}
nav.scrolled {
  background: rgba(14, 8, 32, 0.97);
  backdrop-filter: blur(18px);
  padding: 0.95rem 4rem;
  border-bottom-color: rgba(232,160,32,0.18);
}
body.page-template-page-abidjan-php nav#main-nav,
body.page-template-page-abidjan-php nav#main-nav.is-scrolled,
body.page-template-page-abidjan-php nav#main-nav.scrolled,
body.nav-scrolled nav#main-nav,
body.nav-scrolled nav#main-nav.is-scrolled,
body.nav-scrolled nav#main-nav.scrolled {
  background: rgba(14, 8, 32, 0.95) !important;
  backdrop-filter: blur(18px);
  border-bottom-color: rgba(232,160,32,0.18);
}
.nav-logo { display: flex; align-items: center; gap: 0.85rem; text-decoration: none; }
.nav-logo-img { height: 58px; width: auto; display: block; }
.footer-logo-img { height: 56px; width: auto; display: block; }
.nav-logo-mark { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--white); letter-spacing: -2px; line-height: 1; }
.nav-logo-mark span { color: var(--gold); font-style: normal; }
.nav-logo-text { line-height: 1.3; }
.nav-logo-name { font-family: 'Playfair Display', serif; font-size: 0.88rem; font-weight: 500; color: var(--white); display: block; }
.nav-logo-sub { font-size: 0.6rem; font-style: italic; color: rgba(255,255,255,0.45); display: block; }
.nav-links { display: flex; gap: 2.2rem; list-style: none; align-items: center; }
.nav-links a { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(255,255,255,0.78); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: var(--gold) !important; color: var(--violet-deep) !important; padding: 0.5rem 1.5rem; border-radius: 2px; font-weight: 600 !important; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--gold-light) !important; }

/* Dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown-menu {
  display: none; position: absolute; top: 100%; left: 0;
  background: rgba(14,8,32,0.98); backdrop-filter: blur(18px);
  border: 1px solid rgba(232,160,32,0.18); border-radius: 2px;
  min-width: 200px; list-style: none; padding: 0.5rem 0; margin-top: 0; z-index: 300;
}
.nav-dropdown:hover .nav-dropdown-menu { display: block; }
.nav-dropdown-menu li { padding: 0; }
.nav-dropdown-menu a { display: block; padding: 0.75rem 1.5rem; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(255,255,255,0.78); text-decoration: none; transition: color 0.2s, background 0.2s; }
.nav-dropdown-menu a:hover { color: var(--gold); background: rgba(232,160,32,0.08); }

/* Hamburger */
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 0.25rem; }
.nav-hamburger span { display: block; width: 26px; height: 2px; background: var(--white); border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── HERO ─────────────────────────────────────────────── */
.hero {
  min-height: 120vh; display: flex; flex-direction: column; justify-content: flex-end;
  padding: calc(var(--nav-h) + 2rem) 4rem 6rem; position: relative; overflow: hidden;
}
.hero-img { position: absolute; inset: 0; background-image: url('images/Landing_page.jpg'); background-size: cover; background-position: center 25%; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(105deg, rgba(14,8,35,0.9) 0%, rgba(14,8,35,0.6) 55%, rgba(14,8,35,0.2) 100%); }
.hero-overlay-btm { position: absolute; bottom: 0; left: 0; right: 0; height: 240px; z-index: 2; background: linear-gradient(to top, rgba(14,8,35,0.75) 0%, transparent 100%); }
.hero-content { position: relative; z-index: 3; }
.hero-headline { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 5.5vw, 6rem); font-weight: 400; color: var(--white); line-height: 1.06; max-width: 780px; margin-bottom: 1.25rem; opacity: 0; animation: fadeUp 0.9s 0.4s forwards; }
.hero-headline em { font-style: italic; color: var(--gold); }
.hero-sub { font-size: 0.95rem; font-weight: 300; color: rgba(255,255,255,0.65); max-width: 480px; line-height: 1.85; margin-bottom: 2.5rem; opacity: 0; animation: fadeUp 0.9s 0.6s forwards; }
.hero-actions { display: flex; gap: 1.2rem; align-items: center; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.9s 0.8s forwards; }
.hero-scroll { position: absolute; bottom: 2.5rem; right: 4rem; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 0.6rem; opacity: 0; animation: fadeUp 0.9s 1.2s forwards; }
.hero-scroll-lbl { font-size: 0.56rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.32); writing-mode: vertical-rl; }
.scroll-line { width: 1px; height: 64px; background: linear-gradient(to bottom, var(--gold), transparent); animation: scrollPulse 2s infinite; }
@keyframes scrollPulse { 0%,100%{opacity:0.4;} 50%{opacity:1;} }

/* ─── TICKER — STATIC (no scroll) ─────────────────────── */
.ticker-wrap {
  background: var(--gold); overflow: hidden; padding: 0.82rem 0;
  border-top: 2px solid rgba(61,43,107,0.12); border-bottom: 2px solid rgba(61,43,107,0.12);
}
/* Static layout: flex centred, no animation */
.ticker-static {
  display: flex; justify-content: center; align-items: center;
  flex-wrap: wrap; gap: 0.5rem 0;
  width: 100%; padding: 0 2rem;
}
.ticker-item {
  display: inline-flex; align-items: center; gap: 1rem; padding: 0 2rem;
  font-family: 'Playfair Display', serif; font-style: italic; font-size: 0.9rem;
  color: var(--violet-deep);
}
.ticker-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(42,29,78,0.4); flex-shrink: 0; }

/* ─── BUTTONS ─────────────────────────────────────────────── */
.btn-gold { background: var(--gold); color: var(--violet-deep); font-family: 'Poppins', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 1rem 2.2rem; border: none; border-radius: 2px; cursor: pointer; text-decoration: none; display: inline-block; transition: background 0.2s, transform 0.15s; }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-outline-white { font-family: 'Poppins', sans-serif; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.75); text-decoration: none; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.3); transition: color 0.2s, border-color 0.2s; }
.btn-outline-white:hover { color: var(--white); border-color: var(--white); }
.btn-violet { background: var(--violet); color: var(--white); font-family: 'Poppins', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.9rem 2rem; border: none; border-radius: 2px; cursor: pointer; text-decoration: none; display: inline-block; transition: background 0.2s, transform 0.15s; }
.btn-violet:hover { background: var(--violet-light); transform: translateY(-2px); }
.btn-outline-gold { background: transparent; color: var(--gold); font-family: 'Poppins', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.9rem 2rem; border: 1.5px solid var(--gold); border-radius: 2px; cursor: pointer; text-decoration: none; display: inline-block; transition: background 0.2s, color 0.2s; }
.btn-outline-gold:hover { background: var(--gold); color: var(--violet-deep); }

/* ─── SECTION LABELS ─────────────────────────────────── */
.section-label { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; display: flex; align-items: center; gap: 0.75rem; }
.section-label::after { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 400; color: var(--violet); line-height: 1.15; margin-bottom: 1.5rem; }
.section-title em { font-style: italic; color: var(--coral); }
.on-dark { color: var(--white) !important; }
.on-dark em { color: var(--gold) !important; }
.section-body { font-size: 1.05rem; font-weight: 300; color: #666; line-height: 1.9; }

/* ─── WHO ─────────────────────────────────────────────── */
.who { display: grid; grid-template-columns: 1fr 1fr; min-height: 80vh; }
.who-text { background: var(--white); padding: 7rem 5rem 7rem 4rem; display: flex; flex-direction: column; justify-content: center; }
.who-visual { background: var(--violet); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; min-height: 400px; }
.who-img { position: absolute; inset: 0; background-image: url('images/prayer.jpg'); background-size: cover; background-position: center; opacity: 0.22; }
.who-img-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(42,29,78,0.72) 0%, rgba(61,43,107,0.5) 100%); }
.who-bg-letter { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-family: 'Playfair Display', serif; font-size: 9rem; font-weight: 700; color: rgba(255,255,255,0.05); line-height: 1; white-space: nowrap; letter-spacing: -0.05em; pointer-events: none; }
.who-content { position: relative; z-index: 2; text-align: center; padding: 4rem; }
.who-flame { margin: 0 auto 1.8rem; }
.who-quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.5rem; color: var(--white); line-height: 1.5; margin-bottom: 1rem; }
.who-quote-ref { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.14em; color: var(--gold); }

/* ─── STATS ─────────────────────────────────────────────── */
.stats { background: var(--violet-deep); padding: 4.5rem 4rem; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(232,160,32,0.15); border-bottom: 1px solid rgba(232,160,32,0.15); }
.stat-item { padding: 1.5rem 2rem; text-align: center; border-right: 1px solid rgba(255,255,255,0.07); }
.stat-item:last-child { border-right: none; }
.stat-number { font-family: 'Playfair Display', serif; font-size: 3.5rem; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 0.5rem; }
.stat-label { font-size: 0.64rem; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(255,255,255,0.42); }

/* ─── PROGRAMMES ─────────────────────────────────────────────── */
.programmes { background: var(--cream); padding: 7rem 4rem; }
.programmes-header { text-align: center; margin-bottom: 3.5rem; }
.programmes-header .section-label { justify-content: center; }
.programmes-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(61,43,107,0.09); }
.prog-card { background: var(--white); padding: 3rem 2.5rem; transition: background 0.3s; position: relative; overflow: hidden; }
.prog-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.35s; }
.prog-card:hover { background: var(--violet-pale); }
.prog-card:hover::after { transform: scaleX(1); }
.prog-num { font-size: 0.58rem; font-weight: 600; letter-spacing: 0.22em; color: var(--gold); margin-bottom: 0.8rem; }
.prog-title { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 500; color: var(--violet); line-height: 1.25; margin-bottom: 0.75rem; }
.prog-verse { font-family: 'Playfair Display', serif; font-style: italic; font-size: 0.78rem; color: var(--coral); margin-bottom: 1rem; }
.prog-body { font-size: 0.96rem; font-weight: 300; color: #666; line-height: 1.85; }

/* ─── TESTIMONIALS — STATIC GRID, CURVY CARDS ──────────── */
.testimonials { background: var(--violet-deep); padding: 5rem 4rem; }
.testimonials-header { text-align: center; margin-bottom: 3.5rem; }
.testimonials-header .section-label { justify-content: center; }

/* Static masonry-style grid — no animation, no marquee */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* Curvy / organic cards — large border-radius, no sharp corners */
.testi-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(232,160,32,0.2);
  /* Organic, asymmetric rounded shape */
  border-radius: 2rem 0.5rem 2rem 0.5rem;
  padding: 2.2rem 2rem;
  transition: transform 0.3s, background 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testi-card:nth-child(2n) {
  /* Alternate cards flip the curve direction */
  border-radius: 0.5rem 2rem 0.5rem 2rem;
}
.testi-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.11);
}
.testi-quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: 0.93rem; color: rgba(255,255,255,0.82); line-height: 1.75; margin-bottom: 1.4rem; flex: 1; }
.testi-author { display: flex; align-items: center; gap: 0.75rem; }
.testi-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(232,160,32,0.18);
  border: 1.5px solid rgba(232,160,32,0.4);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700; color: var(--gold); flex-shrink: 0;
}
.testi-name { font-size: 0.82rem; font-weight: 600; color: var(--white); }
.testi-location { font-size: 0.67rem; color: rgba(255,255,255,0.38); }

/* ─── NOS PROJETS ─────────────────────────────────────── */
.event { background: var(--violet); padding: 6rem 4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; position: relative; overflow: hidden; }
.event-glow { position: absolute; inset: 0; background-image: radial-gradient(ellipse 65% 80% at 85% 50%, rgba(232,160,32,0.1) 0%, transparent 60%); }
.event-tag { display: inline-block; background: var(--coral); color: var(--white); font-size: 0.6rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; padding: 0.4rem 1rem; border-radius: 2px; margin-bottom: 1rem; }
.event-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3.5vw, 3.5rem); font-weight: 400; color: var(--white); line-height: 1.15; margin-bottom: 1.25rem; }
.event-title em { font-style: italic; color: var(--gold); }
.event-desc { font-size: 1.02rem; color: rgba(255,255,255,0.6); line-height: 1.85; margin-bottom: 2rem; }
.event-meta { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 2.5rem; }
.event-meta-row { display: flex; align-items: center; gap: 0.85rem; font-size: 0.85rem; color: rgba(255,255,255,0.65); }
.event-meta-icon { width: 26px; height: 26px; border-radius: 50%; background: rgba(232,160,32,0.12); border: 1px solid rgba(232,160,32,0.28); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; flex-shrink: 0; }

/* Project labels */
.project-block-label { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }

/* Right column stacked cards */
.projects-right-col { display: flex; flex-direction: column; gap: 1.5rem; }

.proj-right-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(232,160,32,0.2);
  border-radius: 16px;
  padding: 1.75rem 1.75rem;
}

/* Activities list */
.activities-list { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; margin-top: 0.5rem; }
.activity-item { display: flex; align-items: flex-start; gap: 1rem; background: rgba(255,255,255,0.05); border: 1px solid rgba(232,160,32,0.12); border-radius: 12px; padding: 0.9rem 1.1rem; }
.activity-icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 0.05rem; }
.activity-title { font-size: 0.88rem; font-weight: 600; color: var(--white); margin-bottom: 0.15rem; }
.activity-detail { font-size: 0.73rem; color: rgba(255,255,255,0.48); font-style: italic; }

/* Compact past project card */
.proj-past { border-color: rgba(255,255,255,0.1); }
.proj-past-desc { font-size: 0.82rem; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 0.75rem; }
.proj-past-meta { display: flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; color: rgba(255,255,255,0.38); }

/* Event right card */
.event-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(232,160,32,0.22); border-radius: 4px; padding: 2.5rem; position: relative; z-index: 2; }
.event-card-title { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--gold); margin-bottom: 1.5rem; font-weight: 500; }
.event-list { list-style: none; display: flex; flex-direction: column; gap: 1rem; }
.event-list-item { display: flex; align-items: flex-start; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.event-list-item:last-child { border-bottom: none; padding-bottom: 0; }
.event-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); margin-top: 0.42rem; flex-shrink: 0; }
.event-list-name { font-size: 0.85rem; font-weight: 500; color: var(--white); margin-bottom: 0.2rem; }
.event-list-date { font-size: 0.7rem; color: rgba(255,255,255,0.38); }

/* ─── VISION BANNER ─────────────────────────────────────────────── */
.vision { background: #161027; padding: 7rem 4rem; text-align: center; position: relative; overflow: hidden; }
.vision-watermark { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-family: 'Playfair Display', serif; font-size: clamp(8rem, 18vw, 22rem); font-weight: 700; color: rgba(255,255,255,0.025); white-space: nowrap; pointer-events: none; user-select: none; letter-spacing: -0.04em; }
.vision-lbl { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.vision-quote { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 4rem); font-weight: 400; color: var(--white); line-height: 1.25; max-width: 860px; margin: 0 auto 3rem; }
.vision-quote em { font-style: italic; color: var(--gold); }
.vision-actions { display: flex; gap: 1rem; justify-content: center; }

/* ─── GIVE ─────────────────────────────────────────────── */
.give { background: var(--cream); padding: 7rem 4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.give-visual { border-radius: 4px; height: 420px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; background: var(--violet-pale); }
.give-visual-img { position: absolute; inset: 0; background-image: url('images/outreach.jpg'); background-size: cover; background-position: center; opacity: 0.35; }
.give-visual-content { position: relative; z-index: 2; text-align: center; padding: 2rem; }
.give-big-num { font-family: 'Playfair Display', serif; font-size: 6rem; font-weight: 700; color: var(--violet); line-height: 1; }
.give-big-lbl { font-size: 0.66rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--violet-light); }

/* ─── BLOG / NEWS ─────────────────────────────────────── */
.blog-section { background: var(--white); padding: 7rem 4rem; }
.blog-header { text-align: center; margin-bottom: 3.5rem; }
.blog-header .section-label { justify-content: center; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto 3rem;
}

.blog-card {
  background: var(--cream);
  border-radius: 1rem 0.25rem 1rem 0.25rem;
  overflow: hidden;
  border: 1px solid rgba(61,43,107,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(61,43,107,0.12);
}

.blog-card-img {
  height: 200px;
  overflow: hidden;
  background: var(--violet-pale);
}
.blog-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s;
}
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-img--placeholder {
  background: linear-gradient(135deg, var(--violet-pale) 0%, rgba(232,160,32,0.15) 100%);
}

.blog-card-body { padding: 1.75rem; display: flex; flex-direction: column; flex: 1; }
.blog-card-meta { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.85rem; }
.blog-card-date { font-size: 0.68rem; color: #999; font-weight: 500; }
.blog-card-cat { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); background: rgba(232,160,32,0.1); padding: 0.2rem 0.6rem; border-radius: 20px; }
.blog-card-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 500; color: var(--violet); line-height: 1.35; margin-bottom: 0.75rem; }
.blog-card-title a { text-decoration: none; color: inherit; transition: color 0.2s; }
.blog-card-title a:hover { color: var(--coral); }
.blog-card-excerpt { font-size: 0.85rem; font-weight: 300; color: #777; line-height: 1.75; margin-bottom: 1.25rem; flex: 1; }
.blog-card-link { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--violet); text-decoration: none; transition: color 0.2s; align-self: flex-start; }
.blog-card-link:hover { color: var(--gold); }
.blog-empty { text-align: center; color: #aaa; font-style: italic; grid-column: 1/-1; padding: 3rem 0; }

.blog-cta { text-align: center; }

/* ─── NEWSLETTER ─────────────────────────────────────────────── */
.newsletter { background: var(--cream); padding: 6rem 4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; border-top: 1px solid rgba(61,43,107,0.07); }
.newsletter-form { display: flex; flex-direction: column; gap: 1rem; }
.newsletter-input { width: 100%; padding: 1rem 1.25rem; border: 1.5px solid rgba(61,43,107,0.14); border-radius: 2px; font-family: 'Poppins', sans-serif; font-size: 0.85rem; color: #1a1228; background: var(--white); outline: none; transition: border-color 0.2s; }
.newsletter-input:focus { border-color: var(--violet); }
.newsletter-input::placeholder { color: #bbb; }
.newsletter-btn { background: var(--violet); color: var(--white); font-family: 'Poppins', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 1rem 2rem; border: none; border-radius: 2px; cursor: pointer; transition: background 0.2s, transform 0.15s; }
.newsletter-btn:hover { background: var(--violet-light); transform: translateY(-1px); }

/* ─── FOOTER ─────────────────────────────────────────────── */
/* ══════════════════════════════════════════════════════════
   FOOTER — Updated styles
   Add/replace in style.css. All existing footer variables
   (--violet, --gold, --black, etc.) remain unchanged.
══════════════════════════════════════════════════════════ */

/* ── Layout: 4-column grid ── */
footer {
  background:  #161027;
  padding: 5rem 4rem 2rem;
  border-top: 1px solid rgba(232,160,32,0.12);
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 3rem;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* ── Col 1: Brand ── */
.footer-brand-col {}

.footer-brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--white);
  margin-top: 1rem;
  margin-bottom: 0.3rem;
}

.footer-tagline {
  font-size: 0.74rem;
  font-style: italic;
  color: rgba(255,255,255,0.38);
  margin-bottom: 1.2rem;
  font-family: 'Playfair Display', serif;
  line-height: 1.6;
}

.footer-gold-line {
  width: 32px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 1.2rem;
}

.footer-desc {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255,255,255,0.32);
  line-height: 1.85;
  max-width: 270px;
  margin-bottom: 1.75rem;
}

/* ── Newsletter ── */
.footer-newsletter {}

.footer-newsletter-label {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.footer-newsletter-row {
  display: flex;
  gap: 0;
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 2px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.footer-newsletter-row:focus-within {
  border-color: rgba(232,160,32,0.5);
}

.footer-newsletter-input {
  flex: 1;
  background: rgba(255,255,255,0.05);
  border: none;
  outline: none;
  padding: 0.72rem 1rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  color: var(--white);
}
.footer-newsletter-input::placeholder {
  color: rgba(255,255,255,0.28);
}

.footer-newsletter-btn {
  background: var(--gold);
  color: var(--violet-deep);
  border: none;
  padding: 0.72rem 1.1rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  line-height: 1;
}
.footer-newsletter-btn:hover {
  background: var(--gold-light);
}

/* ── Col title (shared) ── */
.footer-col-title {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.35rem;
}

/* ── Link lists ── */
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.footer-links a {
  font-size: 0.82rem;
  font-weight: 300;
  color: rgba(255,255,255,0.42);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--gold); }

.footer-links--spaced { gap: 0.9rem; margin-bottom: 1.8rem; }

/* Donate / WhatsApp links in col 4 */
.footer-donate-link {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255,255,255,0.55) !important;
  font-weight: 400 !important;
  transition: color 0.2s !important;
}
.footer-donate-link:hover { color: var(--gold) !important; }

.footer-donate-icon {
  font-size: 0.85rem;
  flex-shrink: 0;
}

/* ── Social icons in col 4 ── */
.footer-social-label {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  margin-bottom: 0.85rem;
}

.footer-social-grid {
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
  flex-wrap: wrap;
}

/* Icon-only circular button */
.social-link--icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  background: none !important;
  color: rgba(255,255,255,0.42) !important;
  text-decoration: none;
  flex-shrink: 0;
  transition: border-color 0.2s, color 0.2s !important;
}
.social-link--icon span { display: none; } /* hide text labels */
.social-link--icon:hover {
  border-color: var(--gold) !important;
  color: var(--gold) !important;
}
.social-link--icon svg {
  flex-shrink: 0;
  transition: stroke 0.2s;
}
.social-link--icon:hover svg {
  stroke: var(--gold);
}

/* ── Footer bottom bar ── */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-copy {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.18);
  line-height: 1.7;
}
.footer-copy a {
  color: rgba(255,255,255,0.28);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-copy a:hover { color: var(--gold); }

/* Small icon row in bottom bar */
.footer-bottom-social {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.footer-bottom-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.32);
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.footer-bottom-social-link:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.footer-bottom-social-link svg {
  transition: stroke 0.2s;
}
.footer-bottom-social-link:hover svg {
  stroke: var(--gold);
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  footer { padding: 4rem 2.5rem 2rem; }
}

@media (max-width: 768px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  footer { padding: 3.5rem 1.5rem 1.5rem; }

  .footer-desc { max-width: 100%; }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .footer-newsletter-row { max-width: 340px; }

  .footer-bottom-social { align-self: flex-start; }
}

/* ─── REVEAL ─────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s, transform 0.7s; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes fadeUp { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:translateY(0)} }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
  :root { --nav-h: 76px; }
  nav { padding: 1.4rem 2.5rem; }
  nav.scrolled { padding: 0.85rem 2.5rem; }
  .hero { padding: calc(var(--nav-h) + 1.5rem) 2.5rem 5rem; }
  .who { grid-template-columns: 1fr; }
  .who-visual { min-height: 380px; }
  .stats { grid-template-columns: repeat(2,1fr); gap: 0; }
  .stat-item:nth-child(2) { border-right: none; }
  .stat-item:nth-child(3) { border-right: 1px solid rgba(255,255,255,0.07); border-top: 1px solid rgba(255,255,255,0.07); }
  .stat-item:nth-child(4) { border-right: none; border-top: 1px solid rgba(255,255,255,0.07); }
  .programmes { padding: 5rem 2.5rem; }
  .programmes-grid { grid-template-columns: 1fr 1fr; }
  .event { grid-template-columns: 1fr; gap: 3rem; padding: 5rem 2.5rem; }
  .give { grid-template-columns: 1fr; gap: 3rem; padding: 5rem 2.5rem; }
  .give-visual { height: 300px; }
  .newsletter { grid-template-columns: 1fr; gap: 3rem; padding: 5rem 2.5rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  footer { padding: 4rem 2.5rem 2rem; }
  .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-section { padding: 5rem 2.5rem; }
  .testimonials { padding: 5rem 2.5rem; }
}

@media (max-width: 768px) {
  :root { --nav-h: 68px; }
  nav { padding: 1rem 1.5rem; }
  nav.scrolled { padding: 0.75rem 1.5rem; }
  .nav-logo-sub { display: none; }
  .nav-hamburger { display: flex; }
  .nav-links { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 0; background: rgba(14,8,32,0.98); backdrop-filter: blur(18px); padding: 1.5rem; border-bottom: 1px solid rgba(232,160,32,0.18); }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 0.85rem 0; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 0.8rem; }
  .nav-links li:last-child a { border-bottom: none; }
  .nav-cta { margin-top: 0.5rem; padding: 0.75rem 1.5rem !important; display: inline-block; }
  .nav-dropdown-menu { position: static; background: none; border: none; backdrop-filter: none; display: none; padding: 0.5rem 1rem; margin: 0; margin-top: 0.5rem; }
  .nav-dropdown-menu.open { display: block; }
  .nav-dropdown-menu a { padding: 0.5rem 0; font-size: 0.75rem; color: rgba(255,255,255,0.55); }
  .nav-dropdown-menu a:hover { background: none; color: var(--gold); }
  .hero { padding: calc(var(--nav-h) + 1rem) 1.5rem 4rem; }
  .hero-scroll { display: none; }
  .ticker-item { font-size: 0.8rem; padding: 0 1rem; }
  .ticker-static { flex-direction: column; align-items: flex-start; gap: 0.4rem; padding: 0 1.5rem; }
  .who-text { padding: 4rem 1.5rem; }
  .who-content { padding: 2.5rem 1.5rem; }
  .who-quote { font-size: 1.2rem; }
  .stats { padding: 3rem 1.5rem; }
  .stat-number { font-size: 2.8rem; }
  .programmes { padding: 4rem 1.5rem; }
  .programmes-grid { grid-template-columns: 1fr; }
  .prog-card { padding: 2rem 1.5rem; }
  .testimonials { padding: 4rem 1.5rem; }
  .testi-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .event { padding: 4rem 1.5rem; gap: 2.5rem; }
  .vision { padding: 5rem 1.5rem; }
  .give { padding: 4rem 1.5rem; }
  .give-visual { height: 240px; }
  .give-big-num { font-size: 4.5rem; }
  .newsletter { padding: 4rem 1.5rem; }
  .blog-section { padding: 4rem 1.5rem; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  footer { padding: 3.5rem 1.5rem 1.5rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
}

@media (max-width: 480px) {
  .hero-headline { font-size: clamp(2rem, 8vw, 3rem); }
  .hero-sub { font-size: 0.88rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .btn-outline-white { padding: 0; border-bottom: none; text-decoration: underline; text-underline-offset: 4px; }
  .section-title { font-size: clamp(1.7rem, 7vw, 2.4rem); }
  .stat-number { font-size: 2.4rem; }
  .event-title { font-size: clamp(1.8rem, 7vw, 2.6rem); }
  .vision-quote { font-size: clamp(1.5rem, 6vw, 2.2rem); }
}