/*
Theme Name:  SYNFEPLC
Theme URI:   https://synfeplc.org
Author:      Mogadonko Agency
Author URI:  https://mogadonko.com
Description: Thème officiel du Syndicat National des Fondateurs de l'Enseignement Privé et des Centres de Formation Professionnelle Laïcs du Cameroun
Version:     2.0.0
Text Domain: synfeplc
License:     GPL v2 or later
Tags:        education, cameroon, french, custom
*/

/* ════════════════════════════════════════════════════════
   0. WORDPRESS COMPATIBILITY RESETS
   ════════════════════════════════════════════════════════ */
/* Reset WP default link styling */
a { color: inherit; text-decoration: none; }
a:hover, a:focus { text-decoration: none; }

/* Reset WP body margins */
body { margin: 0 !important; padding: 0; }

/* Admin bar compensation */
body.admin-bar #site-header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar #site-header { top: 46px; }
}

/* Reset WP entry content paragraph margins bleeding into our templates */
.site-main p { margin-bottom: 0; }
.site-main ul, .site-main ol { list-style: none; padding: 0; margin: 0; }
.site-main img { max-width: 100%; height: auto; }

/* Prevent WP from adding outline on focused images */
.site-main *:focus { outline: none; }

/* Remove WP default figure/img styles */
figure { margin: 0; }
.wp-block-image { margin: 0; }


/* ════════════════════════════════════════════════════════
   1. CSS VARIABLES
   ════════════════════════════════════════════════════════ */
:root {
  --navy:   #0D1B3E;
  --navy2:  #1A2F6B;
  --navy3:  #243580;
  --green:  #006435;
  --green2: #008045;
  --red:    #CE1126;
  --red2:   #A80D1E;
  --gold:   #FCD116;
  --gold2:  #E8BE00;
  --cream:  #F7F5EF;
  --white:  #FFFFFF;
  --gray:   #6B7280;
  --light:  #F3F4F6;
  --border: #E5E7EB;
  --shadow: 0 4px 24px rgba(13,27,62,.10);
  --shadow-lg: 0 16px 48px rgba(13,27,62,.18);
}


/* ════════════════════════════════════════════════════════
   2. GLOBAL BASE
   ════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Outfit', sans-serif;
  background: var(--cream);
  color: #1a1a2e;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
ul  { list-style: none; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  line-height: 1.2;
}
h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.7rem); }
h4 { font-size: 1.15rem; font-family: 'Outfit', sans-serif; font-weight: 600; }
p  { font-size: .96rem; color: #374151; line-height: 1.78; }
.section    { padding: 92px 0; }
.section--sm { padding: 56px 0; }


/* ════════════════════════════════════════════════════════
   3. BUTTONS  (work on BOTH <a> and <button>)
   ════════════════════════════════════════════════════════ */
.btn-gold,
.btn-navy,
.btn-outline-white,
.btn-outline-navy {
  display: inline-block;
  cursor: pointer;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: .92rem;
  letter-spacing: .04em;
  border-radius: 8px;
  padding: 13px 28px;
  transition: all .22s;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  line-height: 1.4;
  vertical-align: middle;
  border: none;
}
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold2); transform: translateY(-2px); box-shadow: 0 6px 22px rgba(252,209,22,.4); color: var(--navy); }

.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy2); transform: translateY(-2px); color: var(--white); }

.btn-outline-white {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,.45);
}
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.75); color: var(--white); }

.btn-outline-navy {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid var(--navy);
}
.btn-outline-navy:hover { background: var(--navy); color: var(--white); }


/* ════════════════════════════════════════════════════════
   4. ANNOUNCE BAR
   ════════════════════════════════════════════════════════ */
.announce-bar {
  background: linear-gradient(90deg, var(--green), var(--navy) 60%, var(--red2));
  padding: 7px 0;
}
.announce-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .73rem;
  color: rgba(255,255,255,.75);
  gap: 12px;
  flex-wrap: wrap;
}
.announce-inner strong { color: var(--gold); }


/* ════════════════════════════════════════════════════════
   5. HEADER & NAVIGATION
   ════════════════════════════════════════════════════════ */
#site-header {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(13,27,62,.07);
  transition: box-shadow .2s;
}
#site-header.scrolled { box-shadow: 0 4px 20px rgba(13,27,62,.15); }
.header-accent {
  height: 3px;
  background: linear-gradient(90deg, var(--green) 33.33%, var(--red) 33.33% 66.66%, var(--gold) 66.66%);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  gap: 20px;
}

/* LOGO */
.logo-wrap { display: flex; align-items: center; gap: 14px; flex-shrink: 0; text-decoration: none !important; }
.logo-circle {
  width: 56px; height: 56px; border-radius: 50%;
  overflow: hidden; flex-shrink: 0;
  border: 2px solid rgba(252,209,22,.35);
  display: flex; align-items: center; justify-content: center;
  background: var(--white);
}
.logo-circle img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; }
.logo-txt { line-height: 1.15; }
.logo-txt .ln1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700; font-size: 1.3rem;
  color: var(--navy); letter-spacing: .04em;
  display: block; text-decoration: none !important;
}
.logo-txt .ln2 {
  font-size: .6rem; color: var(--gray);
  text-transform: uppercase; letter-spacing: .08em;
  margin-top: 2px; display: block;
}

/* NAV LINKS — targets <a class="nav-link"> from WP walker */
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
/* Style BOTH <button> and <a> inside nav-links */
.nav-links a,
.nav-links button,
.nav-links .nav-link {
  display: inline-flex;
  align-items: center;
  font-family: 'Outfit', sans-serif;
  font-size: .87rem;
  font-weight: 500;
  color: var(--gray) !important;
  padding: 7px 13px;
  border-radius: 6px;
  transition: all .2s;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  line-height: 1;
}
.nav-links a:hover,
.nav-links button:hover,
.nav-links .nav-link:hover {
  color: var(--navy) !important;
  background: var(--light);
}
.nav-links a.active,
.nav-links button.active,
.nav-links .nav-link.active,
.nav-links .current-menu-item > a,
.nav-links .current_page_item > a {
  color: var(--navy) !important;
  font-weight: 600;
  border-bottom-color: var(--gold);
}

/* NAV CTA BUTTON */
.nav-cta {
  display: inline-block;
  background: var(--navy);
  color: var(--white) !important;
  border: none;
  cursor: pointer;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: .83rem;
  padding: 10px 20px;
  border-radius: 7px;
  transition: all .2s;
  white-space: nowrap;
  letter-spacing: .03em;
  text-decoration: none !important;
  flex-shrink: 0;
}
.nav-cta:hover { background: var(--navy2); color: var(--white) !important; }

/* MOBILE MENU TOGGLE */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}
.mobile-menu-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--navy); border-radius: 2px; transition: .25s;
}


/* ════════════════════════════════════════════════════════
   6. TRICOLOR ELEMENTS
   ════════════════════════════════════════════════════════ */
.tricolor {
  height: 5px;
  background: linear-gradient(90deg, var(--green) 33.33%, var(--red) 33.33% 66.66%, var(--gold) 66.66%);
}
.tricolor-dots { display: inline-flex; gap: 5px; align-items: center; }
.tricolor-dots span { width: 9px; height: 9px; border-radius: 50%; display: block; }
.tricolor-dots span:nth-child(1) { background: var(--green); }
.tricolor-dots span:nth-child(2) { background: var(--red); }
.tricolor-dots span:nth-child(3) { background: var(--gold); }

.flag-accent { display: flex; height: 5px; border-radius: 2px; overflow: hidden; margin-bottom: 14px; width: 60px; }
.flag-accent span:nth-child(1) { flex: 1; background: var(--green); }
.flag-accent span:nth-child(2) { flex: 1; background: var(--red); }
.flag-accent span:nth-child(3) { flex: 1; background: var(--gold); }

.eyebrow {
  font-size: .75rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .13em; color: var(--gold);
  display: flex; align-items: center; gap: 9px; margin-bottom: 12px;
}
.eyebrow::before { content: ''; display: block; width: 22px; height: 2px; background: var(--gold); }
.eyebrow.dark { color: var(--red); }
.eyebrow.dark::before { background: var(--red); }


/* ════════════════════════════════════════════════════════
   7. HERO
   ════════════════════════════════════════════════════════ */
.hero {
  background: var(--navy);
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(252,209,22,.03) 0px, rgba(252,209,22,.03) 1px, transparent 1px, transparent 40px),
    repeating-linear-gradient(45deg, rgba(255,255,255,.02) 0px, rgba(255,255,255,.02) 1px, transparent 1px, transparent 60px);
}
.hero-bar {
  position: absolute; left: 0; top: 0; bottom: 0; width: 6px;
  background: linear-gradient(to bottom, var(--green) 33.33%, var(--red) 33.33% 66.66%, var(--gold) 66.66%);
  z-index: 3;
}
.hero-geo {
  position: absolute; right: -120px; top: 50%; transform: translateY(-50%);
  width: 620px; height: 620px; pointer-events: none;
}
.hero-geo-ring {
  position: absolute; border-radius: 50%; border: 1px solid;
}
.hero-geo-ring:nth-child(1) { inset: 0; border-color: rgba(252,209,22,.07); }
.hero-geo-ring:nth-child(2) { inset: 60px; border-color: rgba(252,209,22,.12); }
.hero-geo-ring:nth-child(3) {
  inset: 130px;
  background: radial-gradient(circle, rgba(252,209,22,.05) 0%, transparent 70%);
  border-color: transparent;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 80px 0;
  width: 100%;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(252,209,22,.1); border: 1px solid rgba(252,209,22,.25);
  border-radius: 100px; padding: 7px 18px; margin-bottom: 24px;
}
.hero-badge-txt { font-size: .75rem; color: var(--gold); font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { color: var(--white); margin-bottom: 10px; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-fullname {
  font-size: .78rem; color: rgba(255,255,255,.42);
  letter-spacing: .04em; margin-bottom: 20px; line-height: 1.6; text-transform: uppercase;
}
.hero-desc { font-size: 1.02rem; color: rgba(255,255,255,.75); margin-bottom: 32px; max-width: 520px; line-height: 1.8; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Logo showcase (right side of hero) */
.hero-logo-showcase {
  display: flex; flex-direction: column;
  align-items: center; gap: 24px;
}
.logo-frame {
  width: 320px; height: 320px; border-radius: 50%;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(252,209,22,.15);
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.logo-frame::after {
  content: ''; position: absolute; inset: -14px; border-radius: 50%;
  border: 1px dashed rgba(252,209,22,.1);
}
.logo-frame img { width: 280px; height: 280px; object-fit: contain; border-radius: 50%; }
.hero-slogan {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 1rem; color: rgba(255,255,255,.5); text-align: center;
  max-width: 280px; line-height: 1.6;
}


/* ════════════════════════════════════════════════════════
   8. STATS BAND
   ════════════════════════════════════════════════════════ */
.stats-band { background: var(--navy2); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item {
  padding: 30px 20px; text-align: center;
  border-right: 1px solid rgba(255,255,255,.07);
  position: relative;
}
.stat-item:last-child { border-right: none; }
.stat-item::before {
  content: ''; position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 30px; height: 3px;
}
.stat-item:nth-child(1)::before { background: var(--green); }
.stat-item:nth-child(2)::before { background: var(--gold); }
.stat-item:nth-child(3)::before { background: var(--red); }
.stat-item:nth-child(4)::before { background: var(--green2); }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem; font-weight: 700; color: var(--gold); line-height: 1;
  display: block;
}
.stat-lbl {
  font-size: .72rem; color: rgba(255,255,255,.55);
  margin-top: 6px; text-transform: uppercase; letter-spacing: .08em;
  display: block;
}


/* ════════════════════════════════════════════════════════
   9. ABOUT / WHO WE ARE SPLIT
   ════════════════════════════════════════════════════════ */
.about-split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center;
}
.about-img-col { position: relative; }
.main-img-box {
  border-radius: 16px; overflow: hidden;
  height: 460px; box-shadow: var(--shadow-lg);
}
.main-img-box img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.float-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--gold); border-radius: 12px;
  padding: 20px 24px; text-align: center;
  box-shadow: 0 8px 28px rgba(252,209,22,.35);
}
.float-badge .fb-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem; font-weight: 700; color: var(--navy); line-height: 1; display: block;
}
.float-badge .fb-lbl {
  font-size: .65rem; text-transform: uppercase;
  letter-spacing: .07em; color: rgba(13,27,62,.7); font-weight: 700; display: block;
}


/* ════════════════════════════════════════════════════════
   10. MISSION CARDS
   ════════════════════════════════════════════════════════ */
.mission-wrap { background: var(--white); padding: 92px 0; }
.mission-card {
  border-radius: 14px; padding: 36px 28px;
  border: 1px solid var(--border);
  position: relative; overflow: hidden;
  transition: all .25s; background: var(--cream);
}
.mission-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); background: var(--white); }
.mc-stripe { position: absolute; top: 0; left: 0; right: 0; height: 4px; }
.mc-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem; font-weight: 700; line-height: 1;
  margin-bottom: -20px; opacity: .07; color: var(--navy); display: block;
}
.mc-icon {
  width: 44px; height: 44px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; margin-bottom: 16px; margin-top: 8px;
}
.mission-card h3 { color: var(--navy); margin-bottom: 10px; font-size: 1.25rem; }
.mission-card p  { color: var(--gray); font-size: .88rem; line-height: 1.78; }


/* ════════════════════════════════════════════════════════
   11. NEWS CARDS
   ════════════════════════════════════════════════════════ */
.news-card {
  background: var(--white); border-radius: 12px;
  overflow: hidden; box-shadow: var(--shadow); transition: all .25s;
  display: flex; flex-direction: column;
}
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.news-img-wrap { height: 210px; overflow: hidden; position: relative; flex-shrink: 0; }
.news-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.news-card:hover .news-img-wrap img { transform: scale(1.04); }
.news-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.news-tag {
  font-size: .7rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: var(--red); margin-bottom: 8px; display: block;
}
.news-body h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; color: var(--navy); margin-bottom: 8px; line-height: 1.35;
}
.news-body p  { font-size: .85rem; color: var(--gray); line-height: 1.7; flex: 1; }
.news-meta {
  margin-top: 14px; display: flex; align-items: center;
  gap: 8px; font-size: .75rem; color: var(--gray);
}
.news-date {
  background: var(--light); padding: 3px 10px;
  border-radius: 100px; font-weight: 500;
}


/* ════════════════════════════════════════════════════════
   12. PARTNER STRIP
   ════════════════════════════════════════════════════════ */
.partner-strip { background: var(--navy); padding: 40px 0; }
.partner-logos {
  display: flex; align-items: center;
  justify-content: center; gap: 48px; flex-wrap: wrap;
}
.partner-logo-item {
  opacity: .55; transition: opacity .2s;
  display: flex; align-items: center;
}
.partner-logo-item:hover { opacity: 1; }
.partner-logo-item img {
  height: 34px; object-fit: contain;
  filter: brightness(0) invert(1);
}
.partner-logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700; font-size: 1.2rem;
  color: rgba(255,255,255,.55); letter-spacing: .06em;
}


/* ════════════════════════════════════════════════════════
   13. CTA BAND
   ════════════════════════════════════════════════════════ */
.cta-band {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%);
  padding: 72px 0; text-align: center; position: relative; overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 5px;
  background: linear-gradient(to bottom, var(--green) 33.33%, var(--red) 33.33% 66.66%, var(--gold) 66.66%);
}
.cta-band::after {
  content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 5px;
  background: linear-gradient(to bottom, var(--green) 33.33%, var(--red) 33.33% 66.66%, var(--gold) 66.66%);
}
.cta-band h2 { color: var(--white); margin-bottom: 12px; }
.cta-band p  { color: rgba(255,255,255,.72); max-width: 480px; margin: 0 auto 28px; font-size: .97rem; }


/* ════════════════════════════════════════════════════════
   14. PAGE HERO BANNER (inner pages)
   ════════════════════════════════════════════════════════ */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 60%, #2a3f8f 100%);
  padding: 88px 0 64px; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 5px;
  background: linear-gradient(to bottom, var(--green) 33.33%, var(--red) 33.33% 66.66%, var(--gold) 66.66%);
}
.page-hero::after {
  content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 40%;
  background: radial-gradient(ellipse at right center, rgba(252,209,22,.06) 0%, transparent 60%);
}
.page-hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: .13; z-index: 0;
}
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb {
  font-size: .75rem; color: rgba(255,255,255,.42);
  margin-bottom: 18px; display: flex; align-items: center; gap: 8px;
}
.breadcrumb a { color: var(--gold); text-decoration: none !important; }
.breadcrumb a:hover { color: var(--gold2); }
.page-hero h1 { color: var(--white); }
.page-hero h1 em { font-style: normal; color: var(--gold); }
.page-hero-sub { color: rgba(255,255,255,.62); max-width: 560px; margin-top: 12px; font-size: .96rem; }


/* ════════════════════════════════════════════════════════
   15. ABOUT PAGE — STORY / TIMELINE / LEADERSHIP
   ════════════════════════════════════════════════════════ */
.timeline-wrap { padding-left: 36px; position: relative; }
.timeline-wrap::before {
  content: ''; position: absolute; left: 10px; top: 8px; bottom: 8px; width: 3px;
  background: linear-gradient(to bottom, var(--green), var(--red), var(--gold));
}
.tl-item { position: relative; margin-bottom: 36px; }
.tl-dot {
  position: absolute; left: -30px; top: 5px;
  width: 16px; height: 16px; border-radius: 50%;
  border: 3px solid var(--white); box-shadow: 0 0 0 3px;
}
.tl-item:nth-child(1) .tl-dot { background: var(--green); box-shadow: 0 0 0 3px rgba(0,100,53,.2); }
.tl-item:nth-child(2) .tl-dot { background: var(--navy); box-shadow: 0 0 0 3px rgba(13,27,62,.2); }
.tl-item:nth-child(3) .tl-dot { background: var(--red); box-shadow: 0 0 0 3px rgba(206,17,38,.2); }
.tl-item:nth-child(4) .tl-dot { background: var(--gold); box-shadow: 0 0 0 3px rgba(252,209,22,.3); }
.tl-year {
  font-size: .73rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: var(--gray); margin-bottom: 4px;
}
.tl-title { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; color: var(--navy); margin-bottom: 5px; font-weight: 600; }
.tl-desc  { font-size: .85rem; color: var(--gray); line-height: 1.7; }

.value-card {
  border-radius: 12px; padding: 32px 24px;
  border-top: 4px solid transparent;
  background: var(--white); box-shadow: var(--shadow);
  transition: all .25s;
}
.value-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.vc1 { border-top-color: var(--green); }
.vc2 { border-top-color: var(--red); }
.vc3 { border-top-color: var(--gold); }
.vc4 { border-top-color: var(--navy); }
.v-icon { font-size: 2rem; margin-bottom: 14px; display: block; }
.value-card h4 { color: var(--navy); margin-bottom: 8px; }
.value-card p  { color: var(--gray); font-size: .84rem; line-height: 1.75; }

/* Leadership cards */
.leader-card {
  background: var(--white); border-radius: 14px;
  overflow: hidden; box-shadow: var(--shadow);
  transition: all .25s; text-align: center;
}
.leader-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.leader-avatar {
  width: 100px; height: 100px; border-radius: 50%;
  margin: 32px auto 0;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; font-weight: 700; color: var(--white);
  position: relative;
}
.leader-avatar::after {
  content: ''; position: absolute; inset: -4px; border-radius: 50%;
  border: 3px solid var(--gold);
}
.lc1 .leader-avatar { background: linear-gradient(135deg, var(--navy), var(--navy2)); }
.lc2 .leader-avatar { background: linear-gradient(135deg, var(--green), var(--green2)); }
.lc3 .leader-avatar { background: linear-gradient(135deg, var(--red2), var(--red)); }
.lc4 .leader-avatar { background: linear-gradient(135deg, #2d5a8e, #1a3a6b); }
.leader-info { padding: 20px 20px 28px; }
.leader-name { font-weight: 700; color: var(--navy); font-size: 1.05rem; margin-bottom: 5px; font-family: 'Cormorant Garamond', serif; display: block; }
.leader-role { font-size: .72rem; color: var(--red); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; display: block; }
.leader-region { font-size: .8rem; color: var(--gray); display: block; }
.leader-desc   { font-size: .82rem; color: var(--gray); line-height: 1.65; margin-top: 10px; }


/* ════════════════════════════════════════════════════════
   16. PARTNERS PAGE
   ════════════════════════════════════════════════════════ */
.partner-featured {
  background: var(--white); border-radius: 16px;
  box-shadow: var(--shadow-lg); overflow: hidden; margin-bottom: 32px;
}
.pf-inner { display: grid; grid-template-columns: 300px 1fr; }
.pf-left {
  background: #000;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 44px; gap: 18px; min-height: 340px;
}
.pf-left img { border-radius: 10px; max-width: 200px; }
.pf-right { padding: 44px; }
.pf-category {
  font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; color: var(--red);
  display: flex; align-items: center; gap: 8px; margin-bottom: 12px;
}
.pf-category::before { content: ''; display: block; width: 18px; height: 2px; background: var(--red); }
.pf-right h3 { color: var(--navy); font-size: 1.7rem; margin-bottom: 14px; }
.pf-right p  { color: var(--gray); font-size: .93rem; line-height: 1.8; margin-bottom: 12px; }
.pf-stats {
  display: flex; gap: 28px; margin-top: 20px;
  padding-top: 20px; border-top: 1px solid var(--border);
  flex-wrap: wrap;
}
.pfs { text-align: center; }
.pfs-num { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 700; color: var(--navy); display: block; }
.pfs-lbl { font-size: .68rem; color: var(--gray); text-transform: uppercase; letter-spacing: .07em; display: block; }

.event-highlight {
  background: linear-gradient(135deg, var(--navy), var(--navy2));
  border-radius: 16px; padding: 44px;
  display: grid; grid-template-columns: 1fr auto;
  gap: 36px; align-items: center;
  box-shadow: var(--shadow-lg); margin-bottom: 48px;
}
.ev-date {
  background: var(--gold); border-radius: 12px;
  padding: 18px 22px; text-align: center; min-width: 96px; flex-shrink: 0;
}
.ev-day  { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 700; color: var(--navy); line-height: 1; display: block; }
.ev-month { font-size: .72rem; font-weight: 700; text-transform: uppercase; color: var(--navy); letter-spacing: .08em; display: block; }
.event-highlight h3 { color: var(--white); font-size: 1.5rem; margin-bottom: 10px; }
.event-highlight p  { color: rgba(255,255,255,.68); font-size: .9rem; line-height: 1.75; margin-bottom: 16px; }
.ev-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.ev-tag {
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14);
  padding: 4px 12px; border-radius: 100px; font-size: .73rem; color: rgba(255,255,255,.8);
}

.p-card {
  background: var(--white); border-radius: 12px;
  padding: 28px 22px; box-shadow: var(--shadow);
  transition: all .2s; border-left: 4px solid var(--gold);
  display: flex; flex-direction: column;
}
.p-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.p-card:nth-child(odd) { border-left-color: var(--green); }
.pc-logo-txt {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 700; color: var(--navy);
  height: 48px; display: flex; align-items: center; margin-bottom: 10px;
}
.p-card h4 { color: var(--navy); margin-bottom: 8px; font-size: 1rem; }
.p-card p  { color: var(--gray); font-size: .84rem; line-height: 1.7; flex: 1; }
.p-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 12px; }
.p-tag {
  background: var(--light); color: var(--navy);
  font-size: .68rem; font-weight: 600; padding: 3px 9px;
  border-radius: 100px; text-transform: uppercase; letter-spacing: .05em;
}


/* ════════════════════════════════════════════════════════
   17. CONTACT PAGE
   ════════════════════════════════════════════════════════ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 48px; align-items: start; }
.ci-card { background: var(--navy); border-radius: 16px; padding: 40px; }
.ci-card h3 { color: var(--gold); font-size: 1.4rem; font-family: 'Cormorant Garamond', serif; margin-bottom: 8px; }
.ci-card > p { color: rgba(255,255,255,.6); font-size: .88rem; margin-bottom: 28px; }
.ci-item { display: flex; gap: 14px; margin-bottom: 24px; align-items: flex-start; }
.ci-icon {
  width: 42px; height: 42px; border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.ci-g { background: rgba(0,100,53,.25); color: #4ADE80; }
.ci-r { background: rgba(206,17,38,.2); color: #ff8096; }
.ci-b { background: rgba(255,255,255,.07); color: rgba(255,255,255,.55); }
.ci-item h5 { color: var(--white); font-size: .84rem; margin-bottom: 3px; font-family: 'Outfit', sans-serif; font-weight: 600; }
.ci-item p  { color: rgba(255,255,255,.52); font-size: .8rem; line-height: 1.6; }
.soc-strip { display: flex; gap: 8px; margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); }
.soc-btn {
  flex: 1; padding: 9px; background: rgba(255,255,255,.06);
  border-radius: 7px; text-align: center; font-size: .73rem;
  color: rgba(255,255,255,.6); font-weight: 500; transition: all .2s;
  cursor: pointer;
}
.soc-btn:hover { background: rgba(255,255,255,.12); color: var(--white); }

/* Contact form */
.cf-card { background: var(--white); border-radius: 16px; padding: 40px; box-shadow: var(--shadow); }
.cf-card h3 { color: var(--navy); font-size: 1.4rem; font-family: 'Cormorant Garamond', serif; margin-bottom: 6px; }
.cf-card > p { color: var(--gray); font-size: .88rem; margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fg { margin-bottom: 16px; }
.fl { display: block; font-size: .8rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; letter-spacing: .03em; }
.fi, .fta, .fsel {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid var(--border); border-radius: 7px;
  font-family: 'Outfit', sans-serif; font-size: .9rem;
  color: var(--navy); background: var(--cream);
  transition: border-color .2s; outline: none;
}
.fi:focus, .fta:focus, .fsel:focus { border-color: var(--navy); background: var(--white); }
.fta { min-height: 120px; resize: vertical; }
.fsub {
  width: 100%; background: var(--navy); color: var(--white);
  padding: 13px; border: none; border-radius: 8px;
  font-family: 'Outfit', sans-serif; font-size: .95rem;
  font-weight: 600; cursor: pointer; transition: all .22s;
  letter-spacing: .04em;
}
.fsub:hover { background: var(--navy2); transform: translateY(-2px); }
#synfeplc-form-message { margin-top: 10px; font-size: .85rem; text-align: center; min-height: 20px; }

/* Regions grid */
.region-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.region-card {
  background: var(--white); border-radius: 10px;
  padding: 18px 14px; text-align: center;
  box-shadow: var(--shadow); transition: all .2s;
  border-top: 3px solid var(--gold);
}
.region-card:hover { transform: translateY(-3px); }
.region-card:nth-child(even) { border-top-color: var(--green); }
.region-emoji { font-size: 1.6rem; margin-bottom: 8px; display: block; }
.region-name  { font-size: .8rem; font-weight: 700; color: var(--navy); display: block; }
.region-city  { font-size: .72rem; color: var(--gray); margin-top: 3px; display: block; }


/* ════════════════════════════════════════════════════════
   18. FOOTER
   ════════════════════════════════════════════════════════ */
#site-footer { background: var(--navy); color: var(--white); padding-top: 60px; }
.footer-bar {
  height: 4px;
  background: linear-gradient(90deg, var(--green) 33.33%, var(--red) 33.33% 66.66%, var(--gold) 66.66%);
}
.footer-grid {
  display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 36px; padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer-brand .f-logo { width: 48px; height: 48px; object-fit: contain; border-radius: 50%; margin-bottom: 12px; border: 1px solid rgba(252,209,22,.25); }
.footer-brand .f-name { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 700; margin-bottom: 3px; display: block; color: var(--white); }
.footer-brand .f-sub  { font-size: .65rem; color: var(--gold); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; display: block; }
.footer-brand p { font-size: .8rem; color: rgba(255,255,255,.48); line-height: 1.75; max-width: 270px; }
.footer-col h5 { font-size: .73rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--gold); margin-bottom: 14px; }
.footer-col ul { display: flex; flex-direction: column; gap: 7px; }
.footer-col li { font-size: .8rem; color: rgba(255,255,255,.48); transition: color .2s; }
.footer-col li a { color: rgba(255,255,255,.48) !important; transition: color .2s; }
.footer-col li a:hover { color: var(--white) !important; }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0; font-size: .72rem; color: rgba(255,255,255,.3);
  flex-wrap: wrap; gap: 8px;
}
.footer-bottom strong { color: rgba(255,255,255,.55); }


/* ════════════════════════════════════════════════════════
   19. GRID HELPERS
   ════════════════════════════════════════════════════════ */
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }


/* ════════════════════════════════════════════════════════
   20. RESPONSIVE
   ════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-logo-showcase { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .region-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .about-split, .pf-inner, .contact-grid, .grid2 { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .event-highlight { grid-template-columns: 1fr; }
  .pf-inner { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white); padding: 12px;
    box-shadow: 0 8px 24px rgba(13,27,62,.12);
    border-top: 1px solid var(--border); z-index: 99;
  }
  .nav-links.open a,
  .nav-links.open .nav-link { width: 100%; text-align: left; border-bottom: none; border-radius: 6px; }
  .mobile-menu-toggle { display: flex; }
  #site-header .nav-inner { position: relative; }
  .grid3, .grid4 { grid-template-columns: 1fr 1fr; }
  .region-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-bottom: 60px; }
  .hero-inner { padding: 60px 0 40px; }
}
@media (max-width: 480px) {
  .grid3, .grid4 { grid-template-columns: 1fr; }
  .region-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 2rem; }
}
