/*!
Theme Name: PCJF 2026
Theme URI: https://www.pcjf.com.pk
Description: The website of the Pakistan Christian Journalists Forum (PCJF), founded 2010 under Founding President Saleem Iqbal. Press-desk look: deep green, gold rules, charcoal text, red only for Report a Case and case status. Fast, editable in the Customizer, works with SEOPress.
Author: Pakistan Christian Journalists Forum
Author URI: https://www.pcjf.com.pk
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pcjf-2026
Requires at least: 6.0
Requires PHP: 7.4
*/

/* ============================================
   TOKENS
   ============================================ */
:root {
	--green: #0b5d3b;
	--green-deep: #063d27;
	--green-soft: #e7f0ea;
	--red: #8b1a1a;
	--red-deep: #6c1212;
	--red-soft: #f7e9e9;
	--charcoal: #2b2b2b;
	--gold: #c9a227;
	--gold-deep: #a8861c;
	--gold-soft: #faf5e4;
	--cream: #f8f6f0;
	--cream-deep: #ece8dd;
	--white: #ffffff;
	--ink: #1e1e1e;
	--body: #444a48;
	--muted: #78807c;
	--line: #e3e0d6;
	--radius: 6px;
	--shadow: 0 10px 30px rgba(6, 61, 39, 0.08);
	--serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
	--sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ============================================
   BASE
   ============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { font-family: var(--sans); font-size: 16px; line-height: 1.68; color: var(--body); background: var(--white); overflow-x: hidden; }
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--green); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold-deep); }
h1, h2, h3, h4, h5 { font-family: var(--serif); color: var(--ink); line-height: 1.18; font-weight: 700; }
h1 { font-size: clamp(30px, 4.6vw, 50px); }
h2 { font-size: clamp(25px, 3.4vw, 37px); }
h3 { font-size: 21px; }
h4 { font-size: 17px; font-family: var(--sans); font-weight: 700; }
p { margin: 0 0 16px; }
ul, ol { padding-left: 22px; }
strong, b { color: var(--ink); }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.screen-reader-text:focus { position: fixed; top: 10px; left: 10px; width: auto; height: auto; clip: auto; background: #fff; color: var(--green); padding: 10px 16px; z-index: 1000; border-radius: 6px; }

.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.narrow { max-width: 820px; margin-left: auto; margin-right: auto; }
.overline { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-deep); font-size: 12.5px; font-weight: 700; letter-spacing: 2.4px; text-transform: uppercase; margin-bottom: 12px; }
.overline::before { content: ''; width: 26px; height: 2px; background: var(--gold); }
.section { padding: 76px 0; }
.section--cream { background: var(--cream); }
.section--green { background: linear-gradient(135deg, var(--green-deep) 0%, var(--green) 100%); color: #fff; }
.section--green h2, .section--green h3 { color: #fff; }
.section--green .overline { color: var(--gold); }
.section--tight { padding: 44px 0; }
.section-head { max-width: 780px; margin: 0 auto 40px; text-align: center; }
.section-head p { font-size: 17px; margin-top: 12px; }
.section-head h2::after, .gold-rule::after { content: ''; display: block; width: 64px; height: 2px; background: var(--gold); margin: 18px auto 0; }
.section-head--left { text-align: left; margin-left: 0; }
.section-head--left h2::after { margin-left: 0; }
.center-actions { text-align: center; margin: 30px 0 0; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 26px; border-radius: var(--radius); font-weight: 700; font-size: 15px; letter-spacing: .2px; cursor: pointer; border: 1.5px solid transparent; white-space: nowrap; transition: background .2s, color .2s, border-color .2s, transform .2s; line-height: 1.2; }
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 18px; height: 18px; flex: 0 0 18px; }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-deep); color: #fff; }
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-deep); color: #fff; }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: #fff; color: var(--green-deep); }
.btn-outline { background: transparent; color: var(--green); border-color: rgba(11,93,59,0.45); }
.btn-outline:hover { background: var(--green); color: #fff; border-color: var(--green); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.btn-outline-light:hover { background: #fff; color: var(--green-deep); }
.link-more { font-weight: 700; color: var(--green); }
.link-more:hover { color: var(--gold-deep); }

/* ============================================
   TOP BAR + HEADER
   ============================================ */
.topbar { background: var(--green-deep); color: rgba(255,255,255,0.85); font-size: 12.5px; letter-spacing: .3px; border-bottom: 2px solid var(--gold); }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 34px; }
.topbar-line { font-weight: 600; text-transform: uppercase; letter-spacing: 1.2px; font-size: 11.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 1 1 auto; min-width: 0; }
.topbar-right { display: flex; gap: 18px; align-items: center; white-space: nowrap; flex: 0 0 auto; }
.topbar a { color: var(--gold); font-weight: 600; }
.topbar-wa { display: inline-flex; align-items: center; gap: 6px; color: #ffd400 !important; font-weight: 800; }
.topbar-wa svg { width: 15px; height: 15px; }
.topbar-wa-label { color: #ffd400; font-weight: 600; }
.topbar a:hover { color: #fff; }
#site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.97); backdrop-filter: saturate(140%) blur(6px); border-bottom: 1px solid var(--line); box-shadow: 0 2px 14px rgba(6,61,39,0.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; height: 84px; }
.header-fb { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: #1877f2; color: #fff !important; flex: 0 0 auto; }
.header-fb:hover { background: #0f5fd0; }
.header-fb svg { width: 20px; height: 20px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { height: 60px; width: auto; }
.nav-primary { display: flex; align-items: center; }
.nav-menu { display: flex; align-items: center; gap: 0; list-style: none; padding: 0; }
.nav-menu > li { position: relative; }
.nav-menu > li > a { display: inline-flex; align-items: center; gap: 4px; padding: 9px 9px; color: var(--charcoal); font-weight: 600; font-size: 13.5px; border-radius: var(--radius); white-space: nowrap; }
.nav-menu > li > a:hover, .nav-menu > li.current-menu-item > a, .nav-menu > li.current-menu-ancestor > a, .nav-menu > li.current_page_parent > a { color: var(--green-deep); background: var(--green-soft); }
.nav-menu > li.menu-item-has-children > a::after { content: ''; width: 6px; height: 6px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); margin-left: 4px; opacity: .7; }
.nav-menu .sub-menu { position: absolute; top: 100%; left: 0; min-width: 240px; background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--gold); border-radius: 0 0 6px 6px; box-shadow: 0 16px 40px rgba(6,61,39,0.14); list-style: none; padding: 8px 0; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s, transform .2s, visibility .2s; }
.nav-menu > li:hover > .sub-menu, .nav-menu > li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-menu .sub-menu a { display: block; padding: 9px 18px; color: var(--charcoal); font-size: 14px; font-weight: 500; }
.nav-menu .sub-menu a:hover, .nav-menu .sub-menu .current-menu-item > a { background: var(--cream); color: var(--green); }
.nav-menu > li.menu-item-cta > a { background: var(--red); color: #fff; margin-left: 8px; padding: 10px 18px; }
.nav-menu > li.menu-item-cta > a:hover { background: var(--red-deep); color: #fff; }
.sub-toggle { display: none; }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; border-radius: var(--radius); color: var(--green-deep); cursor: pointer; align-items: center; justify-content: center; }
.menu-toggle svg { width: 26px; height: 26px; }

/* ============================================
   HOME HERO — the banner, the CTA band, the green band
   ============================================ */
.hero-banner { background: var(--green-deep); }
.hero-banner img { width: 100%; height: auto; max-height: 820px; object-fit: cover; object-position: center; }
.hero-cta { background: var(--cream); border-top: 3px solid var(--gold); padding: 18px 0; }
.hero-cta .container { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.hero-band { background: linear-gradient(120deg, var(--green-deep) 0%, var(--green) 60%, var(--green-deep) 100%); color: #fff; padding: 54px 0 56px; position: relative; overflow: hidden; }
.hero-band::before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--gold); }
.hero-band .container { position: relative; text-align: center; }
.hero-band .overline { color: var(--gold); justify-content: center; }
.hero-band h1 { color: #fff; font-size: clamp(28px, 4vw, 46px); margin-bottom: 10px; }
.hero-tag { font-family: var(--serif); font-style: italic; font-size: clamp(17px, 2vw, 22px); color: var(--gold); margin-bottom: 14px; }
.hero-lead { font-size: 17.5px; line-height: 1.7; color: rgba(255,255,255,0.9); max-width: 780px; margin: 0 auto 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 24px; }
.hero-band .hero-actions { justify-content: center; }
.hero-lead a, .cta-band p a, .side-help p a, .section--green p a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.hero-lead a:hover, .cta-band p a:hover, .side-help p a:hover { color: #fff; }

/* Inner page hero: centred green, breadcrumbs, gold rule */
.page-hero { background: linear-gradient(135deg, var(--green-deep) 0%, var(--green) 100%); color: #fff; padding: 52px 0 50px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--gold); }
.page-hero .container { text-align: center; }
.page-hero .overline { display: inline-flex; color: var(--gold); }
.page-hero .overline::before { background: var(--gold); }
.page-hero h1 { color: #fff; margin-bottom: 12px; }
.page-hero .hero-lead { margin-left: auto; margin-right: auto; margin-bottom: 0; }
.page-hero .hero-actions { justify-content: center; }
.crumbs { font-size: 13px; color: rgba(255,255,255,0.7); margin-bottom: 16px; }
.crumbs a { color: rgba(255,255,255,0.85); }
.crumbs a:hover { color: var(--gold); }
.crumbs span { margin: 0 6px; }
.page-hero--split .hero-split { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 40px; align-items: center; }
.page-hero--split .hero-split > div:first-child { text-align: left; }
.page-hero--split .hero-split .hero-actions { justify-content: flex-start; }
.page-hero--split .hero-photo { border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.3); border: 4px solid rgba(201,162,39,0.7); max-width: 420px; margin-left: auto; }
.page-hero--split .hero-photo img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.single-hero-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; color: rgba(255,255,255,0.85); font-size: 14px; margin-top: 12px; }
.single-hero-meta .dateline { color: var(--gold); }
.hero-tags { justify-content: center; margin-bottom: 14px; }

/* Tags, pills, datelines, chips */
.post-card-tags { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 10px; }
.tag { display: inline-block; padding: 4px 10px; border-radius: 3px; font-size: 11.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #fff; background: var(--green); line-height: 1.3; }
.tag--forced-conversion, .tag--blasphemy, .tag--cases { background: var(--red); }
.tag--statements { background: var(--charcoal); }
.tag:hover { color: #fff; opacity: .9; }
.pill { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: 11.5px; font-weight: 700; letter-spacing: .4px; line-height: 1.4; border: 1.5px solid var(--charcoal); color: var(--charcoal); background: #fff; }
.pill--fir-registered { border-color: var(--gold-deep); color: var(--gold-deep); }
.pill--in-court { border-color: var(--red); color: var(--red); }
.pill--verdict { border-color: var(--green); color: var(--green); }
.pill--resolved { border-color: var(--green); background: var(--green); color: #fff; }
.dateline { font-size: 12.5px; font-weight: 700; letter-spacing: .8px; color: var(--muted); text-transform: uppercase; margin: 0 0 10px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 22px; }
.chip { display: inline-block; padding: 8px 16px; border-radius: 999px; border: 1.5px solid rgba(255,255,255,0.55); color: #fff; font-size: 13.5px; font-weight: 600; }
.chip:hover { border-color: var(--gold); color: var(--gold); }
.chip.is-active { background: var(--gold); border-color: var(--gold); color: var(--ink); }

/* ============================================
   CONTENT BLOCKS
   ============================================ */
.prose { font-size: 16.5px; line-height: 1.82; }
.prose p { margin-bottom: 18px; }
.prose h2 { margin: 38px 0 14px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 28px 0 10px; }
.prose ul, .prose ol { margin: 0 0 20px 4px; }
.prose li { margin-bottom: 8px; }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
.lead-text { font-size: 19.5px; line-height: 1.7; color: var(--ink); font-family: var(--serif); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }

/* Founder block: text + portrait */
.founder-block { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 56px; align-items: center; }
.founder-frame { position: relative; max-width: 420px; margin-left: auto; }
.founder-frame--small { max-width: 320px; }
.founder-frame::before { content: ''; position: absolute; inset: 18px -18px -18px 18px; border: 2px solid var(--gold); border-radius: var(--radius); z-index: 0; }
.founder-frame img { position: relative; z-index: 1; border-radius: var(--radius); width: 100%; aspect-ratio: 1/1; object-fit: cover; box-shadow: var(--shadow); }
.founder-role { color: var(--gold-deep); font-weight: 700; font-size: 14.5px; letter-spacing: .4px; margin: 6px 0 18px; }

/* In the field: photo left, text right (--rev: photo right) */
.field-block { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.field-block--rev .field-photo { order: 2; }
.field-photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #fff; border: 1px solid var(--line); margin: 0; }
.field-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center 30%; }
.field-photo figcaption { font-size: 13.5px; color: var(--muted); padding: 12px 16px; line-height: 1.55; border-top: 2px solid var(--gold); background: #fff; }
.field-text .prose p:last-child { margin-bottom: 0; }
.field-text > p { margin-top: 18px; }
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.photo-strip figure { margin: 0; border-radius: var(--radius); overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.photo-strip img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.photo-strip figcaption { font-size: 13px; color: var(--muted); padding: 10px 14px; line-height: 1.5; border-top: 2px solid var(--gold); }

/* Numbers tiles */
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fact { position: relative; text-align: center; padding: 34px 18px 30px; background: #fff; border: 1px solid rgba(255,255,255,0.6); border-radius: var(--radius); box-shadow: 0 14px 34px rgba(0,0,0,0.22); }
.fact::before { content: ''; position: absolute; left: 50%; top: 0; width: 64px; height: 4px; transform: translateX(-50%); background: var(--gold); border-radius: 0 0 4px 4px; }
.fact b { display: block; font-family: var(--serif); font-size: 48px; color: var(--green-deep); line-height: 1; margin-bottom: 10px; }
.fact span { font-size: 14px; color: var(--charcoal); font-weight: 600; letter-spacing: .2px; }
.facts:has(.fact:nth-child(2):last-child) { grid-template-columns: repeat(2, 1fr); max-width: 640px; margin: 0 auto; }
.facts:has(.fact:nth-child(3):last-child) { grid-template-columns: repeat(3, 1fr); }

/* Areas */
.areas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.areas--2 { grid-template-columns: repeat(2, 1fr); }
.area { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; position: relative; transition: transform .25s, box-shadow .25s; border-top: 3px solid var(--gold); }
.area:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(6,61,39,0.12); }
.tile-icon { width: 52px; height: 52px; border-radius: var(--radius); background: var(--green-soft); color: var(--green); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.tile-icon svg { width: 26px; height: 26px; }
.area h3 { font-size: 20px; margin-bottom: 8px; }
.area p { font-size: 15.5px; margin: 0; }

.checks { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 32px; }
.checks--1 { grid-template-columns: 1fr; }
.checks li { position: relative; padding-left: 34px; font-size: 16px; line-height: 1.6; }
.checks li::before { content: ''; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%; background: var(--gold-soft); border: 1px solid rgba(201,162,39,0.5); }
.checks li::after { content: ''; position: absolute; left: 7px; top: 8px; width: 6px; height: 10px; border-right: 2.5px solid var(--gold-deep); border-bottom: 2.5px solid var(--gold-deep); transform: rotate(45deg); }
.callout { background: var(--gold-soft); border-left: 4px solid var(--gold); padding: 20px 24px; border-radius: 0 6px 6px 0; color: var(--ink); font-size: 16.5px; line-height: 1.7; margin: 0 0 24px; }
.aims { counter-reset: aim; list-style: none; padding: 0; margin: 10px 0 0; display: grid; grid-template-columns: 1fr; gap: 12px; }
.aims li { counter-increment: aim; position: relative; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 0 6px 6px 0; padding: 16px 20px 16px 66px; font-size: 16px; line-height: 1.65; color: var(--ink); }
.aims li::before { content: counter(aim); position: absolute; left: 20px; top: 14px; font-family: var(--serif); font-weight: 700; font-size: 22px; color: var(--green); }
.aims-note { background: var(--gold-soft); border: 1px dashed var(--gold); padding: 16px 20px; border-radius: var(--radius); color: var(--ink); font-size: 15px; }
.reg-line { margin-top: 18px; font-size: 14.5px; color: var(--muted); }
.quote { font-family: var(--serif); font-style: italic; font-size: clamp(20px, 2.4vw, 26px); color: var(--green-deep); line-height: 1.5; padding: 8px 0 8px 28px; border-left: 4px solid var(--gold); margin: 28px 0; }
.quote cite { display: block; font-style: normal; font-family: var(--sans); font-size: 14px; color: var(--muted); margin-top: 10px; }

/* FAQ accordion */
.faq { max-width: 860px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 18px 54px 18px 22px; font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--ink); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ''; position: absolute; right: 22px; top: 50%; width: 10px; height: 10px; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: translateY(-70%) rotate(45deg); transition: transform .2s; }
.faq details[open] summary { color: var(--green); border-bottom: 1px solid var(--line); }
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq .faq-a { padding: 16px 22px 20px; font-size: 16px; line-height: 1.75; }
.faq .faq-a p:last-child { margin-bottom: 0; }

/* Leadership cards */
.leaders { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.leaders > .leader { flex: 0 1 calc(33.333% - 14px); max-width: 360px; width: 100%; }
.leader { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.leader:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(6,61,39,0.12); }
.leader-photo { aspect-ratio: 1/1; overflow: hidden; background: var(--cream-deep); border-bottom: 3px solid var(--gold); }
.leader-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.leader--vacant .leader-photo img { opacity: .8; }
.leader-body { padding: 16px 16px 18px; }
.leader-title { display: block; color: var(--gold-deep); font-size: 11.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 6px; }
.leader h3 { font-size: 18px; margin-bottom: 6px; }
.leader h3 a { color: var(--ink); }
.leader h3 a:hover { color: var(--green); }
.leader--vacant h3 { color: var(--muted); font-style: italic; font-weight: 600; }
.leader p { font-size: 13.5px; margin: 0; color: var(--body); line-height: 1.55; }
.leaders-note { max-width: 860px; margin: 28px auto 0; font-size: 14.5px; color: var(--muted); text-align: center; }

/* Statement feature (home) */
.statement-feature { display: grid; grid-template-columns: 160px 1fr; gap: 32px; align-items: center; background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--gold); border-radius: var(--radius); padding: 32px 36px; }
.statement-feature-photo img { width: 160px; height: 160px; border-radius: 50%; object-fit: cover; border: 3px solid var(--gold); }
.statement-feature h2 { font-size: clamp(22px, 2.6vw, 30px); margin-bottom: 8px; }
.statement-feature h2 a { color: var(--ink); }
.statement-feature h2 a:hover { color: var(--green); }
.statement-feature p:last-child { margin-bottom: 0; display: flex; gap: 10px; flex-wrap: wrap; }
.kit-text { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; margin-bottom: 18px; }
.kit-text h3 { font-size: 19px; margin-bottom: 10px; }
.kit-text p { font-size: 15.5px; line-height: 1.75; }
.kit-text .kit-meta { font-size: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; margin-top: 8px; }
.kit-text p:last-child { margin-bottom: 0; }
.profiles-h { font-size: 18px; margin: 22px 0 10px; }
.profiles { display: flex; gap: 8px; flex-wrap: wrap; }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--green-deep) 0%, var(--green) 100%); color: #fff; padding: 64px 0; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--gold); }
.cta-band h2 { color: #fff; margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,0.88); font-size: 17px; max-width: 720px; margin: 0 auto 4px; }
.cta-band .hero-actions { justify-content: center; }

/* ============================================
   CASES, REPORTS, STATEMENTS (posts)
   ============================================ */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(6,61,39,0.12); }
.post-card-img { display: block; aspect-ratio: 1200/630; overflow: hidden; background: var(--green-soft); }
.post-card-img img { width: 100%; height: 100%; object-fit: cover; }
.post-card-img .ph { height: 100%; display: flex; align-items: center; justify-content: center; color: var(--green); }
.post-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.post-card h3 { font-size: 18.5px; margin-bottom: 8px; line-height: 1.3; }
.post-card h3 a { color: var(--ink); }
.post-card h3 a:hover { color: var(--green); }
.post-card p { font-size: 14.5px; flex: 1; }
.post-card .link-more { font-size: 14px; }
.listing-empty { text-align: center; color: var(--muted); padding: 30px 0; }
.statement-list { list-style: none; padding: 0; max-width: 900px; margin: 10px auto 0; }
.statement-list--compact { margin: 0 0 18px; }
.statement-row { display: grid; grid-template-columns: 150px 1fr; gap: 28px; padding: 26px 0; border-top: 1px solid var(--cream-deep); }
.statement-row:first-child { border-top: 0; }
.statement-row time { font-family: var(--serif); color: var(--green); font-size: 17px; font-weight: 700; padding-top: 4px; }
.statement-row time small { display: block; font-family: var(--sans); font-size: 11.5px; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-top: 4px; }
.statement-row h2 { font-size: 23px; margin-bottom: 8px; }
.statement-list--compact .statement-row h2 { font-size: 19px; }
.statement-row h2 a { color: var(--ink); }
.statement-row h2 a:hover { color: var(--green); }
.statement-row p { font-size: 15.5px; margin-bottom: 8px; }
.statement-note { max-width: 900px; margin: 30px auto 0; font-size: 14.5px; color: var(--muted); text-align: center; }
.blog-search { display: flex; max-width: 520px; margin: 22px auto 0; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.blog-search input { flex: 1; border: 0; padding: 13px 16px; font-size: 15px; color: var(--ink); min-width: 0; }
.blog-search button { border: 0; background: var(--gold); color: var(--ink); font-weight: 700; padding: 0 20px; cursor: pointer; }
.pagination { margin-top: 36px; text-align: center; }
.pagination .nav-links { display: inline-flex; gap: 6px; flex-wrap: wrap; justify-content: center; }
.pagination ul { list-style: none; padding: 0; display: inline-flex; gap: 6px; flex-wrap: wrap; }
.page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 12px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); color: var(--ink); font-weight: 600; font-size: 14px; }
.page-numbers.current, .page-numbers:hover { background: var(--green); color: #fff; border-color: var(--green); }

.single-layout { display: grid; grid-template-columns: 1fr 320px; gap: 36px; align-items: start; }
.single-main { background: #fff; border-radius: var(--radius); padding: 36px 40px; border: 1px solid var(--line); min-width: 0; }
.single-content-wrap { padding: 44px 0 64px; background: var(--cream); }
.breadcrumbs { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
.breadcrumbs a { color: var(--green); }
.breadcrumbs span { margin: 0 4px; }
.single-featured { margin: 0 0 26px; border-radius: var(--radius); overflow: hidden; }
.single-featured img { width: 100%; }
.entry-content { font-size: 17px; line-height: 1.85; color: var(--charcoal); }
.entry-content > * + * { margin-top: 18px; }
.entry-content h2, .entry-content h3 { margin-top: 32px; }
.entry-content h2 { font-size: 24px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); }
.entry-content img { border-radius: var(--radius); }
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote { border-left: 4px solid var(--gold); padding: 6px 0 6px 20px; font-family: var(--serif); font-style: italic; color: var(--green-deep); font-size: 19px; }
.entry-content ul, .entry-content ol { padding-left: 24px; }
.entry-content p.reported-by, .entry-content p:last-child { font-family: var(--serif); font-style: italic; color: var(--green-deep); border-top: 1px solid var(--line); padding-top: 16px; }
.entry-content figure figcaption { font-size: 13.5px; color: var(--muted); margin-top: 8px; text-align: center; }
.entry-content table { width: 100%; border-collapse: collapse; font-size: 15px; }
.entry-content th, .entry-content td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.entry-content iframe, .entry-content video { max-width: 100%; }
.single-share { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; gap: 12px; align-items: center; flex-wrap: wrap; font-size: 14px; color: var(--muted); }
.single-share a { font-weight: 600; }
.post-cta { margin-top: 30px; padding: 26px 28px; border-radius: var(--radius); background: var(--green-deep); color: #fff; display: flex; gap: 24px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.post-cta h3 { color: #fff; font-size: 20px; margin-bottom: 6px; }
.post-cta p { color: rgba(255,255,255,0.85); margin: 0; font-size: 15px; }
.related { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.related h3 { margin-bottom: 18px; }
.related .blog-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related .post-card h3 { font-size: 16px; }
.related .post-card p { display: none; }
.sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 100px; }
.side-card { background: #fff; border-radius: var(--radius); padding: 22px 24px; border: 1px solid var(--line); }
.side-card h4 { font-family: var(--serif); font-size: 18px; margin-bottom: 12px; }
.side-card p { font-size: 14.5px; }
.side-author { text-align: center; }
.side-author img { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; margin: 0 auto 12px; border: 3px solid var(--gold); }
.side-card.side-help { background: var(--green-deep); color: #fff; border-color: transparent; }
.side-card.side-help h4 { color: var(--gold); }
.side-card.side-help p { color: rgba(255,255,255,0.88); }
.side-recent a { display: flex; gap: 12px; align-items: center; padding: 10px 0; border-top: 1px solid var(--line); color: var(--ink); }
.side-recent a:first-of-type { border-top: 0; padding-top: 0; }
.side-recent b { display: block; font-size: 14px; line-height: 1.35; font-weight: 600; }
.side-recent small { color: var(--muted); font-size: 11.5px; letter-spacing: .6px; text-transform: uppercase; font-weight: 700; }
.side-card .row { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; border-top: 1px solid var(--line); font-size: 14.5px; }
.side-card .row:first-of-type { border-top: 0; }
.side-card .row svg { width: 20px; height: 20px; flex: 0 0 20px; color: var(--gold-deep); margin-top: 2px; }
.side-card .row b { display: block; font-size: 12.5px; text-transform: uppercase; letter-spacing: .5px; color: var(--muted); margin-bottom: 2px; }
.side-card .row span, .side-card .row a { color: var(--ink); overflow-wrap: anywhere; }
.side-card .row > div { min-width: 0; }
.contact-layout > *, .single-layout > *, .two-col > *, .founder-block > *, .field-block > *, .statement-feature > * { min-width: 0; }

/* ============================================
   FORMS
   ============================================ */
.contact-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 32px; align-items: start; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 34px 30px; box-shadow: var(--shadow); border-top: 4px solid var(--gold); }
.form-card h2 { font-size: 26px; margin-bottom: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.span { grid-column: 1 / -1; }
.form-group label { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.form-group .req { color: var(--red); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius); font-size: 15px; color: var(--ink); background: #fff; transition: border-color .2s, box-shadow .2s; }
.form-group input[type=file] { padding: 9px 12px; font-size: 14px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: 0; border-color: var(--green); box-shadow: 0 0 0 3px rgba(11,93,59,0.12); }
.form-group textarea { min-height: 150px; resize: vertical; }
.form-hint { font-size: 12.5px; color: var(--muted); }
.form-consent label { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; font-size: 14px; line-height: 1.55; }
.form-consent input { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 18px; }
.form-actions { margin-top: 20px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.form-note-small { font-size: 13px; color: var(--muted); }
.pcjf-form-note { margin-top: 16px; padding: 14px 16px; border-radius: var(--radius); font-size: 14.5px; line-height: 1.55; background: var(--gold-soft); color: var(--ink); }
.pcjf-form-note.is-ok { background: #e7f5ec; color: #14532d; }
.pcjf-form-note.is-error { background: #fdecec; color: #7f1d1d; }
.contact-side { display: flex; flex-direction: column; gap: 18px; }
.urgent { background: var(--red-soft); border: 1px solid rgba(139,26,26,0.3); border-left: 4px solid var(--red); border-radius: 0 6px 6px 0; padding: 18px 20px; font-size: 15px; }
.urgent b { color: var(--red); }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); min-height: 280px; background: var(--cream); }
.map-embed iframe { width: 100%; height: 300px; border: 0; display: block; }
.contact-empty { font-size: 14px; color: var(--muted); }

/* ============================================
   FOOTER — four equal columns
   ============================================ */
#site-footer { background: var(--charcoal); color: rgba(255,255,255,0.82); padding: 60px 0 0; border-top: 5px solid var(--gold); }
#site-footer a { color: rgba(255,255,255,0.85); }
#site-footer a:hover { color: var(--gold); }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-bottom: 36px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-brand img { width: 64px; height: 64px; background: #fff; border-radius: 50%; padding: 4px; flex: 0 0 64px; }
.footer-brand span { font-family: var(--serif); font-weight: 700; font-size: 18px; color: #fff; line-height: 1.2; }
.footer-about { font-size: 14px !important; line-height: 1.65 !important; color: rgba(255,255,255,0.78); }
.footer-tagline { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 14.5px !important; }
#site-footer p { font-size: 14.5px; line-height: 1.7; }
#site-footer h3 { color: #fff; font-family: var(--sans); font-size: 13.5px; text-transform: uppercase; letter-spacing: 1.6px; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid rgba(201,162,39,0.5); }
#site-footer ul { list-style: none; padding: 0; }
#site-footer ul li { margin-bottom: 9px; font-size: 14.5px; }
.footer-leaders li { margin-bottom: 11px !important; }
.footer-leaders a { display: block; line-height: 1.35; font-weight: 600; }
.footer-leaders small { display: block; color: rgba(255,255,255,0.55); font-size: 12px; margin-top: 1px; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; flex: 0 0 18px; color: var(--gold); margin-top: 3px; }
.footer-empty { color: rgba(255,255,255,0.55); }
.footer-line { font-size: 13.5px !important; color: rgba(255,255,255,0.62); border-top: 1px solid rgba(255,255,255,0.12); padding-top: 18px; margin: 0 0 4px; text-align: center; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding: 18px 0; font-size: 13.5px; margin-top: 14px; background: #222; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-legal { display: flex; gap: 16px; flex-wrap: wrap; }
.back-to-top { position: fixed; right: 18px; bottom: 22px; width: 44px; height: 44px; border-radius: 50%; background: var(--gold); color: var(--ink); border: 0; font-size: 20px; cursor: pointer; display: none; z-index: 80; box-shadow: 0 6px 18px rgba(0,0,0,0.25); }
.back-to-top.show { display: block; }

/* Gutenberg content on plain pages */
.legal .entry-content { max-width: 820px; margin: 0 auto; }
.alignwide { max-width: 1180px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.wp-block-separator { border-color: var(--line); }
.search-form { display: flex; max-width: 480px; margin: 0 auto; gap: 8px; }
.search-form input[type=search] { flex: 1; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius); min-width: 0; }
.search-form button, .search-form input[type=submit] { background: var(--green); color: #fff; border: 0; border-radius: var(--radius); padding: 0 18px; font-weight: 700; cursor: pointer; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1080px) {
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.areas { grid-template-columns: repeat(2, 1fr); }
	.leaders > .leader { flex-basis: calc(50% - 10px); }
}
@media (max-width: 1180px) {
	.menu-toggle { display: inline-flex; }
	.nav-primary { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(6,61,39,0.12); display: none; max-height: calc(100vh - 90px); overflow-y: auto; }
	.nav-primary.is-open { display: block; }
	.nav-menu { flex-direction: column; align-items: stretch; gap: 0; padding: 8px 16px 16px; }
	.nav-menu > li { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; }
	.nav-menu > li:first-child { border-top: 0; }
	.nav-menu > li > a { flex: 1; padding: 13px 4px; font-size: 16px; border-radius: 0; }
	.nav-menu > li > a:hover, .nav-menu > li.current-menu-item > a { background: none; }
	.nav-menu > li.menu-item-has-children > a::after { display: none; }
	.sub-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: none; border: 0; color: var(--green); cursor: pointer; }
	.sub-toggle svg { width: 20px; height: 20px; transition: transform .2s; }
	.nav-menu > li.sub-open > .sub-toggle svg { transform: rotate(180deg); }
	.nav-menu .sub-menu { position: static; display: none; width: 100%; flex-basis: 100%; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; border-radius: 0; padding: 0 0 8px 14px; }
	.nav-menu > li.sub-open > .sub-menu { display: block; }
	.nav-menu > li.menu-item-cta > a { margin: 10px 0 0; justify-content: center; border-radius: var(--radius); padding: 12px; }
}
@media (max-width: 900px) {
	.section { padding: 56px 0; }
	.two-col, .founder-block, .contact-layout, .single-layout, .field-block { grid-template-columns: 1fr; }
	.field-block--rev .field-photo { order: 0; }
	.photo-strip { grid-template-columns: 1fr; }
	.founder-frame { max-width: 380px; margin: 0 auto; }
	.page-hero--split .hero-split { grid-template-columns: 1fr; }
	.page-hero--split .hero-split > div:first-child { text-align: center; }
	.page-hero--split .hero-split .hero-actions { justify-content: center; }
	.page-hero--split .hero-photo { max-width: 320px; margin: 0 auto; }
	.blog-grid { grid-template-columns: repeat(2, 1fr); }
	.checks { grid-template-columns: 1fr; }
	.sidebar { position: static; }
	.single-main { padding: 26px 22px; }
	.statement-row { grid-template-columns: 1fr; gap: 6px; }
	.statement-feature { grid-template-columns: 1fr; text-align: center; padding: 26px 22px; }
	.statement-feature-photo img { margin: 0 auto; }
	.statement-feature p:last-child { justify-content: center; }
	.topbar-line { display: none; }
	.topbar-inner { justify-content: center; }
}
@media (max-width: 600px) {
	.container { width: calc(100% - 32px); }
	.hero-band { padding: 32px 0 36px; }
	.hero-band h1 { font-size: 26px; }
	.hero-lead { font-size: 15px; }
	.hero-actions .btn, .hero-cta .btn { width: 100%; white-space: normal; text-align: center; }
	.hero-cta .container { flex-direction: column; }
	.facts, .facts:has(.fact:nth-child(3):last-child) { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.facts .fact { padding: 22px 10px 20px; }
	.facts .fact b { font-size: 32px; }
	.facts .fact span { font-size: 12px; }
	.areas, .areas--2 { grid-template-columns: 1fr; gap: 12px; }
	.area { padding: 18px 14px; }
	.area h3 { font-size: 16px; }
	.area p { font-size: 13.5px; }
	.tile-icon { width: 42px; height: 42px; margin-bottom: 12px; }
	.section { padding: 44px 0; }
	.blog-grid, .related .blog-grid { grid-template-columns: 1fr; gap: 14px; }
	.post-card-body { padding: 12px 12px 14px; }
	.post-card h3 { font-size: 15px; }
	.post-card p { font-size: 13px; }
	.post-card .link-more { font-size: 13px; }
	.tag { font-size: 10px; padding: 3px 7px; }
	.pill { font-size: 10px; padding: 2px 8px; }
	.leaders { gap: 12px; }
	.leaders > .leader { flex-basis: 100%; max-width: 360px; }
	.leader-body { padding: 12px 12px 14px; }
	.leader h3 { font-size: 15.5px; }
	.leader p { font-size: 12.5px; }
	.form-grid { grid-template-columns: 1fr; }
	.form-card { padding: 24px 18px; }
	.footer-grid { grid-template-columns: 1fr; gap: 30px; }
	.footer-bottom .container { flex-direction: column; align-items: flex-start; }
	.header-inner { height: 104px; gap: 10px; }
	.header-fb { width: 36px; height: 36px; }
	.brand img { height: 84px; max-width: calc(100vw - 96px); object-fit: contain; }
	.quote { font-size: 19px; padding-left: 18px; }
	.founder-frame::before { display: none; }
	.faq summary { font-size: 16px; padding: 16px 46px 16px 18px; }
	.faq .faq-a { padding: 14px 18px 18px; }
	h1 { font-size: 30px; }
	.post-cta { padding: 20px; }
	.aims li { padding: 14px 14px 14px 52px; font-size: 15px; }
	.aims li::before { left: 14px; font-size: 19px; }
	/* Phones: WhatsApp number on the left, today's date on the right (Pastor 2026-09-24) */
	.topbar-right { font-size: 12.5px; gap: 10px; width: 100%; justify-content: space-between; flex-direction: row-reverse; }
	.topbar-right time { display: inline; color: rgba(255,255,255,0.85); white-space: nowrap; }
	.topbar-wa-label { display: none; }
	.topbar-inner { justify-content: space-between; }
	.topbar-line { display: none; }
	.chips { gap: 6px; }
	.chip { padding: 7px 12px; font-size: 12.5px; }
}
