:root{--bg: #f5f5f5;--surface: #ffffff;--surface-soft: #efefef;--text: #121212;--text-soft: #505050;--border: #d7d7d7;--accent: #121212;--accent-strong: #000000;--radius: 14px;--radius-sm: 10px;--radius-lg: 22px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow: 0 8px 24px rgba(0, 0, 0, .09);--shadow-lg: 0 18px 40px rgba(0, 0, 0, .12);--font-heading: "Manrope", "Avenir Next", "Segoe UI", sans-serif;--font-body: "Source Sans 3", "Segoe UI", sans-serif;--section-pad: clamp(3.5rem, 6vw, 6rem)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{min-height:65vh}a{color:inherit;text-underline-offset:.2em}h1,h2,h3,h4{margin:0;line-height:1.1;font-family:var(--font-heading);letter-spacing:.01em}p{margin:0}.container{width:min(1160px,calc(100% - 3rem));margin-inline:auto}.section{padding:var(--section-pad) 0}.eyebrow{display:block;margin-bottom:.7rem;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:#666;font-weight:700}.accent-bar{display:block;width:52px;height:2px;background:var(--accent);border-radius:2px;margin-top:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.82rem 1.4rem;border-radius:999px;background:var(--accent);color:#fff;text-decoration:none;border:1px solid var(--accent);font-weight:700;font-size:.92rem;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-2px);background:var(--accent-strong);box-shadow:var(--shadow-sm)}.btn-soft{background:transparent;color:var(--text);border-color:var(--border)}.btn-soft:hover{background:#f1f1f1}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.site-header{position:sticky;top:0;z-index:20;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#f5f5f5eb;border-bottom:1px solid var(--border)}.header-return-wrap{border-bottom:1px solid var(--border);background:#ffffffb8}.header-return{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:.65rem;padding:.35rem 0;font-size:.78rem;color:var(--text-soft);font-weight:600}.header-return-btn{font-size:.76rem;padding:.42rem .84rem;white-space:nowrap}.header-inner{min-height:72px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.8rem;padding:.7rem 0}.brand{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;font-weight:700;letter-spacing:.02em;font-family:var(--font-heading)}.brand-mark{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#101010;color:#fff;font-size:.76rem;letter-spacing:.07em;font-weight:800}.main-nav{display:none;flex-wrap:wrap;gap:.65rem 1.1rem;font-size:.9rem}.main-nav a{text-decoration:none;color:var(--text-soft);padding-bottom:2px;border-bottom:1px solid transparent;transition:color .18s ease,border-color .18s ease}.main-nav a:hover{color:var(--text);border-bottom-color:#111}.header-cta{display:none}.concept-switcher-wrap{border-top:1px solid var(--border)}.concept-switcher{display:flex;flex-wrap:wrap;gap:.45rem;padding:.5rem 0 .65rem}.concept-switcher a{padding:.33rem .8rem;border-radius:999px;border:1px solid var(--border);text-decoration:none;font-size:.84rem;color:var(--text-soft);transition:background .18s ease,border-color .18s ease,color .18s ease}.concept-switcher a:hover{color:var(--text);background:#fff}.concept-switcher a.active{color:#fff;border-color:#111;background:#111;font-weight:600}.hero{padding:clamp(3rem,5vw,5.5rem) 0 clamp(2.5rem,4vw,4.5rem)}.hero-grid{display:grid;gap:2rem;align-items:center}.hero-copy h1{font-size:clamp(2.2rem,5.3vw,4.1rem);margin-bottom:1rem}.hero-copy p{color:var(--text-soft);max-width:60ch;margin-bottom:1.4rem;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.65}.hero-center .hero-copy{text-align:center;margin-inline:auto}.hero-center .cta-row{justify-content:center}.image-placeholder{border:1px dashed var(--border);background:linear-gradient(140deg,#f8f8f8,#eee 72%);border-radius:var(--radius);min-height:220px;display:grid;place-items:center;color:#666;text-align:center;font-size:.84rem;font-weight:600;letter-spacing:.01em;padding:1.25rem}.hero-image{min-height:clamp(240px,31vw,390px)}.image-tall{min-height:clamp(280px,36vw,460px)}.section-heading{margin-bottom:2rem;max-width:68ch}.section-heading.center{text-align:center;margin-inline:auto}.section-heading h2{font-size:clamp(1.6rem,3.5vw,2.8rem);margin-bottom:.6rem}.section-heading p{color:var(--text-soft);font-size:clamp(.97rem,1.25vw,1.08rem);line-height:1.7}.info-card,.message-card,.step-card,.pillar-card,.fact,.concept-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm)}.info-card,.message-card{padding:1.35rem 1.2rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.pillar-card{padding:1.45rem 1.25rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.info-card:hover,.message-card:hover,.step-card:hover,.pillar-card:hover,.concept-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#b9b9b9}.info-card h3,.message-card h3,.pillar-card h3{margin-bottom:.55rem;font-size:clamp(1.05rem,1.6vw,1.2rem)}.info-card p,.message-card p,.pillar-card p{color:var(--text-soft);margin-bottom:.8rem;line-height:1.62;font-size:.95rem}.info-card a,.message-card a,.pillar-card a{font-weight:700;color:#171717;font-size:.9rem;text-decoration:none;border-bottom:1px solid #171717;padding-bottom:1px}.info-card a:hover,.message-card a:hover,.pillar-card a:hover{opacity:.75}.cards-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.split-grid{display:grid;gap:2rem;align-items:center}.steps-grid,.message-preview,.pillars-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.step-card{padding:1.45rem 1.3rem 1.35rem;transition:transform .2s ease,box-shadow .2s ease}.step-num{display:block;font-family:var(--font-heading);font-size:clamp(2.1rem,4vw,3rem);font-weight:700;line-height:1;color:#c6c6c6;margin-bottom:.7rem;letter-spacing:-.02em}.step-card h3{font-size:1.06rem;margin-bottom:.45rem}.step-card p{color:var(--text-soft);font-size:.93rem;line-height:1.6}.strip{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.strip-inner{display:flex;flex-wrap:wrap;gap:.5rem 2rem;padding:.95rem 0;align-items:center;font-size:.95rem}.strip-inner strong{font-family:var(--font-heading);letter-spacing:.02em}.mission-band{background:var(--surface-soft);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.mission-band-inner{display:grid;gap:0;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.mission-pillar{padding:1.5rem 1.3rem;border-right:1px solid var(--border)}.mission-pillar:last-child{border-right:none}.mission-pillar strong{display:block;font-family:var(--font-heading);font-size:1.08rem;margin-bottom:.35rem}.mission-pillar p{color:var(--text-soft);font-size:.92rem;line-height:1.55}.leadership{padding:var(--section-pad) 0}.leadership-grid{display:grid;gap:2rem;align-items:center}.leadership-copy h2{font-size:clamp(1.5rem,3.2vw,2.4rem);margin-bottom:.75rem}.leadership-copy p{color:var(--text-soft);font-size:clamp(.97rem,1.3vw,1.08rem);line-height:1.72;margin-bottom:1rem}.leadership-copy blockquote,.split-grid blockquote{margin:0;border-left:2px solid #1b1b1b;padding-left:1rem;color:#2c2c2c;font-style:italic;line-height:1.65}.pathway-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--surface)}.pathway-step{padding:1.45rem 1.15rem;border-right:1px solid var(--border)}.pathway-step:last-child{border-right:none}.pathway-step:hover{background:#f6f6f6}.pathway-step-num{display:block;font-family:var(--font-heading);font-size:1.45rem;line-height:1;margin-bottom:.5rem}.pathway-step h4{font-size:.98rem;margin-bottom:.35rem}.pathway-step p{font-size:.86rem;color:var(--text-soft);line-height:1.55}.journey-grid{display:grid;gap:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}.journey-step{position:relative;padding:1.9rem 1.6rem 1.8rem 2.3rem;background:var(--surface);border-bottom:1px solid var(--border)}.journey-step:last-child{border-bottom:none}.journey-step:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#121212}.journey-step-num{display:block;font-family:var(--font-heading);font-size:clamp(2.3rem,4.2vw,3.5rem);font-weight:700;line-height:1;margin-bottom:.4rem;color:#bbb;letter-spacing:-.03em}.journey-step h3{font-size:clamp(1.1rem,1.8vw,1.3rem);margin-bottom:.45rem}.journey-step p{color:var(--text-soft);font-size:.95rem;line-height:1.62}.sunday-bar{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.sunday-bar-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.sunday-stat{padding:1.2rem;border-right:1px solid var(--border)}.sunday-stat:last-child{border-right:none}.sunday-stat-value{display:block;font-family:var(--font-heading);font-size:clamp(1.3rem,2.4vw,1.9rem);line-height:1;margin-bottom:.3rem}.sunday-stat-label{display:block;font-size:.76rem;color:var(--text-soft);letter-spacing:.1em;text-transform:uppercase}.welcome-band{background:linear-gradient(145deg,#0d0d0d,#141414 55%,#0a0a0a);border-bottom:1px solid #242424;padding:clamp(3.4rem,7vw,6.8rem) 0}.welcome-band-inner{max-width:840px}.welcome-band h1{font-size:clamp(2.4rem,6vw,4.9rem);color:#f5f5f5;line-height:1.03;margin-bottom:1.1rem}.welcome-band p{font-size:clamp(1rem,1.6vw,1.17rem);color:#d1d1d1;max-width:56ch;line-height:1.64;margin-bottom:1.55rem}.community-facts{background:var(--surface-soft);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.community-facts-inner{display:grid;gap:1.5rem 2.5rem;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));padding:clamp(2rem,4vw,3.5rem) 0}.community-fact-item strong{display:block;font-family:var(--font-heading);font-size:clamp(1.45rem,2.8vw,2.25rem);line-height:1;margin-bottom:.35rem}.community-fact-item span{font-size:.9rem;color:var(--text-soft);line-height:1.55}.local-band{padding:var(--section-pad) 0}.local-shell{background:var(--surface);border:1px solid var(--border);border-left:4px solid #111111;border-radius:var(--radius);box-shadow:var(--shadow-sm);display:grid;gap:2rem;align-items:center;padding:clamp(1.8rem,4vw,2.8rem)}.local-shell h2{font-size:clamp(1.5rem,3vw,2.3rem);margin-bottom:.7rem}.local-shell p{color:var(--text-soft);line-height:1.65;margin-bottom:.9rem}.cta-group{padding-top:0;padding-bottom:var(--section-pad)}.cta-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);text-align:center;padding:clamp(2rem,5vw,3.4rem) clamp(1.5rem,4vw,3rem)}.cta-panel h2{font-size:clamp(1.5rem,3vw,2.4rem);margin-bottom:.7rem}.cta-panel p{max-width:58ch;margin:0 auto 1.45rem;color:var(--text-soft);font-size:clamp(.97rem,1.3vw,1.08rem);line-height:1.66}.cta-panel .cta-row{justify-content:center}.site-footer{background:#111;color:#efefef;margin-top:clamp(2.5rem,5vw,4rem);padding:clamp(2rem,4vw,3rem) 0 clamp(1.2rem,2.5vw,1.8rem)}.footer-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(175px,1fr));padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:1.2rem}.footer-brand{font-family:var(--font-heading);font-size:1.04rem;font-weight:700;color:#fff;letter-spacing:.02em;margin-bottom:.35rem;display:block}.footer-tagline{font-size:.85rem;color:#bdbdbd;margin-bottom:.75rem;display:block;line-height:1.5}.footer-meta{font-size:.88rem;color:#d4d4d4;line-height:1.7}.footer-title{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#9b9b9b;margin-bottom:.8rem;display:block;font-weight:700}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.4rem}.site-footer a{color:#d8d8d8;text-decoration:none;font-size:.93rem;transition:color .16s ease}.site-footer a:hover{color:#fff}.footer-bottom{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;align-items:center;font-size:.8rem;color:#a3a3a3}.selector-hero{padding:clamp(3rem,5vw,5rem) 0 clamp(1.5rem,3vw,2.5rem)}.selector-hero h1{font-size:clamp(1.9rem,4.5vw,3.4rem);margin-bottom:.8rem}.selector-hero p{max-width:68ch;color:var(--text-soft);font-size:clamp(.97rem,1.3vw,1.08rem);line-height:1.65}.selector-grid{display:grid;gap:1.1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.concept-card{padding:1.6rem 1.4rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.concept-card h2{font-size:1.3rem;margin-bottom:.3rem}.concept-tag{display:block;font-size:.73rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft);margin-bottom:.65rem}.concept-card p{color:var(--text-soft);margin-bottom:1.2rem;font-size:.95rem;line-height:1.6}.selector-note{margin-top:1.6rem;color:var(--text-soft);font-size:.93rem;line-height:1.65;max-width:72ch}.strategy-hero h1{font-size:clamp(2.1rem,5vw,3.9rem)}.strategy-hero__lead{margin-top:1.1rem;max-width:76ch;color:var(--text-soft);font-size:clamp(1rem,1.35vw,1.1rem);line-height:1.7}.strategy-hero__note{margin-top:.8rem;max-width:68ch;color:var(--text-soft);font-size:.96rem;line-height:1.68}.strategy-overview{padding-top:0}.strategy-overview-grid{display:grid;gap:.75rem;margin-top:1.3rem}.strategy-overview-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.95rem 1rem;box-shadow:var(--shadow-sm)}.strategy-overview-item h3{font-size:.9rem;font-family:var(--font-body);line-height:1.4;font-weight:700}.strategy-stack{display:grid;gap:1.2rem}.strategy-catalog-section{padding-top:1rem;padding-bottom:clamp(2.8rem,5vw,4.6rem)}.strategy-block{--strategy-bg: #ffffff;--strategy-surface: #f1f3f7;--strategy-ink: #151515;--strategy-muted: #58616d;background:var(--strategy-bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:clamp(1rem,2.3vw,1.55rem);display:grid;gap:1rem}.strategy-block__content h2{font-size:clamp(1.34rem,2.3vw,1.9rem);margin-bottom:.45rem}.strategy-block__summary{font-size:clamp(.98rem,1.3vw,1.04rem);line-height:1.65;color:var(--text);margin-bottom:.9rem}.strategy-block__text{color:var(--text-soft);line-height:1.65;font-size:.93rem}.strategy-block__content h3{font-size:.74rem;margin-top:1rem;margin-bottom:.32rem;text-transform:uppercase;letter-spacing:.13em;color:var(--text)}.strategy-meta{margin:1rem 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.55rem}.strategy-meta div{border:1px solid var(--border);border-radius:calc(var(--radius-sm) - 2px);background:#ffffffb3;padding:.48rem .58rem}.strategy-meta dt{font-size:.64rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--text-soft);margin-bottom:.24rem}.strategy-meta dd{margin:0;font-size:.77rem;line-height:1.35;color:var(--text);font-weight:700}.strategy-block__cta{margin-top:.95rem;font-size:.82rem;padding:.58rem 1rem}.strategy-preview{color:var(--strategy-ink);border-radius:var(--radius);min-height:272px;border:1px solid rgba(0,0,0,.11);background:var(--strategy-surface);padding:.75rem;display:grid;gap:.58rem;overflow:hidden}.preview-eyebrow{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;opacity:.87;margin:0}.preview-headline{font-family:var(--font-heading);font-size:clamp(1.05rem,1.8vw,1.55rem);font-weight:780;line-height:1.12;margin:0}.preview-support{font-size:.81rem;line-height:1.55;color:var(--strategy-muted);margin:0}.preview-chip{justify-self:start;align-self:end;font-size:.68rem;font-weight:700;border-radius:999px;border:1px solid rgba(0,0,0,.22);padding:.28rem .56rem}.preview-card{border:1px solid rgba(0,0,0,.14);border-radius:calc(var(--radius-sm) - 2px);min-height:52px;padding:.48rem;font-size:.72rem;font-weight:700;display:grid;align-content:center;background:#ffffffbd}.preview-high-nav{display:flex;justify-content:flex-end;gap:.32rem}.preview-high-nav span{border-radius:999px;border:1px solid rgba(255,255,255,.26);padding:.17rem .42rem;font-size:.59rem}.preview-high-hero{border:1px solid rgba(255,255,255,.2);border-radius:calc(var(--radius-sm) - 2px);padding:.92rem;background:#ffffff0f;min-height:214px;display:grid;align-content:center;gap:.5rem}.preview-airy-shell{background:#ffffffdb;border:1px solid rgba(149,160,178,.38);border-radius:calc(var(--radius-sm) - 2px);padding:.88rem;display:grid;gap:.48rem;min-height:202px}.preview-airy-actions{display:flex;gap:.38rem;flex-wrap:wrap}.preview-airy-band{border:1px solid rgba(149,160,178,.32);border-radius:calc(var(--radius-sm) - 2px);min-height:54px;background:linear-gradient(100deg,#ffffff8c,#e2eeffd1)}.preview-earth-hero{border:1px solid rgba(95,73,53,.28);border-radius:calc(var(--radius-sm) - 2px);background:#fffaf580;min-height:160px;padding:.86rem;display:grid;align-content:center;gap:.42rem}.preview-earth-cards{display:grid;gap:.42rem;grid-template-columns:repeat(3,minmax(0,1fr))}.preview-mission-copy{border:1px solid rgba(32,66,118,.22);border-radius:calc(var(--radius-sm) - 2px);background:#ffffff9e;min-height:154px;padding:.82rem;display:grid;align-content:center;gap:.42rem}.preview-mission-stack{display:grid;gap:.42rem;grid-template-columns:repeat(2,minmax(0,1fr))}.preview-story-hero{border:1px solid rgba(89,88,128,.24);border-radius:calc(var(--radius-sm) - 2px);min-height:188px;padding:.92rem;background:radial-gradient(circle at 0% 0%,#ffffff94,#ffffff14),linear-gradient(165deg,#ffffff38,#7f88ad24);display:grid;align-content:end;gap:.45rem}.preview-story-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.38rem}.preview-story-flow span{text-align:center;border:1px solid rgba(89,88,128,.2);border-radius:999px;font-size:.62rem;padding:.19rem .28rem}.preview-hub-nav{display:flex;flex-wrap:wrap;gap:.35rem}.preview-hub-nav span{border:1px solid rgba(56,91,120,.2);border-radius:999px;font-size:.62rem;padding:.2rem .44rem}.preview-hub-grid{display:grid;gap:.42rem;grid-template-columns:repeat(2,minmax(0,1fr))}.preview-nextgen-hero{border:1px solid rgba(66,75,144,.24);border-radius:calc(var(--radius-sm) - 2px);min-height:156px;padding:.8rem;background:#ffffffa8;display:grid;align-content:center;gap:.42rem}.preview-nextgen-layers{display:grid;grid-template-columns:1.25fr .8fr .95fr;gap:.35rem;min-height:86px}.preview-nextgen-layers div{border-radius:12px;border:1px solid rgba(66,75,144,.26)}.preview-nextgen-layers div:nth-child(1){background:linear-gradient(165deg,#8c98ff57,#ffffff61)}.preview-nextgen-layers div:nth-child(2){background:linear-gradient(165deg,#ffb7d657,#ffffff52)}.preview-nextgen-layers div:nth-child(3){background:linear-gradient(165deg,#adf5eb5c,#ffffff59)}.strategy-tone-contrast{--strategy-bg: #ffffff;--strategy-surface: linear-gradient(152deg, #121212, #2d2d2d 74%);--strategy-ink: #ffffff;--strategy-muted: #d9d9d9}.strategy-tone-contrast .strategy-block__content h2{font-weight:800}.strategy-tone-contrast .preview-chip,.strategy-tone-contrast .preview-high-hero,.strategy-tone-contrast .preview-card{border-color:#ffffff52;background:#ffffff14}.strategy-tone-airy{--strategy-bg: #fcfdff;--strategy-surface: linear-gradient(160deg, #f7fbff, #edf5ff 58%, #f9fbff);--strategy-ink: #263146;--strategy-muted: #5e6d89}.strategy-tone-airy .strategy-block__content h2{font-weight:700}.strategy-tone-earth{--strategy-bg: #f9f5ef;--strategy-surface: linear-gradient(155deg, #f1e5d8, #efe6db 62%, #e6dbd0);--strategy-ink: #3d2f24;--strategy-muted: #6b5747}.strategy-tone-earth .preview-card{border-color:#5f49354d;background:#fff8f199}.strategy-tone-mission{--strategy-bg: #f5f8ff;--strategy-surface: linear-gradient(152deg, #dce9ff, #d7e4fb 45%, #eff4ff);--strategy-ink: #1f3156;--strategy-muted: #3f547a}.strategy-tone-mission .strategy-block__content h2{font-weight:800;letter-spacing:.012em}.strategy-tone-story{--strategy-bg: #f9f9fd;--strategy-surface: linear-gradient(148deg, #ececf7, #e3e8f8 65%, #edf0fb);--strategy-ink: #323258;--strategy-muted: #5c5d8f}.strategy-tone-hub{--strategy-bg: #f6f9f8;--strategy-surface: linear-gradient(155deg, #e5efee, #edf4f3 64%, #eaf0ef);--strategy-ink: #214245;--strategy-muted: #456166}.strategy-tone-hub .strategy-block__content h2{font-weight:740}.strategy-tone-nextgen{--strategy-bg: #faf9ff;--strategy-surface: linear-gradient(140deg, #dee5ff, #eef1ff 64%, #ffeef7);--strategy-ink: #2b2e5e;--strategy-muted: #5a5f93}.strategy-tone-nextgen .strategy-block__content h2{font-weight:800;letter-spacing:.012em}.strategy-decision{padding-top:0}.strategy-decision-shell{border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(160deg,#fff,#f3f6fb);padding:clamp(1.1rem,2.2vw,1.8rem)}.strategy-decision-grid{display:grid;gap:.8rem;margin-top:1rem}.strategy-decision-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:#ffffffbd;padding:.9rem}.strategy-decision-item h3{font-size:.95rem;margin-bottom:.36rem}.strategy-decision-item p{color:var(--text-soft);line-height:1.6;font-size:.9rem}.strategy-cta{padding-top:0}.strategy-cta-panel{background:linear-gradient(160deg,#f6f8fc,#eaf0fb);border-color:#cfd8ea}.strategy-cta-panel h2{max-width:24ch}.strategy-cta-panel p{max-width:68ch}@keyframes soft-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero-copy{animation:soft-rise .6s ease both}.stagger>*{animation:soft-rise .55s ease both}.stagger>*:nth-child(2){animation-delay:.08s}.stagger>*:nth-child(3){animation-delay:.16s}.stagger>*:nth-child(4){animation-delay:.24s}.stagger>*:nth-child(5){animation-delay:.32s}.selector-grid>*{animation:soft-rise .55s ease both}.selector-grid>*:nth-child(2){animation-delay:.08s}.selector-grid>*:nth-child(3){animation-delay:.16s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}@media(min-width:680px){.main-nav,.header-cta{display:inline-flex}.header-inner{flex-wrap:nowrap;padding:0}}@media(min-width:760px){.hero-grid,.split-grid,.leadership-grid{grid-template-columns:1.05fr .95fr}.local-shell{grid-template-columns:1fr 1fr}.strategy-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.strategy-decision-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:900px){.main-nav{gap:1.3rem}.strategy-block{grid-template-columns:.95fr 1.05fr;align-items:center}.strategy-stack .strategy-block:nth-child(2n) .strategy-preview{order:-1}}@media(max-width:699px){.strategy-meta,.preview-earth-cards,.preview-mission-stack,.preview-hub-grid,.preview-story-flow{grid-template-columns:1fr}.preview-nextgen-layers{grid-template-columns:1fr;min-height:110px}}body.concept-index{--bg: #f4f4f4;--surface: #ffffff;--surface-soft: #efefef;--text: #121212;--text-soft: #4e4e4e;--border: #d7d7d7}body.strategy-catalog{--bg: #f3f4f6;--surface: #ffffff;--surface-soft: #eef1f4;--text: #141414;--text-soft: #535861;--border: #d1d6dd}body.concept-familiar{--bg: #f6f6f4;--surface: #ffffff;--surface-soft: #efefed;--text: #121212;--text-soft: #545454;--border: #d8d8d4;--radius: 20px;--radius-sm: 15px;--radius-lg: 26px;--font-heading: "Manrope", "Avenir Next", "Segoe UI", sans-serif;--font-body: "Source Sans 3", "Segoe UI", sans-serif}body.concept-familiar .hero{background:linear-gradient(175deg,#ffffff 0%,transparent 65%)}body.concept-familiar .hero-copy h1{letter-spacing:0}body.concept-familiar .btn{border-radius:999px}body.concept-familiar .step-card,body.concept-familiar .info-card,body.concept-familiar .cta-panel{border-color:#d6d6d2}body.concept-familiar .mission-band{background:#efefec}body.concept-familiar .strip-inner{gap:.75rem 1.8rem}body.concept-elevated{--bg: #f2f2f1;--surface: #ffffff;--surface-soft: #f7f7f6;--text: #161616;--text-soft: #4b4b4b;--border: #cecece;--radius: 10px;--radius-sm: 8px;--radius-lg: 14px;--font-heading: "Cormorant Garamond", "Baskerville", "Times New Roman", serif;--font-body: "Instrument Sans", "Source Sans 3", "Segoe UI", sans-serif}body.concept-elevated .hero{background:linear-gradient(140deg,#fbfbfb 0%,transparent 72%);padding-top:clamp(4rem,6.5vw,7rem);padding-bottom:clamp(3rem,5vw,5.5rem)}body.concept-elevated .hero-copy h1{font-size:clamp(2.6rem,6vw,5rem);letter-spacing:.004em;line-height:.98}body.concept-elevated .section-heading{max-width:62ch}body.concept-elevated .section-heading h2{font-size:clamp(1.75rem,3.8vw,3rem)}body.concept-elevated .eyebrow{letter-spacing:.24em}body.concept-elevated .pillar-card{border-top:2px solid #1a1a1a;box-shadow:none}body.concept-elevated .pillar-card.pillar-love{border-top-color:#404040}body.concept-elevated .pillar-card.pillar-purpose{border-top-color:#777}body.concept-elevated .pathway-steps{box-shadow:none}body.concept-elevated .pathway-step{background:#fff}body.concept-elevated .pathway-step-num{font-family:var(--font-heading);font-size:1.65rem}body.concept-elevated .split-grid blockquote{border-left:1px solid #1d1d1d;font-size:clamp(1.05rem,1.8vw,1.3rem);font-family:var(--font-heading);letter-spacing:.01em;color:#1d1d1d}body.concept-elevated .message-card,body.concept-elevated .info-card{box-shadow:none}body.concept-bold{--bg: #efefef;--surface: #ffffff;--surface-soft: #f4f4f4;--text: #121212;--text-soft: #4b4b4b;--border: #d3d3d3;--accent: #121212;--accent-strong: #000000;--radius: 12px;--radius-sm: 10px;--radius-lg: 16px;--font-heading: "Barlow", "Avenir Next", "Segoe UI", sans-serif;--font-body: "Public Sans", "Source Sans 3", "Segoe UI", sans-serif;--shadow-sm: 0 2px 10px rgba(0, 0, 0, .08);--shadow: 0 10px 24px rgba(0, 0, 0, .11);--shadow-lg: 0 20px 40px rgba(0, 0, 0, .14)}body.concept-bold .site-header{background:#f4f4f4eb;border-bottom-color:#cfcfcf}body.concept-bold .brand,body.concept-bold .main-nav a:hover,body.concept-bold .concept-switcher a.active{color:#111}body.concept-bold .main-nav a,body.concept-bold .concept-switcher a{color:#525252;border-color:#cfcfcf;background:#ffffffb3}body.concept-bold .concept-switcher a.active{background:#111;color:#fff;border-color:#111}body.concept-bold .header-cta,body.concept-bold .btn-soft{color:#151515;border-color:#c2c2c2;background:#fff}body.concept-bold .btn{color:#fff;background:#111;border-color:#111;border-radius:10px;letter-spacing:.02em}body.concept-bold .btn:hover{background:#000}body.concept-bold .btn-soft:hover{background:#f3f3f3}body.concept-bold .hero{background:linear-gradient(180deg,#ffffff 0%,transparent 72%);padding-top:clamp(2.4rem,4.5vw,4.2rem)}body.concept-bold .hero-copy h1,body.concept-bold .welcome-band h1{letter-spacing:0;text-transform:none}body.concept-bold .hero-copy h1{font-size:clamp(2rem,4.4vw,3.35rem);font-weight:700}body.concept-bold .welcome-band{background:linear-gradient(145deg,#1f1f1f,#292929 55%,#1c1c1c);border-bottom-color:#3a3a3a}body.concept-bold .welcome-band h1{font-size:clamp(2.1rem,5vw,3.9rem);line-height:1.06}body.concept-bold .welcome-band p{color:#e0e0e0}body.concept-bold .eyebrow{color:#6a6a6a}body.concept-bold .image-placeholder,body.concept-bold .step-card,body.concept-bold .info-card,body.concept-bold .message-card,body.concept-bold .cta-panel,body.concept-bold .pathway-steps,body.concept-bold .journey-grid,body.concept-bold .local-shell,body.concept-bold .pillars-grid .pillar-card{background:#fff;border-color:#d3d3d3}body.concept-bold .strip,body.concept-bold .sunday-bar,body.concept-bold .community-facts,body.concept-bold .mission-band{background:#f8f8f8;border-color:#d3d3d3}body.concept-bold .pathway-step:hover{background:#f3f3f3}body.concept-bold .sunday-stat-value,body.concept-bold .community-fact-item strong,body.concept-bold .pathway-step-num{color:#121212}body.concept-bold .sunday-stat-label,body.concept-bold .community-fact-item span,body.concept-bold .step-card p,body.concept-bold .journey-step p,body.concept-bold .pathway-step p,body.concept-bold .info-card p,body.concept-bold .message-card p,body.concept-bold .hero-copy p,body.concept-bold .section-heading p,body.concept-bold .local-shell p,body.concept-bold .cta-panel p,body.concept-bold .leadership-copy p{color:#4b4b4b}body.concept-bold .journey-step:before,body.concept-bold .local-shell{border-left-color:#121212}body.concept-bold .accent-bar{background:#121212}body.concept-bold .journey-step-num,body.concept-bold .step-num{color:#9a9a9a}body.concept-bold .site-footer{background:#101010}.showcase-intro__lead{margin-top:1rem;max-width:78ch;color:var(--text-soft);font-size:clamp(1rem,1.32vw,1.1rem);line-height:1.72}.showcase-intro__sub{margin-top:.8rem;max-width:70ch;color:var(--text-soft);font-size:.95rem}.showcase-directions{padding-top:1.2rem}.direction-stack{display:grid;gap:1.3rem}.direction-panel{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:clamp(1rem,2.5vw,1.7rem);display:grid;gap:1rem;box-shadow:var(--shadow-sm)}.direction-panel__copy h2{font-size:clamp(1.45rem,2.5vw,2.1rem);margin-bottom:.45rem}.direction-panel__copy p{color:var(--text-soft);max-width:62ch;margin-bottom:1rem;line-height:1.7}.direction-panel__preview{border-radius:var(--radius);border:1px solid rgba(0,0,0,.12);min-height:290px;padding:.8rem;display:grid;gap:.56rem;overflow:hidden}.direction-panel--warm .direction-panel__preview{background:linear-gradient(160deg,#fef6f1,#f6f3ff 70%)}.direction-panel--grounded .direction-panel__preview{background:linear-gradient(155deg,#efe2d4,#e8ddd1 65%)}.direction-panel--contrast .direction-panel__preview{background:linear-gradient(150deg,#111,#2a2a2a 74%);color:#fff}.preview-strip{border-radius:calc(var(--radius-sm) - 2px);border:1px solid rgba(0,0,0,.12);min-height:32px}.preview-strip--soft{background:linear-gradient(95deg,#ffffffa6,#f6ecff73)}.preview-hero{border-radius:calc(var(--radius-sm) - 2px);border:1px solid rgba(0,0,0,.12);padding:.9rem;min-height:180px;display:grid;align-content:center;gap:.45rem;background:#ffffffa8}.preview-hero--center{text-align:center}.preview-hero--left{background:#ffffff0f;border-color:#ffffff42}.preview-row{display:grid;gap:.5rem}.preview-row--three{grid-template-columns:repeat(3,minmax(0,1fr))}.preview-row--two{grid-template-columns:repeat(2,minmax(0,1fr))}.preview-split{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.preview-split__copy{border-radius:calc(var(--radius-sm) - 2px);border:1px solid rgba(90,69,52,.26);background:#fff9f08c;padding:.8rem;min-height:188px;display:grid;align-content:center;gap:.45rem}.preview-split__surface{border-radius:calc(var(--radius-sm) - 2px);border:1px solid rgba(90,69,52,.26);background:linear-gradient(130deg,rgba(255,255,255,.22),transparent 58%),repeating-linear-gradient(-45deg,#7b5f4717,#7b5f4717 10px,#ffffff1f 10px 20px)}.preview-contrast-nav{display:flex;gap:.33rem;justify-content:flex-end}.preview-contrast-nav span{font-size:.58rem;border-radius:999px;border:1px solid rgba(255,255,255,.3);padding:.18rem .42rem}.concept-study-panel{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);padding:clamp(1rem,2.3vw,1.7rem);display:grid;gap:1rem}.concept-study-panel p{color:var(--text-soft)}.concept-study-preview{border:1px solid rgba(0,0,0,.12);border-radius:var(--radius);min-height:255px;padding:.75rem;display:grid;gap:.55rem}.concept-study-panel--warm .concept-study-preview{background:linear-gradient(155deg,#fef7f1,#f8f3ff 70%)}.concept-study-panel--earth .concept-study-preview{background:linear-gradient(160deg,#efe3d7,#e4d7c8)}.concept-study-panel--contrast .concept-study-preview{background:linear-gradient(152deg,#101010,#2a2a2a);color:#fff}.showcase-handoff{padding-top:0}.strategy-framing-shell{border:1px solid var(--border);border-radius:var(--radius-lg);padding:clamp(1rem,2.2vw,1.8rem);background:linear-gradient(160deg,#fff,#f4f6fb)}.strategy-framework{padding-top:0}.strategy-framework-shell{border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(158deg,#fff,#eef2fb);padding:clamp(1rem,2.3vw,1.85rem)}.strategy-framework-header p{color:var(--text-soft);max-width:72ch}.strategy-matrix{margin-top:1.2rem;border:1px solid #c9d3e8;border-radius:var(--radius);overflow:hidden;background:#fff}.strategy-matrix__head,.strategy-matrix__row{display:grid;grid-template-columns:1.05fr .92fr 1.15fr;gap:.75rem;padding:.75rem .85rem}.strategy-matrix__head{background:#eaf0fb;font-size:.73rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.strategy-matrix__row{border-top:1px solid #d9e0f0;font-size:.88rem;line-height:1.55}.strategy-matrix__row span{color:var(--text-soft)}.strategy-matrix__row span strong{color:var(--text)}@media(min-width:840px){.direction-panel{grid-template-columns:.92fr 1.08fr;align-items:center}.direction-stack .direction-panel:nth-child(2n) .direction-panel__preview{order:-1}.concept-study-panel{grid-template-columns:.9fr 1.1fr;align-items:center}}@media(max-width:760px){.header-return{min-height:auto;flex-direction:column;align-items:flex-start;padding:.45rem 0}.preview-row--three,.preview-row--two,.preview-split,.strategy-matrix__head,.strategy-matrix__row{grid-template-columns:1fr}.strategy-matrix__head{display:none}.strategy-matrix__row{gap:.35rem;padding:.8rem}.strategy-matrix__row span:nth-child(2){margin-top:.2rem}}
