:root{
  --gcm-navy:#0b2836;
  --gcm-navy-2:#123f4d;
  --gcm-teal:#0b7a75;
  --gcm-teal-dark:#075e5a;
  --gcm-gold:#e5a13b;
  --gcm-gold-soft:#fff1d7;
  --gcm-cream:#fff8e8;
  --gcm-mist:#edf7f5;
  --gcm-soft:#f7faf9;
  --gcm-white:#fff;
  --gcm-ink:#17323d;
  --gcm-muted:#5e737b;
  --gcm-line:#dce8e5;
  --gcm-danger:#9f2f2f;
  --gcm-success:#176b4d;
  --gcm-radius-sm:14px;
  --gcm-radius:22px;
  --gcm-radius-lg:34px;
  --gcm-shadow-sm:0 10px 28px rgba(11,40,54,.07);
  --gcm-shadow:0 24px 70px rgba(11,40,54,.14);
  --gcm-max:1180px;
  --gcm-header-height:86px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--gcm-white);color:var(--gcm-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--gcm-teal);text-decoration:none;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease}
a:hover{color:var(--gcm-teal-dark)}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
h1,h2,h3,h4,h5,h6{font-family:Georgia,"Times New Roman",serif;color:var(--gcm-navy);line-height:1.08;margin:0 0 .58em;text-wrap:balance}
h1{font-size:clamp(2.6rem,6vw,5.55rem);letter-spacing:-.045em}
h2{font-size:clamp(2.05rem,4.3vw,3.85rem);letter-spacing:-.035em}
h3{font-size:clamp(1.25rem,2vw,1.65rem)}
p{margin:0 0 1.35em;color:var(--gcm-muted)}
ul,ol{color:var(--gcm-muted)}
hr{border:0;border-top:1px solid var(--gcm-line);margin:28px 0}
::selection{background:var(--gcm-gold-soft);color:var(--gcm-navy)}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus,.gcm-skip-link:focus{clip:auto!important;width:auto;height:auto;top:12px;left:12px;padding:12px 16px;background:var(--gcm-white);color:var(--gcm-navy);z-index:100000;border-radius:8px;box-shadow:var(--gcm-shadow-sm)}
:focus-visible{outline:3px solid var(--gcm-gold);outline-offset:3px}
.gcm-container{width:min(calc(100% - 40px),var(--gcm-max));margin-inline:auto}
.gcm-main{min-height:45vh}
.gcm-section{padding:100px 0}
.gcm-section--soft{background:var(--gcm-soft)}
.gcm-section--mist{background:var(--gcm-mist)}
.gcm-center{text-align:center;margin-top:38px}
.gcm-small{font-size:.86rem}
.gcm-lead{font-size:clamp(1.05rem,1.7vw,1.28rem);line-height:1.72;color:#4e6871}
.gcm-eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--gcm-teal);font-size:.78rem;line-height:1.2;text-transform:uppercase;letter-spacing:.17em;font-weight:850;margin-bottom:18px}
.gcm-eyebrow:before{content:"";width:30px;height:2px;background:currentColor;border-radius:999px}
.gcm-icon{width:1.35em;height:1.35em;display:inline-block;vertical-align:-.25em;flex:none}
.gcm-icon-box{width:54px;height:54px;border-radius:17px;background:var(--gcm-mist);color:var(--gcm-teal);display:grid;place-items:center;flex:none}
.gcm-icon-box .gcm-icon{width:27px;height:27px}
.gcm-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:11px 21px;border-radius:999px;border:1px solid transparent;font-size:.91rem;font-weight:850;line-height:1.2;text-decoration:none;white-space:nowrap}
.gcm-button:hover{transform:translateY(-2px)}
.gcm-button--primary{background:var(--gcm-teal);color:var(--gcm-white);box-shadow:0 10px 24px rgba(11,122,117,.18)}
.gcm-button--primary:hover{background:var(--gcm-teal-dark);color:var(--gcm-white)}
.gcm-button--outline{background:transparent;border-color:#b7ceca;color:var(--gcm-navy)}
.gcm-button--outline:hover{background:var(--gcm-white);border-color:var(--gcm-teal);color:var(--gcm-teal)}
.gcm-button--dark{background:var(--gcm-navy);color:var(--gcm-white)}
.gcm-button--dark:hover{background:#061d27;color:var(--gcm-white)}
.gcm-button--light{background:var(--gcm-white);color:var(--gcm-navy)}
.gcm-button--light:hover{color:var(--gcm-teal)}
.gcm-button--gold{background:var(--gcm-gold);color:#3a2605}
.gcm-button--gold:hover{background:#f0b655;color:#2f1e03}
.gcm-button--wide{width:100%}
.gcm-text-link{display:inline-flex;align-items:center;gap:7px;color:var(--gcm-teal);font-weight:850;border:0;background:none;padding:0;text-align:left}
.gcm-text-link .gcm-icon{width:17px;height:17px;transition:transform .2s ease}
.gcm-text-link:hover .gcm-icon{transform:translateX(4px)}
.gcm-rounded-image{border-radius:var(--gcm-radius-lg);width:100%;height:auto;box-shadow:var(--gcm-shadow-sm)}
.gcm-topbar{background:var(--gcm-navy);color:#cfe1de;font-size:.76rem}
.gcm-topbar__inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.gcm-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);z-index:1000;border-bottom:1px solid rgba(220,232,229,.9);transition:box-shadow .2s ease}
.admin-bar .gcm-header{top:32px}
.gcm-header.is-scrolled{box-shadow:0 8px 30px rgba(11,40,54,.09)}
.gcm-header__inner{height:var(--gcm-header-height);display:flex;align-items:center;gap:26px}
.gcm-brand{display:inline-flex;align-items:center;gap:12px;flex:none;color:var(--gcm-navy)}
.gcm-brand:hover{color:var(--gcm-navy)}
.gcm-brand__mark{width:47px;height:47px;border-radius:15px;background:var(--gcm-teal);display:grid;place-items:center;color:var(--gcm-white);box-shadow:0 8px 20px rgba(11,122,117,.19)}
.gcm-brand__mark .gcm-icon{width:31px;height:31px}
.gcm-brand__text{display:flex;flex-direction:column;line-height:1.1}
.gcm-brand__text strong{font-family:Georgia,"Times New Roman",serif;font-size:1.25rem;color:var(--gcm-navy)}
.gcm-brand__text small{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gcm-teal);font-weight:800;margin-top:5px}
.gcm-brand__custom-logo .custom-logo-link{display:block}
.gcm-brand__custom-logo img{width:auto;max-height:58px}
.gcm-primary-nav{margin-left:auto}
.gcm-menu{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}
.gcm-menu li{position:relative;margin:0}
.gcm-menu a{display:flex;align-items:center;color:#344f59;font-size:.88rem;font-weight:780;padding:13px 11px;border-radius:9px}
.gcm-menu a:hover,.gcm-menu .current-menu-item>a,.gcm-menu .current-menu-ancestor>a{color:var(--gcm-teal);background:var(--gcm-mist)}
.gcm-menu .sub-menu{position:absolute;left:0;top:calc(100% + 10px);width:235px;background:var(--gcm-white);border:1px solid var(--gcm-line);border-radius:16px;box-shadow:var(--gcm-shadow);list-style:none;padding:10px;margin:0;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease}
.gcm-menu .sub-menu .sub-menu{left:calc(100% + 8px);top:-10px}
.gcm-menu li:hover>.sub-menu,.gcm-menu li:focus-within>.sub-menu,.gcm-menu li.submenu-open>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.gcm-menu .sub-menu a{padding:10px 12px;font-size:.84rem}
.gcm-submenu-toggle{border:0;background:none;color:var(--gcm-muted);padding:5px;margin-left:-8px;display:inline-flex;align-items:center;justify-content:center}
.gcm-submenu-toggle:after{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s ease}
.submenu-open>.gcm-submenu-toggle:after{transform:rotate(225deg) translate(-1px,-1px)}
.gcm-header__actions{display:flex;align-items:center;gap:10px;flex:none}
.gcm-menu-toggle{width:46px;height:46px;border-radius:14px;border:1px solid var(--gcm-line);background:var(--gcm-white);color:var(--gcm-navy);display:none;place-items:center}
.gcm-menu-toggle .gcm-icon{width:24px;height:24px}
.gcm-menu-toggle__close{display:none}
.gcm-menu-toggle[aria-expanded="true"] .gcm-menu-toggle__open{display:none}
.gcm-menu-toggle[aria-expanded="true"] .gcm-menu-toggle__close{display:inline-flex}
.gcm-hero{background:linear-gradient(135deg,#f6fbfa 0%,var(--gcm-cream) 100%);overflow:hidden;position:relative}
.gcm-hero:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;right:-170px;top:-200px;background:rgba(229,161,59,.12)}
.gcm-hero__grid{display:grid;grid-template-columns:1.04fr .96fr;gap:70px;align-items:center;padding:92px 0 105px;position:relative}
.gcm-hero__copy h1 span{color:var(--gcm-teal)}
.gcm-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 38px}
.gcm-hero__meta{display:flex;gap:25px;flex-wrap:wrap;border-top:1px solid var(--gcm-line);padding-top:26px}
.gcm-hero__meta>div{display:flex;gap:10px;align-items:flex-start;max-width:175px}
.gcm-hero__meta .gcm-icon{color:var(--gcm-teal);width:23px;height:23px;margin-top:2px}
.gcm-hero__meta span{display:flex;flex-direction:column}
.gcm-hero__meta strong{color:var(--gcm-navy);font-size:.84rem}
.gcm-hero__meta small{color:var(--gcm-muted);font-size:.71rem;line-height:1.45;margin-top:3px}
.gcm-hero__visual{position:relative;min-height:585px}
.gcm-hero__photo{position:absolute;overflow:hidden;background:#d8e5e2;box-shadow:var(--gcm-shadow)}
.gcm-hero__photo img{width:100%;height:100%;object-fit:cover}
.gcm-hero__photo--main{inset:0 0 70px 42px;border:8px solid var(--gcm-white);border-radius:40px}
.gcm-hero__photo--small{width:43%;height:215px;left:0;bottom:0;border:7px solid var(--gcm-white);border-radius:25px}
.gcm-hero__card{position:absolute;right:-18px;bottom:35px;width:255px;background:var(--gcm-white);padding:23px;border-radius:20px;box-shadow:var(--gcm-shadow)}
.gcm-hero__card strong{font-family:Georgia,"Times New Roman",serif;color:var(--gcm-teal);font-size:1.35rem;line-height:1.15;display:block}
.gcm-hero__card p{font-size:.8rem;margin:9px 0 0}
.gcm-section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:45px;margin-bottom:48px}
.gcm-section-heading>div{max-width:750px}
.gcm-section-heading>p{max-width:430px;margin:0}
.gcm-pathway{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}
.gcm-pathway-card{position:relative;min-height:315px;padding:30px 25px;border:1px solid var(--gcm-line);border-radius:var(--gcm-radius);background:var(--gcm-white);box-shadow:var(--gcm-shadow-sm);overflow:hidden;display:flex;flex-direction:column}
.gcm-pathway-card:after{content:attr(data-step);position:absolute;right:15px;top:-2px;color:rgba(11,122,117,.07);font:700 5rem Georgia}
.gcm-pathway-card h3{font-size:1.24rem;margin-top:24px;position:relative}
.gcm-pathway-card h3 a{color:var(--gcm-navy)}
.gcm-pathway-card p{font-size:.9rem;position:relative}
.gcm-pathway-card .gcm-text-link{margin-top:auto;font-size:.82rem;position:relative}
.gcm-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.gcm-story-image{position:relative}
.gcm-story-image>img{width:100%;height:540px;object-fit:cover;border-radius:var(--gcm-radius-lg);box-shadow:var(--gcm-shadow)}
.gcm-story-note{position:absolute;right:-22px;bottom:28px;width:290px;background:var(--gcm-white);padding:24px;border-radius:20px;box-shadow:var(--gcm-shadow)}
.gcm-story-note strong{font-family:Georgia,"Times New Roman",serif;font-size:1.42rem;line-height:1.15;color:var(--gcm-teal)}
.gcm-story-note p{font-size:.82rem;margin:8px 0 0}
.gcm-checks{display:grid;gap:12px;margin:27px 0}
.gcm-checks>div{display:flex;gap:11px;align-items:flex-start;font-weight:750;color:#36505a}
.gcm-checks .gcm-icon{width:25px;height:25px;padding:5px;border-radius:50%;background:var(--gcm-gold-soft);color:#83500a;margin-top:1px}
.gcm-process{display:grid;grid-template-columns:repeat(5,1fr);position:relative;gap:0;margin-top:55px}
.gcm-process:before{content:"";height:2px;background:#c9ded9;position:absolute;left:8%;right:8%;top:31px}
.gcm-process>div{text-align:center;padding:0 12px;position:relative}
.gcm-process>div>span{width:62px;height:62px;border-radius:50%;background:var(--gcm-teal);color:var(--gcm-white);display:grid;place-items:center;margin:0 auto 22px;border:7px solid var(--gcm-mist);box-shadow:0 0 0 2px var(--gcm-teal);font-weight:900;position:relative;z-index:2}
.gcm-process h2,.gcm-process h3{font-size:1.25rem}
.gcm-process p{font-size:.87rem;margin:0}
.gcm-process--large{gap:18px;align-items:stretch}
.gcm-process--large:before{display:none}
.gcm-process--large>div{background:var(--gcm-white);border:1px solid var(--gcm-line);border-radius:var(--gcm-radius);padding:28px 20px;box-shadow:var(--gcm-shadow-sm)}
.gcm-gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:235px;gap:18px}
.gcm-gallery figure{margin:0;position:relative;overflow:hidden;border-radius:var(--gcm-radius);background:#d7e1df}
.gcm-gallery figure:first-child{grid-row:span 2}
.gcm-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.gcm-gallery figure:hover img{transform:scale(1.04)}
.gcm-gallery figcaption{position:absolute;left:16px;right:16px;bottom:14px;color:var(--gcm-white);font-weight:850;text-shadow:0 2px 12px rgba(0,0,0,.65)}
.gcm-action-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.gcm-action-grid article{padding:28px;border-radius:var(--gcm-radius);background:var(--gcm-white);border:1px solid var(--gcm-line);min-height:260px;display:flex;flex-direction:column;box-shadow:var(--gcm-shadow-sm)}
.gcm-action-grid article .gcm-icon-box{background:var(--gcm-gold-soft);color:#89540a;margin-bottom:24px}
.gcm-action-grid article p{font-size:.91rem}
.gcm-action-grid article>a,.gcm-action-grid article>button{margin-top:auto;font-weight:850}
.gcm-action-grid--large article{min-height:340px}
.gcm-quote-band{background:var(--gcm-navy);color:var(--gcm-white);padding:100px 0;position:relative;overflow:hidden}
.gcm-quote-band:after{content:"“";position:absolute;right:4%;top:-100px;font:400 20rem Georgia;color:rgba(255,255,255,.05)}
.gcm-quote-band h2{color:var(--gcm-white);max-width:980px}
.gcm-quote-band p{color:#cfe0dd;max-width:760px;margin-bottom:0}
.gcm-quote-band .gcm-eyebrow{color:#9edbd6}
.gcm-cta{background:linear-gradient(135deg,var(--gcm-teal),#075f5d);border-radius:var(--gcm-radius-lg);padding:58px 64px;display:flex;justify-content:space-between;align-items:center;gap:40px;color:var(--gcm-white);box-shadow:var(--gcm-shadow)}
.gcm-cta h2{color:var(--gcm-white);font-size:clamp(2rem,4vw,3.45rem);max-width:740px}
.gcm-cta p{color:#d5efec;max-width:680px;margin-bottom:0}
.gcm-cta .gcm-eyebrow{color:#b9ebe6}
.gcm-cta__actions{display:flex;gap:10px;flex-wrap:wrap;flex:none}
.gcm-page-hero{background:linear-gradient(135deg,var(--gcm-navy),#155564);color:var(--gcm-white);padding:105px 0 88px;position:relative;overflow:hidden}
.gcm-page-hero:after{content:"";position:absolute;width:440px;height:440px;border-radius:50%;background:rgba(229,161,59,.12);right:-100px;top:-190px}
.gcm-page-hero .gcm-container{position:relative;z-index:2}
.gcm-page-hero h1{color:var(--gcm-white);max-width:930px}
.gcm-page-hero p{color:#d3e3e0;max-width:760px;font-size:1.1rem;margin-bottom:0}
.gcm-page-hero .gcm-eyebrow{color:#9ddbd6}
.gcm-two-column{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:start}
.gcm-sticky-card{position:sticky;top:125px;background:var(--gcm-cream);border-radius:var(--gcm-radius);padding:32px}
.admin-bar .gcm-sticky-card{top:157px}
.gcm-sticky-card h2{font-size:2rem}
.gcm-rich-sections>section{padding-bottom:48px;margin-bottom:48px;border-bottom:1px solid var(--gcm-line)}
.gcm-rich-sections>section:last-child{border-bottom:0;margin-bottom:0}
.gcm-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}
.gcm-values-grid>div{background:var(--gcm-mist);border-radius:15px;padding:18px;text-align:center;color:var(--gcm-navy);font-weight:850}
.gcm-prose{max-width:790px}
.gcm-prose>*:first-child{margin-top:0}
.gcm-prose h2,.gcm-prose h3{margin-top:1.35em}
.gcm-prose a{text-decoration:underline;text-underline-offset:3px}
.gcm-prose blockquote{margin:35px 0;padding:28px 30px;border-left:5px solid var(--gcm-gold);background:var(--gcm-cream);border-radius:0 var(--gcm-radius-sm) var(--gcm-radius-sm) 0;font-family:Georgia,"Times New Roman",serif;font-size:1.25rem}
.gcm-prose .alignwide{max-width:var(--gcm-max);width:calc(100vw - 40px);margin-left:50%;transform:translateX(-50%)}
.gcm-prose .alignfull{max-width:none;width:100vw;margin-left:50%;transform:translateX(-50%)}
.gcm-ministry-list{display:grid;gap:28px}
.gcm-ministry-row{display:grid;grid-template-columns:310px 1fr;gap:32px;background:var(--gcm-white);border:1px solid var(--gcm-line);border-radius:var(--gcm-radius);padding:19px;box-shadow:var(--gcm-shadow-sm)}
.gcm-ministry-row__media img{width:100%;height:100%;min-height:285px;object-fit:cover;border-radius:17px}
.gcm-ministry-row__body{padding:20px 25px 20px 0;display:flex;flex-direction:column;align-items:flex-start}
.gcm-ministry-row__body .gcm-button{margin-top:auto}
.gcm-content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.gcm-content-card{background:var(--gcm-white);border:1px solid var(--gcm-line);border-radius:var(--gcm-radius);overflow:hidden;box-shadow:var(--gcm-shadow-sm);display:flex;flex-direction:column}
.gcm-content-card__image{display:block;aspect-ratio:1.35/1;overflow:hidden;background:var(--gcm-mist)}
.gcm-content-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.gcm-content-card:hover .gcm-content-card__image img{transform:scale(1.04)}
.gcm-content-card__body{padding:25px;display:flex;flex-direction:column;flex:1}
.gcm-content-card__body h2{font-size:1.55rem}
.gcm-content-card__body h2 a{color:var(--gcm-navy)}
.gcm-content-card__body p{font-size:.92rem}
.gcm-content-card__body .gcm-text-link{margin-top:auto}
.gcm-content-card__meta{font-size:.73rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gcm-teal);font-weight:850;margin-bottom:9px}
.gcm-single{max-width:940px}
.gcm-single__image{margin:0 0 45px}
.gcm-single__image img{width:100%;border-radius:var(--gcm-radius-lg);max-height:620px;object-fit:cover;box-shadow:var(--gcm-shadow-sm)}
.gcm-detail-box{margin-top:45px;padding:30px;background:var(--gcm-mist);border-radius:var(--gcm-radius)}
.gcm-form-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:start}
.gcm-form-card{background:var(--gcm-white);border:1px solid var(--gcm-line);border-radius:26px;padding:34px;box-shadow:var(--gcm-shadow-sm)}
.gcm-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.gcm-form p{margin:0}
.gcm-form label{display:block;color:var(--gcm-navy);font-size:.86rem;font-weight:800;margin-bottom:7px}
.gcm-form input[type="text"],.gcm-form input[type="email"],.gcm-form input[type="tel"],.gcm-form input[type="url"],.gcm-form input[type="number"],.gcm-form input[type="datetime-local"],.gcm-form textarea,.gcm-form select,.search-form input[type="search"]{width:100%;border:1px solid #c8dad6;border-radius:13px;padding:12px 14px;background:#fbfdfc;color:var(--gcm-ink);transition:border-color .2s ease,box-shadow .2s ease}
.gcm-form textarea{min-height:145px;resize:vertical}
.gcm-form input:focus,.gcm-form textarea:focus,.gcm-form select:focus,.search-form input:focus{outline:0;border-color:var(--gcm-teal);box-shadow:0 0 0 4px rgba(11,122,117,.12)}
.gcm-form-full{grid-column:1/-1}
.gcm-form-privacy-note{margin:0;padding:13px 15px;border-radius:12px;background:var(--gcm-mist);color:var(--gcm-muted);font-size:.84rem}
.gcm-form .gcm-button{margin-top:20px}
.gcm-consent label{display:flex;gap:9px;align-items:flex-start;font-weight:600;color:var(--gcm-muted)}
.gcm-consent input{margin-top:5px}
.gcm-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.gcm-notice{padding:15px 17px;border-radius:13px;margin:0 0 20px;font-size:.9rem}
.gcm-notice p{margin:.35em 0 0;color:inherit}
.gcm-notice--success{background:#e9f8f1;border:1px solid #bfe3d1;color:var(--gcm-success)}
.gcm-notice--error{background:#fff0f0;border:1px solid #f1c4c4;color:var(--gcm-danger)}
.gcm-notice--info{background:var(--gcm-cream);border:1px solid #efd393;color:#74510f}
.gcm-contact-layout{display:grid;grid-template-columns:.83fr 1.17fr;gap:50px}
.gcm-contact-cards{display:grid;gap:14px;margin:28px 0}
.gcm-contact-cards>div{display:flex;gap:15px;align-items:flex-start;background:var(--gcm-mist);border-radius:18px;padding:20px}
.gcm-contact-cards .gcm-icon{width:24px;height:24px;color:var(--gcm-teal);margin-top:2px}
.gcm-contact-cards span{display:flex;flex-direction:column;color:var(--gcm-muted)}
.gcm-contact-cards strong{color:var(--gcm-navy)}
.gcm-contact-note{background:var(--gcm-cream);border-radius:17px;padding:20px}
.gcm-contact-note p{margin:6px 0 0;font-size:.86rem}
.gcm-donate-panel{display:grid;grid-template-columns:1fr .88fr;gap:55px;align-items:center;background:var(--gcm-cream);padding:48px;border-radius:var(--gcm-radius-lg)}
.gcm-donate-box{background:var(--gcm-white);border:1px solid var(--gcm-line);border-radius:var(--gcm-radius);padding:32px;box-shadow:var(--gcm-shadow-sm)}
.gcm-empty{grid-column:1/-1;background:var(--gcm-soft);border:1px dashed #bfd2ce;border-radius:var(--gcm-radius);padding:45px;text-align:center}
.gcm-empty h2{font-size:2rem}
.gcm-search-form-wrap{max-width:680px;margin-bottom:45px}
.search-form{display:flex;gap:10px}
.search-form label{flex:1}
.search-form .search-submit{border:0;border-radius:999px;background:var(--gcm-teal);color:var(--gcm-white);font-weight:850;padding:11px 20px}
.navigation.pagination{margin-top:45px}
.nav-links{display:flex;justify-content:center;gap:7px;flex-wrap:wrap}
.page-numbers{min-width:42px;height:42px;border:1px solid var(--gcm-line);border-radius:50%;display:grid;place-items:center;color:var(--gcm-navy);font-weight:800}
.page-numbers.current,.page-numbers:hover{background:var(--gcm-teal);border-color:var(--gcm-teal);color:var(--gcm-white)}
.gcm-footer-callout{margin-top:70px;margin-bottom:-35px;position:relative;z-index:2}
.gcm-footer{background:#08232d;color:#dce8e6;padding:76px 0 28px}
.gcm-footer h2{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--gcm-white);font-size:1rem;letter-spacing:0;margin-bottom:18px}
.gcm-footer p,.gcm-footer a,.gcm-footer li{color:#aebfbe;font-size:.89rem}
.gcm-footer a:hover{color:var(--gcm-white)}
.gcm-footer__grid{display:grid;grid-template-columns:1.4fr .75fr .85fr 1.05fr;gap:50px}
.gcm-brand--footer .gcm-brand__text strong{color:var(--gcm-white)}
.gcm-brand--footer{margin-bottom:20px}
.gcm-footer__about>p{max-width:390px}
.gcm-social-nav{margin-top:20px}
.gcm-social-links{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.gcm-social-links li{margin:0}
.gcm-social-links a{width:38px;height:38px;border:1px solid rgba(255,255,255,.16);border-radius:50%;display:grid;place-items:center;color:var(--gcm-white);font-size:.75rem;font-weight:900;text-transform:uppercase;background:rgba(255,255,255,.05)}
.gcm-social-links a:hover,.gcm-social-links a:focus-visible{background:var(--gcm-teal);border-color:var(--gcm-teal);color:var(--gcm-white);transform:translateY(-2px)}
.gcm-footer-menu{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.gcm-footer-contact{list-style:none;margin:0;padding:0;display:grid;gap:13px}
.gcm-footer-contact li{display:flex;gap:10px;align-items:flex-start}
.gcm-footer-contact .gcm-icon{width:19px;height:19px;color:#7cc9c3;margin-top:3px}
.gcm-footer-contact span{white-space:normal}
.gcm-footer__newsletter{margin-top:25px}
.gcm-newsletter-form{display:grid;grid-template-columns:1fr 1.25fr 42px;gap:7px;max-width:470px}
.gcm-newsletter-form input{min-width:0;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);color:var(--gcm-white);border-radius:11px;padding:10px 11px}
.gcm-newsletter-form input::placeholder{color:#91aaa7}
.gcm-newsletter-form button{border:0;border-radius:11px;background:var(--gcm-gold);color:#3b2604;display:grid;place-items:center}
.gcm-newsletter-form button .gcm-icon{width:18px;height:18px}
.gcm-newsletter-consent{grid-column:1/-1;display:flex;align-items:flex-start;gap:7px;color:#9fb3b1;font-size:.72rem;line-height:1.35;margin-top:3px}.gcm-newsletter-consent input{width:15px;height:15px;min-width:15px;margin-top:1px;accent-color:var(--gcm-gold)}
.gcm-footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:52px;padding-top:23px;display:flex;justify-content:space-between;gap:20px;color:#8da5a3;font-size:.8rem}
.gcm-footer__bottom a{font-size:inherit}
.wp-caption,.gallery-caption{max-width:100%}
.wp-caption-text{font-size:.82rem;color:var(--gcm-muted)}
.sticky{display:block}
.bypostauthor{display:block}
@media(max-width:1080px){
  .gcm-header__partner{display:none}
  .gcm-menu a{padding-inline:8px}
  .gcm-pathway{grid-template-columns:repeat(3,1fr)}
  .gcm-pathway-card:nth-child(4),.gcm-pathway-card:nth-child(5){grid-column:span 1}
  .gcm-content-grid{grid-template-columns:repeat(2,1fr)}
  .gcm-footer__grid{grid-template-columns:1.25fr 1fr 1fr}
  .gcm-footer__grid>div:last-child{grid-column:1/-1}
}
@media(max-width:920px){
  .gcm-topbar__inner{justify-content:center}.gcm-topbar__inner span:last-child{display:none}
  .gcm-menu-toggle{display:grid}
  .gcm-header__donate{display:inline-flex}
  .gcm-primary-nav{position:fixed;inset:calc(var(--gcm-header-height) + 36px) 0 auto;background:var(--gcm-white);border-top:1px solid var(--gcm-line);box-shadow:var(--gcm-shadow);max-height:calc(100vh - var(--gcm-header-height) - 36px);overflow:auto;padding:20px;opacity:0;visibility:hidden;transform:translateY(-12px);transition:.2s ease}
  .admin-bar .gcm-primary-nav{top:calc(var(--gcm-header-height) + 68px)}
  .gcm-primary-nav.is-open{opacity:1;visibility:visible;transform:translateY(0)}
  .gcm-menu{display:block;width:min(100%,720px);margin-inline:auto}
  .gcm-menu a{padding:13px 14px;font-size:1rem}
  .gcm-menu .menu-item-has-children{display:grid;grid-template-columns:1fr auto}
  .gcm-menu .menu-item-has-children>a{grid-column:1}
  .gcm-menu .menu-item-has-children>.gcm-submenu-toggle{grid-column:2;grid-row:1}
  .gcm-menu .sub-menu,.gcm-menu .sub-menu .sub-menu{position:static;grid-column:1/-1;width:auto;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-left:2px solid var(--gcm-line);border-radius:0;margin:0 0 4px 18px;padding:0 0 0 12px;display:none}
  .gcm-menu .submenu-open>.sub-menu{display:block}
  .gcm-hero__grid{grid-template-columns:1fr;gap:40px;padding:70px 0}
  .gcm-hero__visual{order:-1;min-height:520px}
  .gcm-hero__photo--main{inset:0 0 70px 40px}
  .gcm-story-grid,.gcm-two-column,.gcm-form-layout,.gcm-contact-layout,.gcm-donate-panel{grid-template-columns:1fr}
  .gcm-sticky-card{position:static}
  .gcm-story-note{right:15px}
  .gcm-process{grid-template-columns:repeat(3,1fr);gap:32px 0}.gcm-process:before{display:none}
  .gcm-process--large{grid-template-columns:repeat(2,1fr)}
  .gcm-gallery{grid-template-columns:1fr 1fr}.gcm-gallery figure:first-child{grid-column:1/-1;grid-row:span 1}
  .gcm-action-grid{grid-template-columns:repeat(2,1fr)}
  .gcm-cta{align-items:flex-start;flex-direction:column;padding:48px}
  .gcm-ministry-row{grid-template-columns:230px 1fr}
  .gcm-footer__grid{grid-template-columns:1fr 1fr}.gcm-footer__grid>div:last-child{grid-column:auto}
}
@media(max-width:782px){.admin-bar .gcm-header{top:46px}.admin-bar .gcm-primary-nav{top:calc(var(--gcm-header-height) + 82px)}}
@media(max-width:640px){
  :root{--gcm-header-height:72px}
  .gcm-container{width:min(calc(100% - 28px),var(--gcm-max))}
  .gcm-topbar{font-size:.69rem}.gcm-topbar__inner{min-height:32px;text-align:center}
  .gcm-header__inner{gap:10px}.gcm-brand__mark{width:42px;height:42px;border-radius:13px}.gcm-brand__text strong{font-size:1.03rem}.gcm-brand__text small{display:none}.gcm-brand__custom-logo img{max-height:48px;max-width:190px}
  .gcm-header__actions{margin-left:auto}.gcm-header__donate{display:none}.gcm-menu-toggle{width:44px;height:44px}
  .gcm-primary-nav{inset:calc(var(--gcm-header-height) + 32px) 0 auto;max-height:calc(100vh - var(--gcm-header-height) - 32px)}
  .admin-bar .gcm-primary-nav{top:calc(var(--gcm-header-height) + 78px)}
  h1{font-size:2.65rem}.gcm-section{padding:72px 0}.gcm-section-heading{display:block;margin-bottom:32px}.gcm-section-heading>p{margin-top:15px}
  .gcm-hero__grid{padding:38px 0 65px}.gcm-hero__visual{min-height:385px}.gcm-hero__photo--main{inset:0 0 55px 24px;border-width:6px;border-radius:25px}.gcm-hero__photo--small{height:145px;border-width:5px;border-radius:18px}.gcm-hero__card{width:205px;padding:17px;right:0}.gcm-hero__card strong{font-size:1.15rem}.gcm-hero__meta{gap:16px}.gcm-hero__meta>div{max-width:155px}.gcm-hero__actions .gcm-button{flex:1;min-width:150px}
  .gcm-pathway{grid-template-columns:repeat(2,1fr);gap:12px}.gcm-pathway-card{padding:20px 16px;min-height:260px}.gcm-pathway-card h3{font-size:1.05rem}.gcm-pathway-card p{font-size:.81rem}.gcm-pathway-card:last-child{grid-column:1/-1}.gcm-icon-box{width:46px;height:46px}.gcm-icon-box .gcm-icon{width:23px;height:23px}
  .gcm-story-image>img{height:410px}.gcm-story-note{position:relative;right:auto;bottom:auto;margin:-45px 15px 0;width:auto}
  .gcm-process{grid-template-columns:repeat(2,1fr)}.gcm-process>div:last-child{grid-column:1/-1}.gcm-process--large{grid-template-columns:1fr}.gcm-process--large>div:last-child{grid-column:auto}
  .gcm-gallery{grid-auto-rows:180px;gap:10px}.gcm-gallery figure:nth-child(4){grid-column:1/-1}
  .gcm-action-grid{grid-template-columns:repeat(2,1fr);gap:12px}.gcm-action-grid article{padding:20px 16px;min-height:245px}.gcm-action-grid article h2,.gcm-action-grid article h3{font-size:1.12rem}.gcm-action-grid article p{font-size:.81rem}.gcm-action-grid--large{grid-template-columns:1fr}.gcm-action-grid--large article{min-height:auto}
  .gcm-quote-band{padding:75px 0}.gcm-cta{padding:34px 25px}.gcm-cta__actions{width:100%}.gcm-cta__actions .gcm-button{flex:1}
  .gcm-page-hero{padding:70px 0 60px}.gcm-page-hero p{font-size:1rem}
  .gcm-values-grid{grid-template-columns:repeat(2,1fr)}
  .gcm-ministry-row{grid-template-columns:1fr}.gcm-ministry-row__media img{height:220px;min-height:0}.gcm-ministry-row__body{padding:8px}
  .gcm-content-grid{grid-template-columns:1fr}.gcm-content-card__image{aspect-ratio:1.55/1}
  .gcm-form-grid{grid-template-columns:1fr}.gcm-form-full{grid-column:auto}.gcm-form-card{padding:24px}
  .gcm-donate-panel{padding:25px}
  .gcm-footer{padding-top:65px}.gcm-footer__grid{grid-template-columns:1fr}.gcm-footer__bottom{flex-direction:column}.gcm-newsletter-form{grid-template-columns:1fr 42px}.gcm-newsletter-form input:first-of-type{grid-column:1/-1}.gcm-newsletter-form input:nth-of-type(2){grid-column:1}.gcm-newsletter-form button{grid-column:2;grid-row:2}.gcm-newsletter-consent{grid-column:1/-1;grid-row:3}
  .search-form{flex-direction:column}.search-form .search-submit{min-height:44px}
}
@media(max-width:420px){
  .gcm-brand__text strong{font-size:.93rem}.gcm-pathway{grid-template-columns:1fr}.gcm-pathway-card:last-child{grid-column:auto}.gcm-action-grid{grid-template-columns:1fr}.gcm-hero__meta>div{max-width:145px}.gcm-hero__card{width:185px}.gcm-cta__actions{flex-direction:column}.gcm-cta__actions .gcm-button{width:100%}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
@media print{.gcm-topbar,.gcm-header,.gcm-footer,.gcm-button,.gcm-newsletter-form{display:none!important}.gcm-section,.gcm-page-hero{padding:20px 0;background:white!important;color:black!important}.gcm-page-hero h1,.gcm-page-hero p{color:black!important}.gcm-container{width:100%}}


/* Elementor compatibility -------------------------------------------------- */
.gcm-elementor-content{width:100%;min-height:45vh;overflow:clip}
.gcm-elementor-content>.elementor,.gcm-elementor-content>.elementor-element{width:100%;max-width:none}
.gcm-elementor-content--page,.gcm-elementor-content--full-width,.gcm-elementor-content--canvas{padding:0}
body.gcm-elementor-canvas{margin:0;min-height:100vh;background:var(--gcm-white)}
body.gcm-elementor-canvas .gcm-elementor-content{min-height:100vh}
body.gcm-elementor-page .gcm-main{min-height:45vh}
body.gcm-elementor-page .elementor-widget-text-editor p:last-child{margin-bottom:0}
body.gcm-elementor-page .elementor-widget-theme-post-content>.elementor-widget-container>*:last-child{margin-bottom:0}
/* Elementor's generated widget styles remain more specific and can override
   these theme fallbacks for typography, spacing, color, and responsive rules. */
