:root {
    --navy-950: #041127;
    --navy-900: #071a3d;
    --navy-800: #0b2858;
    --navy-700: #123d79;
    --gold-500: #dca72d;
    --gold-400: #f0c85d;
    --gold-200: #f9e8b2;
    --cream: #f7f3e9;
    --paper: #fffdf8;
    --white: #ffffff;
    --ink: #122038;
    --muted: #647086;
    --line: rgba(7, 26, 61, .12);
    --shadow-sm: 0 12px 36px rgba(7, 26, 61, .09);
    --shadow-lg: 0 28px 80px rgba(4, 17, 39, .18);
    --radius-sm: 14px;
    --radius-md: 24px;
    --radius-lg: 38px;
    --shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, h3 { color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; line-height: 1.06; }
h2 { margin-bottom: 22px; font-size: clamp(2.35rem, 5vw, 4.85rem); letter-spacing: -.045em; }
h3 { margin-bottom: 12px; font-size: 1.35rem; }
p { margin-bottom: 1.15em; }

.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); white-space: nowrap; border: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; color: #fff; background: var(--navy-900); border-radius: 10px; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.topline { color: rgba(255,255,255,.78); background: var(--navy-950); font-size: .78rem; font-weight: 700; letter-spacing: .035em; }
.topline-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topline p { display: flex; align-items: center; gap: 9px; margin: 0; text-transform: uppercase; }
.topline-dot { width: 7px; height: 7px; background: var(--gold-400); border-radius: 50%; box-shadow: 0 0 0 5px rgba(240,200,93,.12); }
.topline-actions { display: flex; gap: 22px; }
.topline-actions a { color: rgba(255,255,255,.82); text-decoration: none; }
.topline-actions a:hover { color: var(--gold-400); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,253,248,.9); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: box-shadow .25s ease, border-color .25s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 36px rgba(4,17,39,.06); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 56px; height: 56px; object-fit: cover; border: 1px solid rgba(220,167,45,.4); border-radius: 50%; box-shadow: 0 7px 20px rgba(7,26,61,.12); }
.brand span { display: grid; line-height: 1.12; }
.brand strong { color: var(--navy-900); font-family: Georgia, serif; font-size: 1.24rem; letter-spacing: .08em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .63rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 25px; }
.primary-nav > a { position: relative; color: #455169; font-size: .9rem; font-weight: 760; text-decoration: none; }
.primary-nav > a:not(.nav-cta)::after { position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; content: ""; background: var(--gold-500); transition: right .25s ease; }
.primary-nav > a:hover, .primary-nav > a.is-active { color: var(--navy-900); }
.primary-nav > a:hover::after, .primary-nav > a.is-active::after { right: 0; }
.primary-nav .nav-cta { padding: 11px 17px; color: var(--navy-950); background: var(--gold-400); border-radius: 999px; box-shadow: 0 10px 25px rgba(220,167,45,.2); }
.nav-toggle { display: none; width: 48px; height: 48px; padding: 13px 11px; background: transparent; border: 1px solid var(--line); border-radius: 13px; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy-900); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: calc(100vh - 120px); color: #fff; background-color: var(--navy-950); background-image: linear-gradient(90deg, rgba(4,17,39,.97) 0%, rgba(7,26,61,.91) 43%, rgba(7,26,61,.38) 100%), url("../images/brochure/cover-ministry-hero.png"); background-position: center; background-size: cover; overflow: hidden; }
.hero::before { position: absolute; width: 660px; height: 660px; right: -220px; top: -260px; content: ""; border: 1px solid rgba(240,200,93,.3); border-radius: 50%; box-shadow: 0 0 0 70px rgba(240,200,93,.04), 0 0 0 140px rgba(240,200,93,.025); }
.hero-noise { position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(rgba(255,255,255,.12) .65px, transparent .65px); background-size: 7px 7px; pointer-events: none; }
.hero-grid { position: relative; z-index: 2; min-height: calc(100vh - 120px); padding: 88px 0 116px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(290px, .47fr); align-items: center; gap: 72px; }
.eyebrow, .section-kicker { margin-bottom: 20px; color: var(--gold-500); font-size: .75rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gold-400); }
.eyebrow span { width: 36px; height: 1px; background: var(--gold-400); }
.hero h1 { max-width: 820px; margin: 0; color: #fff; font-size: clamp(3.6rem, 7vw, 7.5rem); letter-spacing: -.055em; line-height: .93; }
.hero h1 em { display: block; margin-top: 10px; color: var(--gold-400); font-weight: 400; }
.hero-lead { max-width: 700px; margin: 30px 0 34px; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.7; }
.hero-actions, .connect-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 52px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy-950); background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); box-shadow: 0 16px 34px rgba(220,167,45,.22); }
.button-gold:hover { box-shadow: 0 19px 42px rgba(220,167,45,.32); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.13); }
.button-outline { color: var(--navy-900); border-color: rgba(7,26,61,.22); }
.button-outline:hover { background: rgba(7,26,61,.05); }
.hero-proof { margin-top: 52px; display: flex; flex-wrap: wrap; gap: 0; }
.hero-proof div { min-width: 150px; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-proof div:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: #fff; font-family: Georgia, serif; font-size: 1.1rem; }
.hero-proof span { margin-top: 3px; color: rgba(255,255,255,.55); font-size: .72rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.hero-card { align-self: end; padding: 30px; background: rgba(4,17,39,.58); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); backdrop-filter: blur(18px); }
.hero-card-top { display: flex; justify-content: space-between; color: var(--gold-400); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-card-mark { font-size: 1.2rem; }
.hero-card blockquote { margin: 55px 0 20px; color: #fff; font-family: Georgia, serif; font-size: clamp(1.55rem, 2.7vw, 2.45rem); line-height: 1.25; }
.hero-card cite { color: var(--gold-400); font-size: .8rem; font-style: normal; font-weight: 800; }
.hero-card-foot { margin-top: 44px; padding-top: 18px; display: flex; gap: 9px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-card-foot span { padding: 6px 10px; color: rgba(255,255,255,.68); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; font-size: .66rem; font-weight: 750; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 28px; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.66); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue i { width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }

.section-about { overflow: hidden; }
.section-about::before { position: absolute; left: -120px; bottom: -190px; width: 410px; height: 410px; content: ""; background: var(--gold-200); border-radius: 50%; filter: blur(1px); opacity: .35; }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 86px; }
.image-story { position: relative; min-height: 640px; }
.image-story::before { position: absolute; content: ""; inset: 28px -26px -28px 28px; border: 1px solid rgba(220,167,45,.48); border-radius: 46% 12% 12% 12%; }
.image-story img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 46% 12% 12% 12%; box-shadow: var(--shadow-lg); }
.image-story-note { position: absolute; left: -28px; right: 78px; bottom: 34px; padding: 20px 24px; display: grid; color: #fff; background: rgba(7,26,61,.92); border-left: 4px solid var(--gold-400); box-shadow: var(--shadow-sm); }
.image-story-note strong { font-family: Georgia, serif; font-size: 1.2rem; }
.image-story-note span { color: rgba(255,255,255,.64); font-size: .78rem; }
.section-copy h2 { max-width: 690px; }
.section-copy > p { color: var(--muted); }
.section-copy .lead-copy { color: var(--ink); font-size: 1.18rem; font-weight: 650; }
.signature-line { margin-top: 34px; padding-top: 26px; display: flex; align-items: center; gap: 17px; border-top: 1px solid var(--line); }
.signature-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--gold-400); background: var(--navy-900); border-radius: 50%; font-family: Georgia, serif; font-size: 1.65rem; }
.signature-line p { margin: 0; display: grid; }
.signature-line strong { color: var(--muted); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.signature-line span { color: var(--navy-900); font-family: Georgia, serif; font-size: 1.22rem; }

.purpose-section { background: var(--cream); }
.section-heading { margin-bottom: 58px; }
.section-heading.centre { max-width: 830px; margin-inline: auto; text-align: center; }
.section-heading > p { color: var(--muted); font-size: 1.05rem; }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.purpose-card { position: relative; min-height: 440px; padding: 46px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); overflow: hidden; }
.purpose-card h3 { max-width: 530px; margin-top: 58px; font-size: clamp(2rem, 3.3vw, 3.2rem); }
.purpose-card > p:last-child { color: var(--muted); }
.purpose-card-dark { color: rgba(255,255,255,.72); background: var(--navy-900); border-color: rgba(255,255,255,.08); }
.purpose-card-dark::after { position: absolute; right: -90px; bottom: -90px; width: 280px; height: 280px; content: ""; border: 1px solid rgba(240,200,93,.25); border-radius: 50%; box-shadow: 0 0 0 45px rgba(240,200,93,.035); }
.purpose-card-dark h3 { color: #fff; }
.purpose-card-dark > p:last-child { color: rgba(255,255,255,.7); }
.card-index { position: absolute; right: 36px; top: 32px; color: rgba(7,26,61,.12); font-family: Georgia, serif; font-size: 4.5rem; line-height: 1; }
.purpose-card-dark .card-index { color: rgba(255,255,255,.1); }
.check-list { margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 10px 0 10px 32px; color: var(--muted); border-bottom: 1px solid var(--line); }
.check-list li::before { position: absolute; left: 0; top: 13px; width: 18px; height: 18px; display: grid; place-items: center; content: "✓"; color: var(--navy-900); background: var(--gold-400); border-radius: 50%; font-size: .65rem; font-weight: 900; }
.values-grid { margin-top: 26px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.value-card { padding: 28px 24px; background: rgba(255,255,255,.62); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.value-card > span { color: var(--gold-500); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.value-card h3 { margin: 19px 0 10px; font-size: 1.2rem; }
.value-card p { margin: 0; color: var(--muted); font-size: .86rem; }

.split-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .55fr); align-items: end; gap: 80px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin: 0 0 8px; }
.ministry-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.ministry-card { min-height: 285px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-md); }
.ministry-card:nth-child(1), .ministry-card:nth-child(2) { grid-column: span 3; }
.ministry-card:nth-child(n+3) { grid-column: span 2; }
.ministry-card-featured { color: rgba(255,255,255,.72); background: var(--navy-900); }
.ministry-card-featured h3 { color: #fff; }
.ministry-symbol { width: 54px; height: 54px; display: grid; place-items: center; color: var(--navy-900); background: var(--gold-400); border-radius: 16px; font-family: Georgia, serif; font-weight: 900; }
.ministry-card > div { margin-top: 44px; }
.ministry-number { margin-bottom: 10px; color: var(--gold-500); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.ministry-card h3 { margin-bottom: 13px; font-size: 1.55rem; text-transform: capitalize; }
.ministry-card > div > p:last-child { margin: 0; color: var(--muted); }
.ministry-card-featured > div > p:last-child { color: rgba(255,255,255,.64); }

.benefits-section { color: #fff; background: var(--navy-950); overflow: hidden; }
.benefits-section::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 12% 30%, rgba(220,167,45,.15), transparent 30%), radial-gradient(circle at 85% 70%, rgba(18,61,121,.5), transparent 34%); }
.benefits-layout { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: 88px; }
.benefits-intro { position: sticky; top: 128px; align-self: start; }
.benefits-intro h2 { color: #fff; }
.benefits-intro > p { color: rgba(255,255,255,.66); }
.benefits-intro blockquote { margin: 45px 0 0; padding: 26px 0 0 28px; color: var(--gold-400); border-left: 2px solid var(--gold-500); font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.45; }
.benefits-intro cite { display: block; margin-top: 12px; color: rgba(255,255,255,.45); font-family: Inter, sans-serif; font-size: .72rem; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.benefit-list { display: grid; }
.benefit-list article { padding: 27px 0; display: grid; grid-template-columns: 56px 1fr; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.benefit-list article:first-child { padding-top: 0; }
.benefit-list article > span { color: var(--gold-400); font-family: Georgia, serif; font-size: 1.4rem; }
.benefit-list h3 { margin-bottom: 8px; color: #fff; font-size: 1.42rem; }
.benefit-list p { margin: 0; color: rgba(255,255,255,.58); }

.membership-section { min-height: 760px; display: grid; align-items: center; color: #fff; background: var(--navy-900); overflow: hidden; }
.membership-backdrop { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(4,17,39,.98), rgba(7,26,61,.82) 55%, rgba(7,26,61,.5)), url("../images/brochure/fellowship-mentorship-hero.png"); background-position: center; background-size: cover; }
.membership-content { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 86px; }
.membership-heading { margin: 0; }
.membership-heading h2 { color: #fff; }
.membership-heading > p { color: rgba(255,255,255,.7); }
.partner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.partner-grid article { min-height: 180px; padding: 27px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-sm); backdrop-filter: blur(10px); }
.partner-grid article:last-child { grid-column: 1 / -1; min-height: auto; }
.partner-grid article > span { color: var(--gold-400); }
.partner-grid h3 { margin: 23px 0 9px; color: #fff; }
.partner-grid p { margin: 0; color: rgba(255,255,255,.6); font-size: .9rem; }

.leadership-section { background: var(--paper); }
.leader-group + .leader-group { margin-top: 62px; }
.leader-group-title { margin-bottom: 24px; display: flex; align-items: center; gap: 18px; color: var(--navy-900); font-family: Georgia, serif; font-size: 1.4rem; font-weight: 700; }
.leader-group-title i { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(220,167,45,.7), transparent); }
.leader-grid { display: grid; gap: 16px; }
.leader-grid-bot { grid-template-columns: repeat(4, 1fr); }
.leader-grid-exco { grid-template-columns: repeat(4, 1fr); }
.leader-card { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.leader-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(7,26,61,.15); }
.leader-card-featured { grid-column: span 2; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--navy-900); }
.leader-photo { aspect-ratio: 4 / 3; overflow: hidden; background: var(--cream); }
.leader-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 16%; }
.leader-card-featured .leader-photo { aspect-ratio: auto; min-height: 350px; }
.leader-copy { padding: 22px; }
.leader-copy > p { margin: 0 0 7px; color: var(--gold-500); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.leader-copy h3 { margin: 0; font-size: clamp(1rem, 1.6vw, 1.35rem); overflow-wrap: anywhere; }
.leader-copy > span { display: block; margin-top: 10px; color: var(--muted); font-size: .76rem; }
.leader-card-featured .leader-copy { padding: 35px; display: flex; flex-direction: column; justify-content: flex-end; }
.leader-card-featured .leader-copy h3 { color: #fff; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.leader-card-featured .leader-copy > span { color: rgba(255,255,255,.55); }
.leader-card-compact { display: grid; grid-template-columns: 92px 1fr; align-items: stretch; }
.leader-card-compact .leader-photo { min-height: 128px; aspect-ratio: auto; }
.leader-card-compact .leader-copy { padding: 18px 16px; display: flex; flex-direction: column; justify-content: center; }
.leader-card-compact .leader-copy h3 { font-size: .98rem; line-height: 1.18; }

.brochure-band { padding: 74px 0; color: #fff; background: linear-gradient(120deg, var(--navy-900), var(--navy-700)); }
.brochure-band-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.brochure-mark { width: 88px; height: 88px; display: grid; place-items: center; color: var(--navy-900); background: var(--gold-400); border-radius: 50%; font-family: Georgia, serif; font-size: 2.6rem; }
.brochure-band h2 { margin: 0 0 8px; color: #fff; font-size: clamp(2.1rem, 4vw, 3.6rem); }
.brochure-band p:last-child { margin: 0; color: rgba(255,255,255,.62); }

.connect-section { background: var(--cream); }
.connect-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 84px; align-items: center; }
.connect-copy > p:not(.section-kicker) { color: var(--muted); font-size: 1.08rem; }
.connect-panel { padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.connect-panel-top { padding: 10px 10px 26px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.connect-panel-top div { display: grid; }
.connect-panel-top span { color: var(--muted); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.connect-panel-top strong { color: var(--navy-900); font-family: Georgia, serif; font-size: 2rem; }
.connect-panel-top img { width: 98px; height: 98px; object-fit: contain; border: 1px solid var(--line); border-radius: 12px; }
.connect-links { display: grid; }
.connect-links a { padding: 19px 10px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy-900); border-bottom: 1px solid var(--line); font-weight: 760; text-decoration: none; }
.connect-links a:last-child { border-bottom: 0; }
.connect-links b { width: 32px; height: 32px; display: grid; place-items: center; color: var(--navy-900); background: var(--gold-400); border-radius: 50%; transition: transform .2s ease; }
.connect-links a:hover b { transform: translateX(3px); }

.site-footer { padding: 80px 0 24px; color: rgba(255,255,255,.62); background: var(--navy-950); }
.footer-grid { padding-bottom: 54px; display: grid; grid-template-columns: 1.6fr .65fr .65fr 1fr; gap: 52px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { display: flex; align-items: center; gap: 17px; }
.footer-brand img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }
.footer-brand div { display: grid; }
.footer-brand strong { color: #fff; font-family: Georgia, serif; font-size: 1.65rem; letter-spacing: .08em; }
.footer-brand span { max-width: 260px; font-size: .8rem; }
.footer-grid h2 { margin-bottom: 18px; color: var(--gold-400); font-family: Inter, sans-serif; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div > a { width: fit-content; margin: 9px 0; display: block; color: rgba(255,255,255,.62); font-size: .88rem; text-decoration: none; }
.footer-grid > div > a:hover { color: #fff; }
.footer-motto { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.12); }
.footer-motto p { margin: 0; color: var(--gold-400); font-size: .66rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.footer-motto strong { display: block; margin: 2px 0 15px; color: #fff; font-family: Georgia, serif; font-size: 1.65rem; }
.footer-motto span { display: block; margin-top: 4px; color: #fff; font-family: Georgia, serif; font-size: 1.05rem; line-height: 1.35; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: .76rem; }
.footer-bottom a { color: var(--gold-400); text-decoration: none; }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); }
.reveal-ready [data-reveal].is-visible,
.reveal-ready .hero [data-reveal] { opacity: 1; transform: none; }

/* Brochure visual language: page tabs, emblem seals, ornament lines and scripture bands. */
.purpose-section > .shell,
.ministries-section > .shell,
.leadership-section > .shell { position: relative; }
.brochure-page-tab {
    position: absolute;
    z-index: 4;
    left: 0;
    top: -86px;
    width: 78px;
    height: 94px;
    padding: 12px 8px 20px;
    display: grid;
    place-content: center;
    color: var(--navy-900);
    background: linear-gradient(145deg, #f8db7b, #d99a17);
    border: 2px solid rgba(255,255,255,.8);
    clip-path: polygon(0 0, 100% 0, 100% 82%, 50% 100%, 0 82%);
    filter: drop-shadow(0 8px 15px rgba(4,17,39,.18));
    text-align: center;
}
.brochure-page-tab span { font-family: Georgia, serif; font-size: 2rem; font-weight: 800; line-height: .9; }
.brochure-page-tab small { margin-top: 6px; font-size: .55rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.brochure-page-tab-right { right: 0; left: auto; }
.brochure-page-tab-light { top: -36px; }
.brochure-seal {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    color: var(--gold-400);
    background: var(--navy-900);
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px var(--gold-500), 0 10px 24px rgba(4,17,39,.18);
    font-family: Georgia, serif;
    font-size: 2.1rem;
    line-height: 1;
}
.brochure-seal-gold { color: var(--navy-900); background: var(--gold-400); box-shadow: 0 0 0 3px #fff, 0 10px 24px rgba(4,17,39,.2); }
.purpose-card > .brochure-seal { position: absolute; top: 76px; left: 46px; }
.purpose-card h3 { margin-top: 116px; }
.ornament-heading { margin: 52px auto 27px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.ornament-heading i { height: 1px; background: linear-gradient(90deg, transparent, var(--gold-500)); }
.ornament-heading i:last-child { background: linear-gradient(90deg, var(--gold-500), transparent); }
.ornament-heading span { padding: 10px 28px; color: #fff; background: var(--navy-900); border: 2px solid var(--gold-500); border-radius: 999px; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.brochure-values-grid { grid-template-columns: repeat(7, 1fr); gap: 10px; }
.brochure-values-grid .value-card { position: relative; padding: 56px 13px 23px; text-align: center; }
.brochure-values-grid .value-number { position: absolute; top: 11px; right: 12px; color: rgba(7,26,61,.2); }
.brochure-values-grid .value-seal { width: 58px; height: 58px; margin: -30px auto 25px; font-size: 1.55rem; }
.brochure-values-grid h3 { min-height: 2.4em; margin-top: 0; font-size: 1.02rem; }
.brochure-values-grid p { font-size: .77rem; line-height: 1.5; }
.scripture-band { margin: 80px 0 -112px; padding: 28px 0; color: #fff; background: radial-gradient(circle at 13% 50%, rgba(220,167,45,.2), transparent 20%), linear-gradient(100deg, var(--navy-950), var(--navy-800)); border-top: 3px solid var(--gold-500); }
.scripture-band .shell { display: flex; align-items: center; justify-content: center; gap: 17px; text-align: center; }
.scripture-band span { color: var(--gold-400); font-family: Georgia, serif; font-size: 3.2rem; line-height: .5; }
.scripture-band blockquote { margin: 0; color: #fff; font-family: Georgia, serif; font-size: clamp(1.15rem, 2vw, 1.65rem); font-style: italic; }
.scripture-band cite { color: var(--gold-400); font-size: .72rem; font-style: normal; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.ministries-section { padding-top: 148px; }
.ministry-grid { align-items: stretch; }
.ministry-card { position: relative; overflow: visible; border-top: 6px solid var(--navy-900); }
.ministry-card:nth-child(2) { border-top-color: #ac3c31; }
.ministry-card:nth-child(3) { border-top-color: #2b7e3c; }
.ministry-card:nth-child(4) { border-top-color: #6b388f; }
.ministry-card:nth-child(5) { border-top-color: #13778a; }
.ministry-card .ministry-symbol { width: 76px; height: 76px; border-radius: 50%; font-size: 2rem; }
.ministry-card .ministry-number { position: absolute; top: 23px; right: 24px; width: 39px; height: 39px; display: grid; place-items: center; color: var(--navy-900); background: var(--gold-400); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 2px var(--gold-500); font-family: Georgia, serif; font-size: 1.05rem; }

.benefits-layout { grid-template-columns: 1fr; }
.benefits-intro { position: static; max-width: 820px; padding-left: 106px; }
.benefits-section .brochure-page-tab { top: 0; }
.benefit-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.benefit-list article,
.benefit-list article:first-child { position: relative; min-height: 150px; padding: 22px 22px 22px 82px; display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 16px; color: var(--ink); background: #fff; border: 1px solid rgba(240,200,93,.32); border-radius: 18px; box-shadow: 0 15px 30px rgba(0,0,0,.12); }
.benefit-list .benefit-number { position: absolute; left: -12px; top: 50%; width: 48px; height: 48px; display: grid; place-items: center; color: var(--navy-900); background: var(--gold-400); border: 3px solid var(--navy-950); border-radius: 50%; font-family: Georgia, serif; font-size: 1.1rem; transform: translateY(-50%); }
.benefit-list .benefit-icon { width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: var(--navy-800); border-radius: 14px; font-family: Georgia, serif; font-size: 1.45rem; }
.benefit-list article:nth-child(5n+2) .benefit-icon { background: #6b388f; }
.benefit-list article:nth-child(5n+3) .benefit-icon { background: #2b7e3c; }
.benefit-list article:nth-child(5n+4) .benefit-icon { background: #ac3c31; }
.benefit-list article:nth-child(5n+5) .benefit-icon { background: #13778a; }
.benefit-list h3 { color: var(--navy-900); font-size: 1.2rem; }
.benefit-list p { color: var(--muted); font-size: .85rem; }

.membership-content { position: relative; }
.partner-track { position: relative; padding-top: 55px !important; border-top: 6px solid var(--gold-500) !important; }
.partner-track .brochure-seal { position: absolute; top: -35px; left: 25px; width: 68px; height: 68px; font-size: 1.7rem; }
.partner-track-2 { border-top-color: #3d8a48 !important; }
.partner-track-3 { border-top-color: #7b4898 !important; }
.partner-track-4 { border-top-color: #b63c3c !important; }
.partner-track-5 { border-top-color: #178296 !important; }
.partner-grid h3 { margin-top: 12px; }
.join-steps { grid-column: 1 / -1; padding: 20px 22px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 22px; color: var(--navy-900); background: rgba(255,255,255,.96); border: 2px solid var(--gold-500); border-radius: 18px; }
.join-steps > strong { padding: 9px 18px; color: #fff; background: var(--navy-900); border-radius: 999px; font-family: Georgia, serif; font-size: 1.25rem; text-transform: uppercase; }
.join-steps ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; list-style: none; }
.join-steps li { display: flex; align-items: center; gap: 10px; font-size: .76rem; font-weight: 700; line-height: 1.35; }
.join-steps b { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; color: var(--navy-900); background: var(--gold-400); border-radius: 50%; }

.leader-group-title span { padding: 9px 24px; color: #fff; background: var(--navy-900); border: 2px solid var(--gold-500); border-radius: 999px; }
.leader-card { border-top: 4px solid var(--gold-500); }
.leader-card-compact .leader-photo { border-right: 3px solid var(--gold-500); }
.leader-copy > p { color: #9b6500; }

.commitment-strip { margin-top: 70px; padding: 24px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: var(--gold-500); border: 2px solid var(--gold-500); border-radius: 20px; overflow: hidden; }
.commitment-strip p { grid-column: 1 / -1; margin: -24px -24px 0; padding: 14px; color: #fff; background: var(--navy-900); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 800; text-align: center; text-transform: uppercase; }
.commitment-strip span { min-height: 72px; padding: 16px 10px; display: grid; place-items: center; color: var(--navy-900); background: #fff; font-family: Georgia, serif; font-size: .88rem; font-weight: 800; line-height: 1.25; text-align: center; }

@media (max-width: 1080px) {
    .primary-nav { gap: 15px; }
    .primary-nav > a { font-size: .82rem; }
    .hero-grid { gap: 38px; }
    .about-grid, .connect-grid { gap: 50px; }
    .values-grid { grid-template-columns: repeat(2, 1fr); }
    .brochure-values-grid { grid-template-columns: repeat(4, 1fr); gap: 22px 12px; }
    .commitment-strip { grid-template-columns: repeat(3, 1fr); }
    .leader-grid-bot, .leader-grid-exco { grid-template-columns: repeat(3, 1fr); }
    .leader-card-featured { grid-column: span 2; }
    .footer-grid { grid-template-columns: 1.2fr .7fr .7fr; }
    .footer-motto { grid-column: 1 / -1; padding: 24px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
}

@media (max-width: 860px) {
    .topline { display: none; }
    .nav-shell { min-height: 74px; }
    .nav-toggle { display: block; }
    .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .primary-nav { position: fixed; inset: 74px 0 auto; max-height: calc(100vh - 74px); padding: 22px 20px 30px; display: grid; gap: 4px; background: rgba(255,253,248,.98); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .3s ease, opacity .25s ease; overflow-y: auto; }
    .primary-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
    .primary-nav > a { padding: 12px 7px; font-size: 1rem; }
    .primary-nav > a::after { display: none; }
    .primary-nav .nav-cta { margin-top: 8px; padding: 14px 18px; text-align: center; }
    .hero, .hero-grid { min-height: auto; }
    .hero-grid { padding: 90px 0 110px; grid-template-columns: 1fr; }
    .hero-card { max-width: 520px; align-self: auto; }
    .hero-proof div { min-width: 130px; padding: 0 18px; }
    .about-grid, .benefits-layout, .membership-content, .connect-grid { grid-template-columns: 1fr; }
    .image-story { min-height: 580px; }
    .benefits-intro { position: static; }
    .purpose-grid { grid-template-columns: 1fr; }
    .split-heading { grid-template-columns: 1fr; gap: 18px; }
    .ministry-grid { grid-template-columns: repeat(2, 1fr); }
    .ministry-card:nth-child(n) { grid-column: span 1; }
    .ministry-card:last-child { grid-column: 1 / -1; }
    .membership-section { padding: 90px 0; }
    .join-steps { grid-template-columns: 1fr; }
    .join-steps ol { grid-template-columns: 1fr; }
    .leader-grid-bot, .leader-grid-exco { grid-template-columns: repeat(2, 1fr); }
    .leader-card-featured { grid-column: span 2; }
    .brochure-band-inner { grid-template-columns: auto 1fr; }
    .brochure-band-inner .button { grid-column: 2; width: fit-content; }
}

@media (max-width: 620px) {
    .shell { width: min(100% - 28px, var(--shell)); }
    .section { padding: 78px 0; }
    h2 { font-size: clamp(2.25rem, 12vw, 3.3rem); }
    .brand img { width: 48px; height: 48px; }
    .brand small { display: none; }
    .hero h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
    .hero-grid { padding-top: 70px; }
    .hero-proof { gap: 18px 0; }
    .hero-proof div { width: 50%; padding: 0 15px; }
    .hero-proof div:nth-child(3) { padding-left: 0; border-left: 0; }
    .scroll-cue { display: none; }
    .image-story { min-height: 460px; }
    .image-story-note { left: 12px; right: 12px; bottom: 16px; }
    .purpose-card { min-height: auto; padding: 30px 24px; }
    .purpose-card h3 { margin-top: 40px; }
    .purpose-card > .brochure-seal { position: static; margin: 35px 0 0; }
    .purpose-card h3 { margin-top: 28px; }
    .values-grid, .ministry-grid, .partner-grid, .benefit-list { grid-template-columns: 1fr; }
    .brochure-values-grid { grid-template-columns: repeat(2, 1fr); }
    .ministry-card:nth-child(n), .partner-grid article:last-child { grid-column: auto; }
    .ministry-card { min-height: 250px; }
    .benefit-list article { grid-template-columns: 42px 1fr; gap: 14px; }
    .leader-grid-bot, .leader-grid-exco { grid-template-columns: 1fr; }
    .leader-card-featured { grid-column: auto; grid-template-columns: 1fr; }
    .leader-card-featured .leader-photo { min-height: 390px; }
    .leader-card-compact { grid-template-columns: 110px 1fr; }
    .brochure-band-inner { grid-template-columns: 1fr; text-align: center; }
    .brochure-mark { margin-inline: auto; }
    .brochure-band-inner .button { grid-column: auto; width: 100%; }
    .connect-panel { padding: 20px; }
    .connect-panel-top strong { font-size: 1.5rem; }
    .connect-panel-top img { width: 78px; height: 78px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
    .footer-brand, .footer-motto { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
    .brochure-page-tab { left: 14px; top: -70px; width: 66px; height: 80px; }
    .brochure-page-tab-right { right: 14px; left: auto; }
    .benefits-intro { padding-left: 0; padding-top: 55px; }
    .benefit-list article,
    .benefit-list article:first-child { padding-left: 52px; grid-template-columns: 48px 1fr; }
    .benefit-list .benefit-number { left: -6px; }
    .scripture-band { margin-bottom: -78px; }
    .scripture-band .shell { flex-wrap: wrap; }
    .commitment-strip { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal-ready [data-reveal] { opacity: 1; transform: none; }
}
