/*
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; /* nav height used for hero offset */
}

/* ── Google Translate ── */
#google_translate_element {
  display: flex;
  align-items: center;
}
.goog-te-gadget {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0 !important; /* hides "Powered by Google" text */
}
.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;
}
/* Hide the Google branding bar at top of page */
.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; }
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);
}
.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 Menu */
.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 – hidden on desktop */
.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: 100vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  /* Top padding clears the fixed nav; bottom gives breathing room */
  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; }

/* No eyebrow in wireframe — removed */

.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 ─────────────────────────────────────────────── */
.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); }
.ticker-track { display: flex; white-space: nowrap; animation: ticker 28s linear infinite; width: max-content; }
.ticker-track:hover { animation-play-state: paused; }
@keyframes ticker { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.ticker-item { display: inline-flex; align-items: center; gap: 1rem; padding: 0 2.5rem; 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: 0.92rem; 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.84rem; font-weight: 300; color: #666; line-height: 1.85; }

/* ─── TESTIMONIALS ─────────────────────────────────────────────── */
.testimonials { background: var(--violet-deep); padding: 5rem 0; overflow: hidden; }
.testimonials-header { text-align: center; margin-bottom: 3rem; padding: 0 4rem; }
.testimonials-header .section-label { justify-content: center; }
.testi-track-wrap { overflow: hidden; }
.testi-track { display: flex; gap: 1.5rem; animation: testiScroll 30s linear infinite; width: max-content; padding: 0 1rem; }
.testi-track:hover { animation-play-state: paused; }
@keyframes testiScroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.testi-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(232,160,32,0.18); border-radius: 4px; padding: 2rem 2.2rem; width: 340px; flex-shrink: 0; }
.testi-quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: 0.93rem; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 1.2rem; }
.testi-author { display: flex; align-items: center; gap: 0.75rem; }
.testi-avatar { width: 36px; height: 36px; border-radius: 50%; background: rgba(232,160,32,0.2); border: 1.5px solid rgba(232,160,32,0.35); display: flex; align-items: center; justify-content: center; font-size: 0.72rem; font-weight: 600; color: var(--gold); flex-shrink: 0; }
.testi-name { font-size: 0.8rem; font-weight: 500; color: var(--white); }
.testi-location { font-size: 0.67rem; color: rgba(255,255,255,0.38); }

/* ─── EVENT ─────────────────────────────────────────────── */
.event { background: var(--violet); padding: 6rem 4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; 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: 1.5rem; }
.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: 0.9rem; 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; }
.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: var(--black); 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); }

/* ─── NEWSLETTER ─────────────────────────────────────────────── */
.newsletter { background: var(--white); 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(--cream); 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 { background: var(--black); padding: 5rem 4rem 2rem; border-top: 1px solid rgba(232,160,32,0.12); }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 4rem; padding-bottom: 4rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer-brand-name { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 400; color: var(--white); margin-bottom: 0.4rem; }
.footer-tagline { font-size: 0.74rem; font-style: italic; color: rgba(255,255,255,0.32); margin-bottom: 1.5rem; font-family: 'Playfair Display', serif; }
.footer-gold-line { width: 32px; height: 2px; background: var(--gold); margin-bottom: 1.5rem; }
.footer-desc { font-size: 0.8rem; font-weight: 300; color: rgba(255,255,255,0.36); line-height: 1.85; max-width: 270px; }
.footer-col-title { font-size: 0.58rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; }
.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-bottom { display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-size: 0.68rem; color: rgba(255,255,255,0.18); }
.social-links { display: flex; gap: 0.75rem; }
.social-link { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.36); text-decoration: none; font-size: 0.62rem; font-weight: 600; transition: border-color 0.2s, color 0.2s; }
.social-link:hover { border-color: var(--gold); color: var(--gold); }

/* ─── 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
═══════════════════════════════════════════════════════════ */

/* ── Tablet: ≤ 1024px ── */
@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; }
}

/* ── Mobile: ≤ 768px ── */
@media (max-width: 768px) {
  :root { --nav-h: 68px; }

  /* Nav */
  nav { padding: 1rem 1.5rem; }
  nav.scrolled { padding: 0.75rem 1.5rem; }

  .nav-logo-sub { display: none; }

  /* Show hamburger, hide links by default */
  .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; }

  /* Mobile dropdown */
  .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 */
  .hero { padding: calc(var(--nav-h) + 1rem) 1.5rem 4rem; }
  .hero-scroll { display: none; }

  /* Ticker */
  .ticker-item { font-size: 0.8rem; padding: 0 1.5rem; }

  /* Who */
  .who-text { padding: 4rem 1.5rem; }
  .who-content { padding: 2.5rem 1.5rem; }
  .who-quote { font-size: 1.2rem; }

  /* Stats */
  .stats { padding: 3rem 1.5rem; }
  .stat-number { font-size: 2.8rem; }

  /* Programmes */
  .programmes { padding: 4rem 1.5rem; }
  .programmes-grid { grid-template-columns: 1fr; }
  .prog-card { padding: 2rem 1.5rem; }

  /* Testimonials */
  .testimonials { padding: 4rem 0; }
  .testimonials-header { padding: 0 1.5rem; }
  .testi-card { width: 280px; }

  /* Event */
  .event { padding: 4rem 1.5rem; gap: 2.5rem; }

  /* Vision */
  .vision { padding: 5rem 1.5rem; }

  /* Give */
  .give { padding: 4rem 1.5rem; }
  .give-visual { height: 240px; }
  .give-big-num { font-size: 4.5rem; }

  /* Newsletter */
  .newsletter { padding: 4rem 1.5rem; }

  /* Footer */
  .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; }
}

/* ── Small mobile: ≤ 480px ── */
@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); }
}