/* /ministries/ page styles: loaded after main.css; page-scoped additions only.
   Everything else on this page reuses the main.css component library. */

/* 01 · Founder history */
.min-history__body { max-width:var(--text-max-body); }
.min-history__body p { margin-bottom:var(--s-5); }
.min-history__distinction { font-style:italic; color:var(--muted); }

/* 02 · We understand ministry */
.min-understand__intro { max-width:var(--text-max); color:var(--muted); margin-top:var(--s-5); }

/* 03 · What we build, further-reading line under the cards */
.min-build__reading { max-width:var(--text-max-body); color:var(--muted); }

/* 04 · The conviction (navy), pull-quote legibility on dark ground */
.min-conviction__body { max-width:var(--text-max-body); }
.min-conviction__body p { margin-bottom:var(--s-5); }
.min-conviction .pull-quote p { color:var(--ivory); }
.min-conviction .pull-quote__name { color:var(--ivory); }
.min-conviction .pull-quote__role { color:var(--muted-dark); }

/* 05 · Ministry proof */
.min-proof__capability { max-width:var(--text-max-body); color:var(--muted); margin-top:var(--s-5); margin-bottom:var(--s-6); }
.min-proof__permissions { max-width:var(--text-max-body); color:var(--muted); margin-top:var(--s-5); }
