@font-face{font-family:Outfit;src:url('/assets/outfit-regular.ttf') format('truetype');font-style:normal;font-weight:300 500;font-display:swap}@font-face{font-family:Outfit;src:url('/assets/outfit-semibold.ttf') format('truetype');font-style:normal;font-weight:550 800;font-display:swap}
:root{--bg:#203544;--panel:#2b4555;--cream:#f1ecdf;--muted:#c0ccd1;--gold:#d8c09a;--line:#506673;--light:#e9e6de;--ink:#253e4d;--max:1280px;color-scheme:dark;font-family:Outfit,Arial,sans-serif;font-size:17px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--cream);line-height:1.65}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:5px}button{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--gold);outline-offset:6px}::selection{background:var(--gold);color:var(--bg)}img{display:block;width:100%;height:auto}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{font-weight:400;line-height:1.13}h1{font-size:clamp(2.65rem,5.1vw,4.65rem);letter-spacing:-.045em;margin-bottom:1.6rem}h2{font-size:clamp(2rem,3.3vw,3.15rem);letter-spacing:-.035em;margin-bottom:1.4rem}h3{font-size:1.5rem;letter-spacing:-.02em;margin-bottom:.8rem}p{margin-bottom:1.35rem}p:last-child{margin-bottom:0}.container{max-width:var(--max);width:calc(100% - 112px);margin-inline:auto}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:600;color:var(--gold);margin-bottom:1.35rem}.muted{color:var(--muted)}.small{font-size:.88rem}.gold{color:var(--gold)}.skip{position:fixed;top:10px;left:20px;transform:translateY(-200%);z-index:100;background:var(--gold);color:var(--bg);padding:12px 20px}.skip:focus{transform:none}.site-header{position:sticky;top:0;z-index:30;background:var(--bg);border-bottom:1px solid var(--line)}.header-inner{max-width:1440px;width:calc(100% - 80px);margin:auto;min-height:99px;display:flex;align-items:center;justify-content:space-between;gap:35px}.wordmark{font-size:2.3rem;font-weight:600;letter-spacing:-.095em;text-decoration:none;line-height:1}.wordmark span{font-weight:400}.wordmark .wordmark-seven{color:var(--gold);font-weight:600}nav{display:flex;align-items:center;gap:28px}nav>a{font-size:.85rem;text-decoration:none;white-space:nowrap;position:relative}nav>a[aria-current=page]:not(.button){color:var(--gold)}nav>a[aria-current=page]:after{content:'';position:absolute;bottom:-12px;left:0;right:0;height:1px;background:var(--gold)}nav>a:hover{color:var(--gold)}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:52px;padding:13px 22px;background:var(--gold);border:1px solid var(--gold);color:var(--bg);font-weight:500;text-decoration:none;font-size:.94rem;line-height:1.4;transition:background .15s,color .15s}.button:hover{background:#ecdbc0;color:var(--bg)}.button.secondary{background:transparent;border-color:#9aafb8;color:var(--cream)}.button.secondary:hover{background:var(--panel);border-color:var(--cream)}.nav-cta{font-size:.82rem;min-height:45px;padding:12px 16px;gap:18px}.menu-toggle{display:none}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:2rem}.text-link{display:inline-flex;gap:24px;align-items:center;text-decoration:none;border-bottom:1px solid var(--gold);padding:5px 0;color:var(--cream)}.text-link:hover{color:var(--gold)}
.hero{position:relative;min-height:730px;display:grid;grid-template-columns:1.08fr 1fr;isolation:isolate;border-bottom:1px solid var(--line)}.hero-copy{padding:94px 26px 76px max(56px,calc((100vw - 1280px)/2));align-self:center}.hero h1{position:relative;z-index:2;width:112%;max-width:800px}.hero h1 em{font-style:normal;color:var(--gold)}.hero .lead{color:var(--muted);max-width:540px;font-size:1.08rem;line-height:1.65}.hero-image{position:relative;margin:38px 38px 38px 0;min-width:0;overflow:hidden}.hero-image img{height:100%;object-fit:cover;object-position:45% center;filter:brightness(.96) saturate(.9)}.hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(32,53,68,.4),transparent 50%),linear-gradient(0deg,rgba(32,53,68,.72),transparent 45%)}.image-caption{position:absolute;z-index:1;bottom:30px;left:35px;right:35px;display:flex;justify-content:space-between;gap:20px;font-size:.76rem;letter-spacing:.07em;text-transform:uppercase;color:#f5f1e8}.hero-note{display:flex;gap:12px;align-items:center;margin-top:3rem;color:var(--muted);font-size:.82rem}.hero-note:before{content:'';height:1px;width:32px;background:var(--gold)}.intro-strip{padding:32px 0;border-bottom:1px solid var(--line)}.intro-strip .container{display:flex;justify-content:space-between;align-items:center;gap:30px}.intro-strip p{max-width:760px;margin:0;font-size:1.07rem}.section{padding:100px 0}.section.border{border-bottom:1px solid var(--line)}.section-heading{display:block;text-align:left;margin-bottom:45px}.section-heading h2{max-width:740px}.section-heading p{max-width:670px;color:var(--muted)}.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.question-card{border-top:1px solid var(--line);padding-top:25px}.number{display:block;font-size:.85rem;color:var(--gold);margin-bottom:25px}.question-card p{color:var(--muted)}.light{background:var(--light);color:var(--ink);color-scheme:light}.light .eyebrow,.light .number{color:#715b3e}.light .muted,.light .section-heading p{color:#526571}.light .text-link{color:var(--ink)}.two-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.stream{padding:32px;border:1px solid #acb6b8;position:relative}.stream p{color:#526571}.stream .eyebrow{margin-bottom:20px}.converge{border-top:1px solid #a0afb3;margin:34px 15% 0;padding-top:30px;position:relative;text-align:center}.converge:before{content:'';height:35px;width:1px;background:#a0afb3;position:absolute;top:-35px;left:0}.converge:after{content:'';height:35px;width:1px;background:#a0afb3;position:absolute;top:-35px;right:0}.converge .pathway{background:var(--ink);color:var(--cream);padding:25px;display:block}.pathway h3{margin-bottom:8px}.pathway p{margin:0;color:#d2dadc}.diagram-caption{margin:24px auto 0!important;text-align:center;max-width:750px;font-size:.88rem;color:#536671}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:0 50px}.feature-list article{padding:28px 0;border-top:1px solid var(--line)}.feature-list p{color:var(--muted)}.statement{max-width:950px;margin:auto;text-align:center}.statement h2{font-size:clamp(2.2rem,4.3vw,4rem);line-height:1.16}.statement p{max-width:760px;margin:24px auto;color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1.15fr;gap:100px;align-items:start}.credentials{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:35px}.credential{border-top:1px solid var(--line);padding-top:20px}.credential strong{display:block;font-size:1.15rem;font-weight:400}.credential span{color:var(--muted);font-size:.88rem}.founder-monogram{font-size:clamp(7rem,14vw,13rem);line-height:1;letter-spacing:-.09em;color:var(--gold);border-top:1px solid var(--line);padding:55px 0}.callout{background:var(--gold);color:var(--bg);padding:75px 0}.callout .container{display:flex;justify-content:space-between;align-items:center;gap:45px}.callout h2{max-width:750px;margin-bottom:18px}.callout p{max-width:640px;color:#304552}.callout .button{background:var(--bg);color:var(--cream);border-color:var(--bg);flex-shrink:0}.callout .button:hover{background:#345264}.resource-card{display:flex;flex-direction:column;text-decoration:none;padding:35px;border:1px solid var(--line);transition:background .15s}.resource-card:hover{background:var(--panel)}.resource-card h3{font-size:1.8rem;max-width:450px}.resource-card p{color:var(--muted)}.resource-card .meta{font-size:.85rem;margin-top:auto;padding-top:30px;color:var(--gold)}.resource-card .eyebrow{margin-bottom:40px}.resource-band{display:grid;grid-template-columns:.9fr 1.5fr;gap:85px;align-items:center}footer{padding-top:75px}.footer-top{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.3fr;gap:50px;padding-bottom:65px}.footer-top>.wordmark{margin-bottom:20px}.footer-top>div>p:not(.eyebrow){color:var(--muted);margin-top:24px;font-size:.95rem}.footer-top .eyebrow{font-size:.72rem}.footer-top>div>a:not(.wordmark){display:block;width:fit-content;text-decoration:none;font-size:.88rem;margin:12px 0}.footer-top a:hover{color:var(--gold)}.footer-bottom{padding:25px 0 35px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:25px;font-size:.76rem;color:var(--muted)}
.page-hero{padding:85px 0 70px;border-bottom:1px solid var(--line)}.page-hero h1{max-width:950px}.page-hero .lead{font-size:1.2rem;color:var(--muted);max-width:800px}.page-hero .eyebrow{margin-bottom:26px}.service-row{display:grid;grid-template-columns:90px 1fr 1fr;gap:50px;padding:65px 0;border-bottom:1px solid var(--line)}.service-row:first-child{padding-top:0}.service-row:last-child{border-bottom:0;padding-bottom:0}.service-row .number{font-size:2.2rem;line-height:1}.service-row h2{font-size:2.2rem}.service-row p{color:var(--muted)}.service-row ul{padding-left:20px;color:var(--muted);margin-bottom:0}.service-row li{padding:4px 0}.outputs{padding:25px;background:var(--panel);margin-top:24px}.outputs h3{font-size:1rem}.outputs p{font-size:.95rem}.inline-note{border-left:2px solid var(--gold);padding-left:25px;max-width:750px;color:var(--muted)}.faq{max-width:900px;margin-left:0;margin-right:auto;text-align:left}details{border-bottom:1px solid var(--line)}summary{cursor:pointer;font-size:1.17rem;list-style:none;padding:24px 38px 24px 0;position:relative}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:0;color:var(--gold);font-size:1.5rem;top:17px}details[open] summary:after{content:'−'}details p{color:var(--muted);padding-right:40px;padding-bottom:24px}.framework-map{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.framework-center{grid-column:1/-1;text-align:center;padding:35px;background:var(--ink);color:var(--cream);position:relative;margin-bottom:18px}.framework-center:after{content:'';position:absolute;bottom:-19px;left:50%;height:19px;width:1px;background:#9fadb2}.framework-center p{margin:0}.framework-part{padding:28px;border:1px solid #abb9bd}.framework-part h3{font-size:1.3rem}.framework-part p{font-size:.95rem;color:#526571}.flow-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:28px}.flow-steps>div{border:1px solid #abb9bd;padding:25px}.flow-steps h3{font-size:1.25rem}.flow-steps p{font-size:.94rem;color:#526571}.timeline{counter-reset:steps}.timeline article{display:grid;grid-template-columns:60px 1fr;gap:25px;border-top:1px solid var(--line);padding:30px 0}.timeline article:before{counter-increment:steps;content:'0' counter(steps);color:var(--gold)}.timeline p{color:var(--muted)}.example{padding:42px;background:var(--panel);border-top:2px solid var(--gold)}.example-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 40px}.example-grid h3{font-size:1.2rem}.example-grid p{color:var(--muted)}.prose-layout{display:grid;grid-template-columns:250px minmax(0,760px);gap:90px;justify-content:space-between}.article-nav{position:sticky;top:130px;align-self:start;font-size:.94rem}.article-nav a{display:block;text-decoration:none;padding:10px 0;color:#4e626d;border-bottom:1px solid #bfc7c8}.prose h2{font-size:2rem;margin-top:55px}.prose h2:first-child{margin-top:0}.prose h3{font-size:1.35rem;margin-top:30px}.prose p{font-size:1.07rem;line-height:1.8}.prose li{margin-bottom:12px}.prose a{text-decoration-color:#806746}.reading .page-hero{background:var(--light);color:var(--ink);border-color:#bec7c8}.reading .page-hero .eyebrow{color:#715b3e}.reading .page-hero .lead,.reading .page-hero .muted{color:#4d6370}.reading .page-hero h1{max-width:1000px}.article-meta{display:flex;gap:20px;font-size:.88rem;color:#4d6370;flex-wrap:wrap}.prose blockquote{margin:30px 0;padding:20px 25px;border-left:3px solid #8b7557;background:#dedfd7}.reading .button.secondary{color:var(--ink);border-color:#566e7b}.reading .button.secondary:hover{background:#d5dcd9}.bibliography{list-style:none;padding:0}.bibliography li{padding:22px 0;border-top:1px solid var(--line)}.bibliography span{display:block;color:var(--muted);font-size:.94rem}.notice{padding:40px;background:var(--panel);border-top:2px solid var(--gold)}.notice h2{font-size:1.75rem}.notice p:not(.eyebrow){color:var(--muted)}.agenda{padding-left:22px;color:var(--muted)}.agenda li{margin-bottom:18px}.case-context{max-width:800px}.case-context p{color:var(--muted)}
@media(min-width:1600px){.hero{max-width:1600px;margin:auto}.hero-copy{padding-left:160px}.hero h1{font-size:4.65rem}}
@media(max-width:1200px){nav{gap:18px}.header-inner{gap:25px;width:calc(100% - 56px)}.container{width:calc(100% - 80px)}.hero-copy{padding-left:40px}.hero h1{font-size:4.1rem}.hero{min-height:700px}.split{gap:60px}.service-row{gap:30px;grid-template-columns:55px 1fr 1fr}}
@media(max-width:1100px){.menu-toggle{display:flex;align-items:center;gap:20px;color:var(--cream);background:transparent;border:1px solid var(--line);padding:10px 16px;min-height:46px}.header-inner{min-height:82px;position:relative}nav{display:none;position:absolute;top:100%;left:-28px;right:-28px;background:var(--bg);padding:24px 28px 32px;border-bottom:1px solid var(--line);align-items:stretch;max-height:calc(100dvh - 82px);overflow:auto}nav.open{display:flex;flex-direction:column;gap:7px}nav>a{padding:12px 0;font-size:1rem;white-space:normal}nav>a[aria-current=page]:after{display:none}nav>.button{margin-top:10px}.hero h1{width:125%;font-size:3.6rem}.hero-copy{padding-top:65px}.hero .actions{flex-direction:column;align-items:flex-start}.hero-image{margin-right:24px}.three-grid{gap:24px}.footer-top{grid-template-columns:1fr 1fr;gap:35px}.prose-layout{grid-template-columns:190px minmax(0,1fr);gap:45px}}
@media(max-width:960px){:root{font-size:16px}.container{width:calc(100% - 40px)}.header-inner{width:calc(100% - 40px);min-height:76px}nav{left:-20px;right:-20px;max-height:calc(100dvh - 76px)}.wordmark{font-size:2.2rem}.hero{display:flex;flex-direction:column;min-height:0}.hero-copy{padding:55px 20px 35px}.hero h1{font-size:clamp(2.7rem,9vw,4rem);width:100%;max-width:610px}.hero .lead{max-width:580px}.hero .actions{flex-direction:row;gap:12px}.hero .button{font-size:.92rem;padding:13px 16px;gap:16px}.hero-note{margin-top:30px}.hero-image{height:300px;margin:0 20px 25px}.hero-image img{object-position:center 63%}.hero-image:after{background:linear-gradient(0deg,rgba(32,53,68,.65),transparent 70%)}.image-caption{left:20px;right:20px;bottom:20px;font-size:.75rem}.intro-strip{padding:28px 0}.intro-strip .container{display:block}.intro-strip .text-link{margin-top:16px}.section{padding:65px 0}.section-heading{margin-bottom:28px}.section-heading>.eyebrow{margin-bottom:18px}.three-grid,.two-grid,.split,.resource-band,.prose-layout{grid-template-columns:1fr;gap:32px}.question-card{padding-top:20px}.number{margin-bottom:18px}.stream{padding:26px}.converge{margin-inline:0}.converge:before,.converge:after{display:none}.converge .pathway{padding:25px 18px}.feature-list{grid-template-columns:1fr;gap:0}.credentials{gap:18px}.founder-monogram{font-size:6rem;padding:28px 0}.callout{padding:55px 0}.callout .container{display:block}.callout .button{margin-top:28px}.resource-card{padding:28px}.footer-top{gap:35px 25px;padding-bottom:45px}.footer-bottom{flex-wrap:wrap;gap:14px;font-size:.82rem}.footer-bottom span:nth-child(2){order:3;width:100%}.footer-bottom a{margin-left:auto}.page-hero{padding:55px 0 48px}.page-hero h1{font-size:clamp(2.5rem,8vw,3.6rem)}.service-row{grid-template-columns:1fr;gap:16px;padding:40px 0}.service-row .number{margin:0;font-size:1.5rem}.service-row h2{font-size:2rem}.service-row p{margin-bottom:0}.outputs p{margin-top:10px}.framework-map{grid-template-columns:1fr 1fr;gap:12px}.framework-part{padding:20px}.flow-steps{grid-template-columns:1fr;gap:14px}.example{padding:28px 22px}.example-grid{grid-template-columns:1fr;gap:20px}.article-nav{position:static;margin-bottom:15px}.article-nav a{padding:9px 0}.prose h2{margin-top:40px}.notice{padding:28px}.timeline article{grid-template-columns:30px 1fr;gap:18px}.statement p{margin:20px auto}}
@media(max-width:390px){.hero .actions{align-items:stretch;flex-direction:column}.framework-map{grid-template-columns:1fr}.credentials{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr}.image-caption{font-size:.75rem;flex-direction:column;gap:4px}.header-inner{gap:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
@media print{.site-header,footer,.callout,.article-nav,.actions{display:none}body,.light,.page-hero{background:white!important;color:black!important}.container{width:100%;max-width:none}.section,.page-hero{padding:20px 0}.prose-layout{display:block}a{color:black!important}.hero{display:block}.hero-copy{padding:20px}.hero-image{display:none}details{break-inside:avoid}}

.light .framework-center .eyebrow{color:var(--gold)}
.light .text-link:hover{color:#715b3e}

/* Shared definitions: visible reading content, with no disclosure controls. */
.definition-content{max-width:800px;margin-left:auto}
.definition-content article+article{margin-top:44px;padding-top:34px;border-top:1px solid var(--line)}
.definition-content h3{font-size:1.8rem;margin-bottom:20px}
.definition-content p{line-height:1.8;color:var(--muted)}
.definition-content strong{color:var(--cream);font-weight:600}
.definition-content .definition-application{margin-top:30px}
.definition-summary{margin-top:38px;text-align:left;gap:48px}
.statement .definition-summary p{margin:0;max-width:none}
.definition-links{justify-content:center;gap:18px 32px}
@media(max-width:960px){.definition-content{max-width:none}.definition-summary{grid-template-columns:1fr;gap:28px}.definition-content article+article{margin-top:32px;padding-top:28px}.definition-links{justify-content:flex-start;text-align:left}}

/* Research: a single wide column for the theological foundations. */
.formation-foundations-copy{width:100%}
.formation-foundations-copy h4{margin-top:1.75rem;margin-bottom:.6rem}

/* Frameworks: balance the shared-language text across two equal columns. */
.definition-content.definition-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(32px,5vw,72px);max-width:none;margin-left:0;align-items:start}
.definition-columns article+article{margin-top:28px;padding-top:28px}
@media(max-width:960px){.definition-content.definition-columns{grid-template-columns:1fr;gap:32px}}

.framework-example-conclusion{margin-top:32px;padding-top:28px;border-top:1px solid var(--line)}

/* Keep example facets in independent, balanced columns. */
.example-balanced .example-column{display:flex;flex-direction:column;justify-content:space-between;gap:28px}
@media(max-width:960px){.example-balanced{gap:28px}.example-balanced .example-column{justify-content:flex-start}}

/* About: left-aligned biography with three equal qualification columns. */
.founder-profile{text-align:left}
.founder-bio{max-width:860px;margin-inline:0}
.founder-bio h2{margin-bottom:14px}
.founder-role{color:var(--gold);margin-bottom:36px}
.founder-profile .credentials{grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;max-width:1100px;margin:42px auto 0;text-align:center}
@media(max-width:640px){.founder-profile .credentials{grid-template-columns:1fr;gap:24px}.founder-role{margin-bottom:28px}}

/* Conversation inquiry form. */
.contact-form{display:grid;gap:24px;margin-top:28px;min-width:0}
.form-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.form-field{display:grid;gap:8px;min-width:0}
.form-field label{font-weight:500;line-height:1.5}
.form-field label span{font-size:.8rem;font-weight:400;color:var(--muted)}
.form-field input,.form-field textarea{width:100%;min-width:0;border:1px solid var(--line);border-radius:0;background:var(--panel);color:var(--cream);padding:12px 14px;font:inherit;line-height:1.5}
.form-field textarea{resize:vertical;min-height:180px}
.form-field input:focus-visible,.form-field textarea:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.contact-form .button{justify-self:start}
.contact-form .button:disabled{opacity:.6;cursor:not-allowed}
.contact-form p{margin:0}
.form-status{color:var(--muted);font-size:.95rem}
.form-status:empty{display:none}
.form-status.is-success{color:var(--cream)}
.form-status.is-error{color:#ffd0ba}
.form-trap{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:600px){.form-fields{grid-template-columns:1fr}}

/* Shared header: supplied banner contains the logo and tagline. */
.header-inner{padding-block:16px}
.header-brand{flex:0 1 400px;min-width:0}
.header-logo{display:block;width:400px;max-width:100%}
.header-logo img{width:100%;height:auto}
.header-inner nav,.menu-toggle{flex-shrink:0}
@media(max-width:1100px){.header-inner nav{max-height:calc(100dvh - 150px)}}
@media(max-width:600px){.header-inner{gap:20px}.header-brand{flex-basis:400px;width:100%}.menu-toggle{position:absolute;right:0;top:12px;gap:10px;padding-inline:12px}}

/* Standalone supplied logo in the shared footer. */
.footer-logo{display:block;width:180px;max-width:100%}
.footer-logo img{width:100%;height:auto}
