@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap);:root{--blue:#173c66;--deep:#0b2948;--gold:#c39a4b;--cream:#f7f2e9;--ink:#152536}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;background:#fff}a{text-decoration:none;color:inherit}.topbar{height:34px;padding:0 max(5vw,24px);display:flex;justify-content:space-between;align-items:center;background:var(--deep);color:#dbe6f0;font-size:12px}.header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);background:#fff;position:sticky;top:0;z-index:20;box-shadow:0 2px 18px #09233e12}.brand{display:flex;align-items:center;gap:12px;color:var(--deep)}.brand .seal{display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--gold);border-radius:50%;font-family:'Playfair Display';font-size:26px;color:var(--gold)}.brand b,.brand small{display:block}.brand b{text-transform:uppercase;font-size:12px;letter-spacing:.12em}.brand small{font:600 19px 'Playfair Display'}.header nav{display:flex;gap:30px;align-items:center;font-size:14px;font-weight:600}.header nav a:hover{color:var(--gold)}.navCta{padding:11px 18px;background:var(--blue);color:#fff!important;border-radius:4px}.hero{height:660px;position:relative;display:flex;align-items:center;overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.heroShade{position:absolute;inset:0;background:linear-gradient(90deg,rgb(7 29 51 / .9) 5%,rgb(11 41 72 / .6) 54%,rgb(11 41 72 / .12))}.heroContent{position:relative;z-index:2;color:#fff;width:min(1180px,90%);margin:auto}.eyebrow,.kicker{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.hero h1{font:600 clamp(44px,6vw,76px)/1.03 'Playfair Display';margin:20px 0;max-width:780px}.hero h1 em{font-weight:600;color:#e4c782}.hero p{font:italic 20px 'Playfair Display';max-width:610px;line-height:1.6}.heroActions{display:flex;gap:12px;margin-top:34px}.heroActions a,.program a,.mapButton{padding:15px 22px;background:var(--gold);font-weight:700;font-size:14px;color:#fff;border-radius:3px}.heroActions .ghost{background:#fff0;border:1px solid #ffffff80}.section{padding:100px max(5vw,24px);max-width:1400px;margin:auto}.sectionIntro{max-width:600px;margin-bottom:42px}.sectionIntro h2,.history h2,.program h2,.contact h2{font:600 clamp(34px,4vw,52px)/1.12 'Playfair Display';color:var(--deep);margin:10px 0 16px}.sectionIntro p,.history p{color:#617080;line-height:1.8}.centered{text-align:center;margin:0 auto 46px}.massGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.massGrid article{min-height:126px;padding:26px;background:var(--cream);border-left:3px solid #e1d3b7;display:flex;flex-direction:column;justify-content:center}.massGrid article.featured{grid-row:span 2;background:var(--blue);color:#fff;border-color:var(--gold)}.massGrid small{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold)}.massGrid strong{font:600 23px 'Playfair Display';margin-top:9px}.program{padding:80px max(5vw,24px);background:var(--deep);color:#fff;display:grid;grid-template-columns:1fr 1.25fr;gap:70px;align-items:center}.program h2,.contact h2{color:#fff}.program p{color:#b9c8d6;line-height:1.7;margin-bottom:30px}.programCards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.programCards article{padding:30px;background:#ffffff0d;border:1px solid #ffffff1f}.programCards span{font-size:10px;letter-spacing:.14em;color:#d8b76e}.programCards h3{font:600 23px 'Playfair Display'}.ministryGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ministryGrid article{padding:30px;border:1px solid #e7e2d8;transition:.2s;background:#fff}.ministryGrid article:hover{transform:translateY(-5px);box-shadow:0 14px 40px #173c6614;border-color:#d7bd88}.ministryGrid i{font:normal 28px 'Playfair Display';color:var(--gold)}.ministryGrid h3{font:600 22px 'Playfair Display';color:var(--deep)}.ministryGrid p{color:#6a7887;line-height:1.65;min-height:54px}.ministryGrid a{color:var(--blue);font-size:13px;font-weight:700}.history{display:grid;grid-template-columns:1fr 1fr;gap:8vw;padding:100px max(5vw,24px);background:var(--cream);align-items:center}.historyImage{height:610px;position:relative}.historyImage img{width:100%;height:100%;object-fit:cover;filter:saturate(.8)}.historyImage span{position:absolute;right:-20px;bottom:34px;padding:20px 26px;background:var(--gold);color:#fff;font:600 22px 'Playfair Display'}.facts{display:flex;gap:25px;margin-top:35px;border-top:1px solid #d9cdbb;padding-top:28px}.facts span{font-size:11px;text-transform:uppercase;color:#64707b}.facts b{display:block;font:600 26px 'Playfair Display';color:var(--blue)}.contact{padding:90px max(5vw,24px);background:var(--blue);color:#fff}.contactGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff24;margin:38px 0}.contactGrid article{background:var(--blue);padding:30px;display:flex;flex-direction:column;gap:8px}.contactGrid small{font-size:10px;letter-spacing:.16em;color:#dcbf7c}.contactGrid b{font:600 20px 'Playfair Display'}.contactGrid span{font-size:13px;color:#c5d1dd;line-height:1.6}.mapButton{display:inline-block}footer{padding:40px max(5vw,24px);display:flex;align-items:center;justify-content:space-between;background:#071d32;color:#9fb0bf;font-size:12px}.inverse{color:#fff}.whatsapp{position:fixed;right:24px;bottom:24px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:26px;z-index:30;box-shadow:0 8px 26px #0003}@media(max-width:900px){.topbar span:first-child{display:none}.topbar{justify-content:center}.header{height:72px}.header nav a:not(.navCta){display:none}.brand small{font-size:16px}.hero{height:600px}.massGrid{grid-template-columns:repeat(2,1fr)}.massGrid article.featured{grid-row:auto}.program,.history{grid-template-columns:1fr}.programCards,.ministryGrid{grid-template-columns:1fr 1fr}.historyImage{height:430px}.contactGrid{grid-template-columns:1fr}.facts{flex-wrap:wrap}footer{gap:20px;flex-direction:column;text-align:center}}@media(max-width:600px){.header .brand b{font-size:9px}.header .navCta{padding:9px 12px}.hero h1{font-size:43px}.heroActions{flex-direction:column;align-items:flex-start}.section{padding:70px 20px}.massGrid,.programCards,.ministryGrid{grid-template-columns:1fr}.program,.history,.contact{padding:70px 20px}.historyImage{height:340px}.historyImage span{right:-8px}.facts{justify-content:space-between}.contactGrid{margin-top:25px}footer .brand{display:none}}.massSchedule{padding:52px max(3vw,20px);background:#f4efe7;color:#244ca5;text-align:center}.massScheduleInner{width:min(1260px,100%);margin:auto}.massClock{display:grid;width:49px;height:49px;margin:0 auto 31px;place-items:center;border-radius:50%;background:#2d53a8}.massClock svg{width:27px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round}.massSchedule h2{margin:0;font:800 clamp(20px,2.2vw,28px)/1.2 'DM Sans',Arial,sans-serif;text-transform:uppercase}.massSchedule>div>p{max-width:1120px;margin:28px auto 50px;padding:4px 14px;background:#3159af;color:#d6c7aa;font-size:15px;line-height:1.5}.massScheduleGrid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:24px}.massScheduleGrid article{min-width:0;display:flex;align-items:center;flex-direction:column}.massBook{width:48px;height:56px;margin-bottom:16px;fill:#2d53a8;stroke:#fff;stroke-width:4;stroke-linecap:round}.massScheduleGrid strong{font-size:15px;text-transform:uppercase}.massScheduleGrid span{margin-top:16px;color:#244ca5;font:400 16px/1.2 Georgia,serif}@media(max-width:980px){.massScheduleGrid{grid-template-columns:repeat(4,minmax(0,1fr));row-gap:38px}}@media(max-width:620px){.massSchedule{padding:42px 16px}.massSchedule>div>p{margin:24px auto 36px}.massScheduleGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 14px}.massScheduleGrid article:last-child{grid-column:1/-1}.massScheduleGrid span{font-size:15px}}.homeAbout{background:#fff;color:#686f76}.homeAboutInner{width:min(1120px,calc(100% - 40px));margin:auto;padding:64px 0 72px}.homeAbout h2{margin:0 0 34px;color:var(--deep);font:600 clamp(36px,5vw,54px)/1.1 'Playfair Display',Georgia,serif;text-align:center}.homeAboutImages{display:grid;grid-template-columns:repeat(2,minmax(0,300px));justify-content:center;gap:124px;margin:0 -20px 0;padding:22px 20px;background:#f6ecd7}.homeAboutImages figure{margin:0;display:grid;place-items:center}.homeAboutImages img{display:block;width:300px;height:185px;object-fit:cover}.homeAboutContent{padding:27px 0 0;font-size:14px;line-height:1.6}.homeAboutContent p{margin:0 0 12px}.homeAboutContent ul{margin:0 0 8px;padding-left:32px}.homeAboutContent li{margin:0 0 12px;padding-left:2px}.homeAboutContent h3{margin:10px 0 8px;color:#6b7278;font:600 clamp(26px,3vw,32px)/1.2 'DM Sans',Arial,sans-serif}.homeAboutContent a:not(.homeAboutButton){color:#244ca5;text-decoration:underline}.homeAboutButton{display:inline-flex;margin-top:14px;padding:13px 20px;border-radius:999px;background:var(--blue);color:#fff;font-weight:700}.homeAboutButton:hover{background:var(--deep)}@media(max-width:760px){.homeAboutInner{width:min(100% - 28px,1120px);padding:50px 0 58px}.homeAboutImages{grid-template-columns:1fr;gap:18px;margin:0 -14px;padding:22px 14px}.homeAboutImages img{width:min(100%,420px);height:auto;aspect-ratio:300/185}.homeAboutContent{font-size:15px}.homeAboutContent ul{padding-left:23px}}.homePastorals{padding:82px max(5vw,20px);background:linear-gradient(180deg,#fff 0,#f7f2e9 100%)}.homePastoralsInner{width:min(1240px,100%);margin:auto}.homePastoralsHeader{max-width:760px;margin:0 auto 48px;text-align:center}.homePastoralsHeader h2{margin:10px 0 14px;color:var(--deep);font:600 clamp(38px,5vw,58px)/1.08 'Playfair Display',Georgia,serif}.homePastoralsHeader p{margin:0;color:#657485;font-size:16px;line-height:1.7}.homePastoralsContent>h2{position:relative;margin:48px 0 22px;padding:0 0 12px;color:#244ca5;font:700 clamp(25px,3vw,34px)/1.2 'Playfair Display',Georgia,serif}.homePastoralsContent>h2:first-child{margin-top:0}.homePastoralsContent>h2:after{content:"";position:absolute;left:0;bottom:0;width:72px;height:3px;border-radius:999px;background:var(--gold)}.homePastoralsContent .nativeCards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.homePastoralsContent .nativeCards section{position:relative;min-width:0;padding:26px 24px 24px;border:1px solid #e5dac5;border-radius:18px;background:#fff;box-shadow:0 10px 26px rgb(11 41 72 / .08);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.homePastoralsContent .nativeCards section:before{content:"✦";display:grid;width:34px;height:34px;margin-bottom:15px;place-items:center;border-radius:50%;background:#eef2fb;color:#2d53a8;font-size:17px}.homePastoralsContent .nativeCards section:hover{transform:translateY(-4px);border-color:#c9aa69;box-shadow:0 16px 34px rgb(11 41 72 / .13)}.homePastoralsContent .nativeCards h3{margin:0 0 9px;color:var(--deep);font:700 21px/1.25 'Playfair Display',Georgia,serif}.homePastoralsContent .nativeCards p{margin:0;color:#647382;font-size:14px;line-height:1.65}.homePastoralsButton{display:flex;width:max-content;max-width:100%;margin:46px auto 0;padding:14px 22px;border:1px solid #2d53a8;border-radius:999px;background:#2d53a8;color:#fff;font-weight:800;text-align:center}.homePastoralsButton:hover{background:var(--deep);border-color:var(--deep)}@media(max-width:940px){.homePastoralsContent .nativeCards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.homePastorals{padding:60px 16px}.homePastoralsHeader{margin-bottom:36px}.homePastoralsContent>h2{margin-top:38px}.homePastoralsContent .nativeCards{grid-template-columns:1fr}.homePastoralsContent .nativeCards section{padding:22px 20px}}.nativeCardVisual{display:grid;width:100%;min-height:128px;margin:0 auto 20px;place-items:center;border-radius:14px;background:radial-gradient(circle at 50% 42%,#fff 0 18%,#edf2fb 19% 48%,#e6d5b5 49% 51%,#173c66 52% 100%);overflow:hidden}.nativeCardVisual span{display:grid;width:82px;height:82px;place-items:center;border:4px solid #fff;border-radius:50%;background:#f7f2e9;box-shadow:0 10px 24px rgb(11 41 72 / .2);font-size:42px;line-height:1}.homePastoralsContent .nativeCards section:before{display:none!important}.homePastoralsContent .nativeCards section{text-align:center}.nativePageContent .nativeCardVisual{min-height:120px}.nativePageContent .nativeCards section{text-align:center}.siteMegaFooter{padding:0;background:#1e3f80;color:#fff}.siteMegaFooterInner{width:min(1240px,calc(100% - 40px));margin:auto;padding:58px 0 42px;display:grid;grid-template-columns:1.05fr .85fr 1.2fr 1.35fr;gap:42px;align-items:start}.siteMegaFooter h2{margin:0 0 18px;color:#fff;font:800 18px/1.25 'DM Sans',Arial,sans-serif}.footerIdentity p,.footerContact p{color:#d9e2f3;font-size:13px;line-height:1.6}.footerIdentity>span{display:inline-block;padding:5px 9px;background:rgb(255 255 255 / .08);color:#d9e2f3;font-size:12px}.footerSocials{display:flex;gap:12px;margin-bottom:24px}.footerSocials a{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#fff;color:#1e3f80;transition:transform .2s ease,background .2s ease}.footerSocials a:hover{transform:translateY(-3px);background:#e6c981}.footerSocials svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footerSocials svg .fill{fill:currentColor;stroke:none}.footerLinks{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footerLinks a,.footerContact a{color:#fff;font-size:13px;text-decoration:none}.footerLinks a:hover,.footerContact a:hover{color:#e6c981}.footerContact{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footerContact a{display:flex;gap:9px;align-items:center}.footerContact a span{font-size:20px}.footerMap iframe{display:block;width:100%;height:230px;border-radius:10px!important;background:#e9e9e9}.footerCopyright{padding:18px 20px;border-top:1px solid rgb(255 255 255 / .14);color:#c9d5e9;font-size:12px;text-align:center}@media(max-width:980px){.siteMegaFooterInner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.nativeCardVisual{min-height:112px}.nativeCardVisual span{width:72px;height:72px;font-size:36px}.siteMegaFooterInner{width:min(100% - 32px,1240px);grid-template-columns:1fr;gap:34px;padding:44px 0 34px}.footerMap iframe{height:280px}.footerSocials{justify-content:flex-start}}.siteMegaFooter{display:block}.brandLogo{width:56px;height:56px;object-fit:contain;border-radius:50%;flex:0 0 auto}.inverse .brandLogo{background:#fff}.bannerSection{padding-top:20px}.bannerCarousel{position:relative;width:min(560px,100%);margin:auto;outline:none}.bannerViewport{overflow:hidden;border-radius:12px;background:var(--cream);box-shadow:0 18px 55px #0b294826}.bannerTrack{position:relative;aspect-ratio:4/5}.bannerSlide{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;transition:opacity .45s ease}.bannerSlide.is-active{opacity:1;visibility:visible}.bannerSlide img{display:block;width:100%;height:100%;object-fit:contain}.carouselArrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:46px;height:46px;border:0;border-radius:50%;background:#fff;color:var(--deep);font-size:34px;line-height:1;cursor:pointer;box-shadow:0 8px 24px #071d3230}.carouselPrev{left:-23px}.carouselNext{right:-23px}.carouselDots{display:flex;justify-content:center;gap:9px;padding-top:20px}.carouselDot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#cbd2d9;cursor:pointer}.carouselDot.is-active{background:var(--gold);transform:scale(1.25)}.nativePage{background:var(--cream);padding:72px max(5vw,24px) 100px}.nativePageShell{width:min(1100px,100%);margin:auto}.nativePageHeader{padding:54px 0 38px;border-bottom:1px solid #ded4c4;margin-bottom:42px}.nativePageHeader h1{font:600 clamp(42px,6vw,68px)/1.05 'Playfair Display';color:var(--deep);margin:12px 0 0}.nativePageContent{font-size:17px;line-height:1.8;color:#536272}.nativePageContent h2{font:600 34px 'Playfair Display';color:var(--deep);margin:60px 0 22px}.nativePageContent h3{font:600 21px 'Playfair Display';color:var(--deep);margin:0 0 10px}.nativePageContent a{color:var(--blue);text-decoration:underline}.nativeLead{font:600 clamp(22px,3vw,30px)/1.5 'Playfair Display';color:var(--blue);max-width:900px}.nativeCards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.nativeCards section{padding:26px;background:#fff;border:1px solid #e3dacb;border-top:3px solid var(--gold)}.nativeCards p{margin:0}.nativeHighlight{display:flex;justify-content:space-between;gap:20px;padding:28px;background:var(--blue);color:#fff;margin:34px 0}.nativeHighlight strong{font:600 21px 'Playfair Display'}.nativeHighlight span{color:#cfdae4}.nativeFacts{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#d5c9b6;margin:36px 0}.nativeFacts span{background:#fff;padding:24px;font-size:12px;text-transform:uppercase}.nativeFacts b{display:block;font:600 29px 'Playfair Display';color:var(--gold)}@media(max-width:900px){.brandLogo{width:46px;height:46px}.nativeCards{grid-template-columns:repeat(2,1fr)}.nativeFacts{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.carouselPrev{left:8px}.carouselNext{right:8px}.nativePage{padding:35px 20px 70px}.nativePageHeader{padding-top:30px}.nativeCards,.nativeFacts{grid-template-columns:1fr}.nativeHighlight{flex-direction:column}.brandLogo{width:42px;height:42px}}.siteMegaFooter{padding:0;background:linear-gradient(135deg,#102f59 0%,#173f79 55%,#1f4b91 100%);color:#fff}.siteMegaFooterInner{width:min(1240px,calc(100% - 40px));margin:auto;padding:64px 0 48px;display:grid;grid-template-columns:1.15fr .8fr 1.45fr;gap:clamp(36px,5vw,72px);align-items:start}.siteMegaFooter h2{margin:5px 0 20px;color:#fff;font:700 22px/1.25 'Playfair Display',Georgia,serif}.footerBrand{display:flex;align-items:center;gap:15px;color:#fff}.footerBrand img{width:64px;height:64px;object-fit:contain;border-radius:50%;background:#fff;box-shadow:0 8px 24px rgb(0 0 0 / .18)}.footerBrand span{display:flex;flex-direction:column;gap:4px}.footerBrand strong{max-width:250px;font:700 18px/1.25 'Playfair Display',Georgia,serif}.footerBrand small{color:#cbd8e9;font-size:12px}.footerIdentity p{max-width:330px;margin:22px 0;color:#cfdaea;font-size:13px;line-height:1.7}.footerSocials{display:flex;gap:10px;margin:0 0 16px}.footerSocials a{display:grid;width:40px;height:40px;place-items:center;border:1px solid rgb(255 255 255 / .28);border-radius:50%;background:rgb(255 255 255 / .09);color:#fff;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.footerSocials a:hover{transform:translateY(-3px);border-color:#dfbd72;background:#dfbd72;color:#102f59}.footerSocials svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footerSocials svg .fill{fill:currentColor;stroke:none}.footerHandle{color:#dfbd72!important;font-size:12px!important;font-weight:700;letter-spacing:.02em;background:none!important;padding:0!important}.footerKicker{color:#dfbd72;font-size:10px;font-weight:800;letter-spacing:.18em}.footerLinks{display:flex;flex-direction:column;align-items:flex-start}.footerLinkGrid{display:grid;grid-template-columns:1fr;gap:12px;width:100%}.footerLinks .footerLinkGrid a{position:relative;padding-left:15px;color:#e9eff7;font-size:13px;text-decoration:none}.footerLinks .footerLinkGrid a:before{content:"";position:absolute;left:0;top:.52em;width:5px;height:5px;border-radius:50%;background:#dfbd72}.footerLinks .footerLinkGrid a:hover{color:#dfbd72}.footerMap{min-width:0}.footerMapHeading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.footerMapHeading h2{margin-bottom:14px}.footerMapHeading>a{margin-bottom:16px;color:#dfbd72;font-size:12px;font-weight:800;white-space:nowrap}.footerMapHeading>a:hover{color:#fff}.footerMap iframe{display:block;width:100%;height:220px;border:1px solid rgb(255 255 255 / .28)!important;border-radius:14px!important;background:#e9e9e9;box-shadow:0 15px 35px rgb(3 21 44 / .28)}.footerBottom{display:flex;justify-content:space-between;gap:20px;width:min(1240px,calc(100% - 40px));margin:auto;padding:20px 0;border-top:1px solid rgb(255 255 255 / .14);color:#bfcde0;font-size:11px}@media(max-width:980px){.siteMegaFooterInner{grid-template-columns:1fr 1fr}.footerMap{grid-column:1/-1}.footerMap iframe{height:280px}.footerLinkGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.siteMegaFooterInner{width:min(100% - 32px,1240px);grid-template-columns:1fr;gap:38px;padding:46px 0 36px}.footerMap{grid-column:auto}.footerMapHeading{align-items:flex-start}.footerMap iframe{height:260px}.footerBottom{width:min(100% - 32px,1240px);flex-direction:column;align-items:center;gap:6px;text-align:center}.footerBrand strong{font-size:17px}}