/*
Theme Name: RA Molete Baptist Church
Theme URI: https://moletebaptistchurch.org
Author: UCOM Technologies Ltd
Author URI: https://ucomtechnologies.com
Description: Official theme for the Royal Ambassadors of Molete Baptist Church, Ibadan. Features the RA blue-gold-white identity, full history, leadership, activities, and contact pages.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ra-mbci
Tags: church, ministry, organization, custom-colors, custom-menu, featured-images, full-width-template, responsive-layout
*/

/* ─── DESIGN TOKENS ─── */
:root {
  --navy:    #0D2240;
  --royal:   #1A3D72;
  --gold:    #C8922A;
  --gold-lt: #E8B84B;
  --white:   #FFFFFF;
  --cream:   #F9F6F0;
  --muted:   #6B7280;
  --border:  #E2DDD6;
  --text:    #1C1C1E;
}

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--white);
  font-size: 16px;
  line-height: 1.7;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold-lt); }

/* ─── TYPOGRAPHY ─── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--navy);
}
p { line-height: 1.78; }

/* ─── UTILITY ─── */
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.section-label {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: .68rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}
.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin-bottom: 16px;
}
.section-rule {
  width: 52px; height: 3px;
  background: var(--gold);
  border: none;
  margin-bottom: 28px;
}
.section-intro {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 640px;
  line-height: 1.8;
}
.btn {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 3px;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s;
  cursor: pointer;
  border: none;
  font-family: 'Inter', sans-serif;
}
.btn-gold    { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-lt); color: var(--navy); }
.btn-outline { background: transparent; border: 1.5px solid rgba(200,146,42,.6); color: var(--gold-lt); }
.btn-outline:hover { background: rgba(200,146,42,.12); border-color: var(--gold); }
.btn-navy    { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--royal); color: var(--white); }

/* ─── NAVIGATION ─── */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: var(--navy);
  height: 68px;
  display: flex; align-items: center;
  box-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%;
}
.site-branding {
  display: flex; align-items: center; gap: 14px;
  text-decoration: none;
}
.site-branding .brand-name {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: .85rem;
  line-height: 1.3;
  letter-spacing: .04em;
}
.main-navigation ul {
  display: flex; gap: 4px; list-style: none; margin: 0; padding: 0;
}
.main-navigation a {
  color: rgba(255,255,255,.82);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 4px;
  transition: color .2s, background .2s;
  display: block;
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  color: var(--gold-lt);
  background: rgba(200,146,42,.12);
}
.menu-toggle {
  display: none;
  background: none;
  border: 1.5px solid rgba(200,146,42,.5);
  color: var(--gold);
  padding: 7px 12px;
  border-radius: 3px;
  cursor: pointer;
  font-size: .85rem;
}

/* ─── PAGE HEADER BANNER ─── */
.page-banner {
  background: linear-gradient(160deg, var(--navy) 0%, var(--royal) 55%, #0A1F3C 100%);
  padding: 110px 24px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-banner::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.page-banner .eyebrow {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: .7rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 18px;
}
.page-banner h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 14px;
}
.page-banner p {
  color: rgba(255,255,255,.65);
  max-width: 580px;
  margin: 0 auto;
  font-size: 1rem;
}

/* ─── HERO ─── */
.hero {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(160deg, var(--navy) 0%, var(--royal) 55%, #0A1F3C 100%);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-bg-pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(200,146,42,.07) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(200,146,42,.05) 0%, transparent 50%);
}
.hero-stripe {
  position: absolute; left: -60px; top: 55%;
  width: 200%; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: rotate(-8deg); opacity: .35;
}
.hero-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 80px 24px;
  max-width: 860px;
}
.hero-eyebrow {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: .75rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 28px;
  display: block;
}
.hero-title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 10px;
}
.hero-title span { color: var(--gold-lt); }
.hero-subtitle {
  font-family: 'Cinzel', serif;
  color: rgba(255,255,255,.7);
  font-size: .95rem;
  letter-spacing: .12em;
  margin-bottom: 28px;
  display: block;
}
.hero-watchword {
  font-style: italic;
  color: var(--gold-lt);
  font-size: 1.05rem;
  font-weight: 300;
  margin-bottom: 44px;
}
.hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-scroll {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,.4);
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  animation: bounce 2.4s ease-in-out infinite;
}
@keyframes bounce {
  0%,100%{transform:translateX(-50%) translateY(0)}
  50%{transform:translateX(-50%) translateY(8px)}
}

/* ─── ABOUT STRIP ─── */
.about-strip { padding: 88px 24px; background: var(--cream); border-top: 3px solid var(--gold); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-text p { color: #374151; line-height: 1.85; margin-bottom: 16px; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.stat-card {
  background: var(--navy);
  color: var(--white);
  padding: 26px 20px;
  border-radius: 4px;
  border-bottom: 3px solid var(--gold);
  text-align: center;
}
.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--gold-lt);
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
}

/* ─── GOALS ─── */
.goals-section { padding: 88px 24px; background: var(--white); }
.goals-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.goal-card {
  border: 1px solid var(--border);
  padding: 30px 26px;
  border-radius: 4px;
  transition: box-shadow .2s, border-color .2s;
}
.goal-card:hover { box-shadow: 0 8px 28px rgba(13,34,64,.09); border-color: var(--gold); }
.goal-card h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: 10px; }
.goal-card p { font-size: .88rem; color: var(--muted); line-height: 1.75; }
.goal-icon { font-size: 2rem; margin-bottom: 16px; display: block; }

/* ─── TIMELINE ─── */
.history-section { padding: 88px 24px; background: var(--navy); }
.history-section .section-title { color: var(--white); }
.history-section .section-intro { color: rgba(255,255,255,.65); }
.timeline { margin-top: 60px; position: relative; max-width: 900px; }
.timeline::before {
  content: '';
  position: absolute; left: 120px; top: 0; bottom: 0; width: 2px;
  background: linear-gradient(180deg, var(--gold), rgba(200,146,42,.1));
}
.tl-item { display: flex; gap: 36px; margin-bottom: 48px; position: relative; }
.tl-year {
  flex-shrink: 0; width: 120px; text-align: right; padding-top: 4px;
  font-family: 'Cinzel', serif; font-size: .8rem; color: var(--gold); letter-spacing: .06em;
}
.tl-dot {
  position: absolute; left: 113px; top: 6px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--gold); border: 3px solid var(--navy);
  box-shadow: 0 0 0 2px var(--gold);
}
.tl-body { flex: 1; padding-left: 28px; }
.tl-body h3 { font-size: 1.05rem; color: var(--white); margin-bottom: 8px; }
.tl-body p { font-size: .88rem; color: rgba(255,255,255,.62); line-height: 1.75; }

/* ─── LEADERSHIP ─── */
.leadership-section { padding: 88px 24px; background: var(--cream); }
.leaders-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 44px; }
.leader-card {
  background: var(--white);
  border-radius: 4px;
  border: 1px solid var(--border);
  text-align: center;
  overflow: hidden;
  transition: box-shadow .2s;
}
.leader-card:hover { box-shadow: 0 8px 24px rgba(13,34,64,.1); }
.leader-avatar {
  width: 100%; height: 120px;
  background: linear-gradient(135deg, var(--navy), var(--royal));
  display: flex; align-items: center; justify-content: center;
  font-size: 2.8rem;
}
.leader-info { padding: 18px 14px; }
.leader-info h4 { font-size: .92rem; color: var(--navy); margin-bottom: 4px; }
.leader-role { font-size: .72rem; color: var(--gold); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }

/* ─── PLEDGE BANNER ─── */
.pledge-banner {
  background: linear-gradient(135deg, var(--royal) 0%, var(--navy) 100%);
  padding: 76px 24px;
  text-align: center;
}
.pledge-inner { max-width: 760px; margin: 0 auto; }
.pledge-title { font-size: clamp(1.4rem, 3vw, 2.1rem); color: var(--white); margin-bottom: 32px; }
.pledge-lines { list-style: none; display: flex; flex-direction: column; gap: 12px; text-align: left; }
.pledge-lines li {
  font-size: .97rem;
  color: rgba(255,255,255,.85);
  padding: 14px 22px;
  background: rgba(255,255,255,.06);
  border-left: 3px solid var(--gold);
  border-radius: 0 3px 3px 0;
}

/* ─── ACTIVITIES ─── */
.activities-section { padding: 88px 24px; background: var(--white); }
.activities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }
.activity-card {
  background: var(--cream);
  border: 1px solid var(--border);
  padding: 32px 26px;
  border-radius: 4px;
}
.activity-card .ac-icon { font-size: 2.2rem; margin-bottom: 16px; display: block; }
.activity-card h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: 10px; }
.activity-card p { font-size: .87rem; color: var(--muted); line-height: 1.75; }

/* ─── PLENIPOTENTIARY ─── */
.pleni-section { padding: 88px 24px; background: var(--navy); }
.pleni-section .section-title { color: var(--white); }
.pleni-section .section-intro { color: rgba(255,255,255,.65); }
.pleni-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 44px; }
.pleni-item {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(200,146,42,.2);
  padding: 13px 15px;
  border-radius: 3px;
  font-size: .82rem;
  color: rgba(255,255,255,.8);
  display: flex; align-items: center; gap: 8px;
}
.pleni-item::before { content: '✦'; color: var(--gold); font-size: .55rem; flex-shrink: 0; }

/* ─── CTA STRIP ─── */
.cta-strip { background: var(--gold); padding: 64px 24px; text-align: center; }
.cta-strip h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--navy); margin-bottom: 10px; }
.cta-strip p { color: rgba(13,34,64,.75); margin-bottom: 26px; }

/* ─── ABOUT PAGE ─── */
.mv-section { padding: 80px 24px; background: var(--cream); }
.mv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.mv-card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 30px 24px;
  border-radius: 4px;
  border-top: 3px solid var(--gold);
}
.mv-card h3 { font-size: 1.05rem; margin-bottom: 12px; }
.mv-card p { font-size: .88rem; color: var(--muted); line-height: 1.78; }
.obj-section { padding: 80px 24px; background: var(--white); }
.obj-list { display: flex; flex-direction: column; gap: 16px; margin-top: 32px; max-width: 820px; }
.obj-item {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 18px 22px; border: 1px solid var(--border); border-radius: 4px;
}
.obj-num { font-family: 'Cinzel', serif; color: var(--gold); font-size: 1.2rem; font-weight: 700; flex-shrink: 0; line-height: 1.2; }
.obj-item p { font-size: .92rem; color: #374151; line-height: 1.8; }
.ranks-section { padding: 80px 24px; background: var(--navy); }
.ranks-section .section-title { color: var(--white); }
.ranks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; }
.rank-card { background: rgba(255,255,255,.06); border: 1px solid rgba(200,146,42,.2); padding: 26px; border-radius: 4px; }
.rank-card h3 { font-size: 1rem; color: var(--gold-lt); margin-bottom: 6px; }
.rank-age { font-family: 'Cinzel', serif; font-size: .65rem; color: var(--gold); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 10px; display: block; }
.rank-card p { font-size: .84rem; color: rgba(255,255,255,.65); line-height: 1.75; }
.rank-symbol { font-size: 1.6rem; margin-bottom: 12px; display: block; }
.colours-section { padding: 80px 24px; background: var(--cream); }
.colours-row { display: flex; gap: 20px; margin-top: 28px; flex-wrap: wrap; }
.colour-swatch { display: flex; align-items: center; gap: 14px; background: var(--white); border: 1px solid var(--border); padding: 16px 22px; border-radius: 4px; flex: 1; min-width: 200px; }
.swatch-box { width: 48px; height: 48px; border-radius: 3px; flex-shrink: 0; }
.swatch-info h4 { font-size: .92rem; color: var(--navy); margin-bottom: 3px; }
.swatch-info p { font-size: .78rem; color: var(--muted); }

/* ─── HISTORY PAGE ─── */
.global-hist { padding: 80px 24px; background: var(--cream); }
.global-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.global-text p { color: #374151; line-height: 1.85; margin-bottom: 14px; font-size: .95rem; }
.quote-block {
  background: var(--navy); color: var(--white);
  padding: 26px; border-radius: 4px; border-left: 4px solid var(--gold);
  font-style: italic; font-size: .93rem; line-height: 1.8; margin-top: 22px;
}
.quote-block cite { display: block; margin-top: 10px; font-style: normal; font-size: .76rem; color: var(--gold-lt); }
.emblem-info { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 26px; }
.emblem-info h3 { font-size: 1.05rem; margin-bottom: 10px; }
.emblem-info p { font-size: .86rem; color: var(--muted); line-height: 1.75; margin-bottom: 10px; }
.admins-section { padding: 80px 24px; background: var(--white); }
.admin-block { border: 1px solid var(--border); border-radius: 4px; margin-bottom: 36px; overflow: hidden; }
.admin-header { background: var(--navy); color: var(--white); padding: 22px 28px; display: flex; align-items: center; gap: 22px; }
.admin-period { font-family: 'Cinzel', serif; font-size: .75rem; color: var(--gold); letter-spacing: .1em; white-space: nowrap; flex-shrink: 0; }
.admin-header h2 { font-size: 1.15rem; color: var(--white); font-weight: 700; }
.admin-body { padding: 26px 28px; }
.admin-body p { color: #374151; font-size: .92rem; line-height: 1.82; margin-bottom: 12px; }
.admin-achievements { margin-top: 14px; padding: 14px 18px; background: var(--cream); border-left: 3px solid var(--gold); border-radius: 0 3px 3px 0; }
.admin-achievements h4 { font-family: 'Cinzel', serif; color: var(--gold); font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 10px; }
.admin-achievements ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.admin-achievements li { font-size: .86rem; color: var(--text); padding-left: 14px; position: relative; }
.admin-achievements li::before { content: '✦'; color: var(--gold); position: absolute; left: 0; font-size: .52rem; top: 5px; }
.chapters-section { padding: 80px 24px; background: var(--cream); }
.chapters-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 32px; }
.chapter-card { background: var(--white); border: 1px solid var(--border); padding: 20px 22px; border-radius: 3px; border-top: 3px solid var(--gold); }
.chapter-card h4 { font-size: .95rem; margin-bottom: 5px; }
.chapter-card p { font-size: .8rem; color: var(--muted); }
.patrons-section { padding: 80px 24px; background: var(--navy); }
.patrons-section .section-title { color: var(--white); }
.patron-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 28px; }
.patron-group h3 { font-family: 'Cinzel', serif; color: var(--gold); font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid rgba(200,146,42,.3); }
.patron-group ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.patron-group li { font-size: .86rem; color: rgba(255,255,255,.72); padding-left: 12px; position: relative; }
.patron-group li::before { content: '·'; color: var(--gold); position: absolute; left: 0; }
.pleni-section-hist { padding: 80px 24px; background: var(--white); }
.pleni-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 32px; }
.pleni-list .pleni-item { background: var(--cream); color: var(--text); border: 1px solid var(--border); }
.pleni-list .pleni-item::before { color: var(--gold); }
.presidents-section { padding: 80px 24px; background: var(--cream); }
.presidents-flow { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.pres-badge { background: var(--navy); color: rgba(255,255,255,.8); padding: 7px 15px; border-radius: 20px; font-size: .78rem; border: 1px solid rgba(200,146,42,.25); }
.pres-badge.current { background: var(--gold); color: var(--navy); font-weight: 600; }

/* ─── CONTACT PAGE ─── */
.contact-section { padding: 80px 24px; background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info p { color: #374151; line-height: 1.8; margin-bottom: 22px; font-size: .94rem; }
.info-block { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.info-icon { width: 38px; height: 38px; background: var(--navy); border-radius: 3px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--gold); font-size: 1rem; }
.info-block h4 { font-size: .9rem; margin-bottom: 3px; }
.info-block p { font-size: .86rem; color: var(--muted); margin-bottom: 0; }
.contact-form { background: var(--white); border: 1px solid var(--border); padding: 32px; border-radius: 4px; }
.contact-form h3 { font-size: 1.2rem; margin-bottom: 6px; }
.contact-form > p { font-size: .86rem; color: var(--muted); margin-bottom: 22px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: .76rem; font-weight: 600; color: var(--navy); letter-spacing: .04em; margin-bottom: 5px; text-transform: uppercase; }
.form-group input,
.form-group select,
.form-group textarea,
.wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-select,
.wpcf7-textarea {
  width: 100%; border: 1.5px solid var(--border); border-radius: 3px;
  padding: 11px 13px; font-family: 'Inter', sans-serif; font-size: .9rem;
  color: var(--text); background: var(--white); transition: border-color .2s; outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus,
.wpcf7-text:focus,
.wpcf7-email:focus,
.wpcf7-textarea:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.btn-submit,
.wpcf7-submit {
  width: 100%; background: var(--navy); color: var(--white); border: none;
  padding: 13px; font-family: 'Inter', sans-serif; font-size: .84rem;
  font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  border-radius: 3px; cursor: pointer; transition: background .2s;
}
.btn-submit:hover,
.wpcf7-submit:hover { background: var(--royal); }

/* ─── FOOTER ─── */
.site-footer {
  background: #070F1E;
  padding: 60px 24px 28px;
  color: rgba(255,255,255,.55);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 44px;
  max-width: 1120px;
  margin: 0 auto 44px;
}
.footer-brand p { margin-top: 14px; font-size: .83rem; line-height: 1.7; max-width: 280px; }
.footer-col h4 { font-family: 'Cinzel', serif; color: var(--gold); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col a { color: rgba(255,255,255,.52); font-size: .84rem; }
.footer-col a:hover { color: var(--gold-lt); }
.footer-bottom {
  max-width: 1120px; margin: 0 auto;
  padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; align-items: center;
  font-size: .76rem;
}
.footer-bottom span { color: rgba(255,255,255,.3); }

/* ─── WORDPRESS DEFAULTS ─── */
.wp-block-image img { border-radius: 4px; }
.alignnone { margin: 0 0 1rem; }
.aligncenter { display: block; margin: 0 auto 1rem; }
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.sticky { /* WordPress sticky post */ }
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .leaders-grid { grid-template-columns: repeat(2, 1fr); }
  .pleni-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .about-grid, .goals-grid, .global-grid,
  .contact-grid, .patron-cols, .mv-grid,
  .ranks-grid, .activities-grid { grid-template-columns: 1fr; }
  .leaders-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .main-navigation { display: none; }
  .menu-toggle { display: block; }
  .main-navigation.toggled { display: block; position: absolute; top: 68px; left: 0; right: 0; background: var(--navy); padding: 12px 20px 20px; }
  .main-navigation.toggled ul { flex-direction: column; gap: 4px; }
}
@media (max-width: 600px) {
  .about-stats { grid-template-columns: 1fr 1fr; }
  .pleni-grid, .pleni-list, .chapters-grid { grid-template-columns: 1fr 1fr; }
  .timeline::before { left: 70px; }
  .tl-year { width: 70px; font-size: .7rem; }
  .tl-dot { left: 63px; }
  .admin-header { flex-direction: column; gap: 8px; align-items: flex-start; }
  .form-row { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
