:root{--navy:#0d1b2e;--navy-dark:#080f1c;--navy-light:#152440;--royal:#1a56db;--royal-dark:#1448b8;--white:#fff;--off-white:#f4f6f9;--gray-100:#e8ecf1;--gray-200:#d1d9e3;--gray-500:#6b7a90;--gray-700:#374151;--near-black:#0d111a;--orange:#d95f0a;--gold:#b8912a;--text-primary:#111827;--text-muted:#6b7a90}*,:before,:after{box-sizing:border-box}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;scroll-behavior:smooth}body,h1,h2,h3,h4,h5,h6,p,ul,ol,figure,blockquote,dl,dd{margin:0}body{background:var(--navy);min-width:320px;min-height:100vh;color:var(--white);text-rendering:optimizelegibility;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}img,picture,svg,video,canvas{max-width:100%;display:block}input,button,textarea,select{font:inherit}button{cursor:pointer;border:none;font-family:inherit}select,input,textarea{color:inherit}ul[role=list],ol[role=list]{padding:0;list-style:none}a{color:var(--royal)}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--royal);outline-offset:2px}#root{min-height:100vh}.sr-only,.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.btn-primary,.btn-secondary,.btn-cta{justify-content:center;align-items:center;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.btn-primary{background:var(--royal);color:var(--white);border-radius:4px;padding:.5rem 1.25rem;font-weight:600}.btn-primary:hover{background:var(--royal-dark);text-decoration:none}.btn-secondary{color:var(--royal);border:1px solid var(--royal);background:0 0;border-radius:4px;padding:.5rem 1.25rem;font-weight:600}.btn-secondary:hover{background:#1a56db1a;text-decoration:none}.btn-cta{background:var(--orange);color:var(--white);text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:.625rem 1.5rem;font-weight:700}.btn-cta:hover{background:#bf5209;text-decoration:none}.page-layout{flex-direction:column;min-height:100vh;display:flex}.page-main{flex:1}.section-separator{border-top:1px solid var(--navy-light)}.site-header{background:var(--navy-dark);border-bottom:1px solid var(--navy-light);z-index:100;position:sticky;top:0}.site-header__inner{align-items:center;gap:.75rem;height:56px;display:flex}.site-header__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.site-header__logo-img{height:auto;display:block}.site-header__logo-img--full{display:none}.site-header__logo-img--compact{width:36px;height:36px;display:block}@media (width>=640px){.site-header__logo-img--full{display:block}.site-header__logo-img--compact{display:none}}.site-header__search{flex:1;max-width:340px;display:none}.site-header__search-input{background:var(--navy-light);color:#fff;border:1px solid #ffffff26;border-radius:4px;width:100%;padding:.35rem .75rem;font-size:.875rem}.site-header__nav{align-items:center;gap:.125rem;display:none}.site-header__nav-link{color:var(--gray-200);white-space:nowrap;border-radius:3px;padding:.35rem .6rem;font-size:.875rem;text-decoration:none;transition:background .15s,color .15s}.site-header__nav-link:hover,.site-header__nav-link.active{background:var(--navy-light);color:#fff;text-decoration:none}.site-header__actions{flex-shrink:0;align-items:center;gap:.75rem;display:none}.site-header__sign-in{color:var(--gray-200);font-size:.875rem;text-decoration:none}.site-header__sign-in:hover{color:#fff;text-decoration:none}.site-header__cta{padding:.35rem .875rem;font-size:.8rem}.site-header__mobile-controls{align-items:center;gap:.5rem;margin-left:auto;display:flex}.site-header__icon-btn{color:var(--gray-200);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.4rem;display:flex}.site-header__mobile-cta{color:#fff;background:var(--orange);white-space:nowrap;border-radius:4px;padding:.3rem .6rem;font-size:.75rem;font-weight:700;text-decoration:none}@media (width>=1024px){.site-header__search{display:block}.site-header__nav,.site-header__actions{display:flex}.site-header__mobile-controls{display:none}}.mobile-menu-backdrop{z-index:200;background:#00000080;display:none;position:fixed;inset:0}.mobile-menu-backdrop.open{display:block}.mobile-menu{background:var(--navy-dark);border-left:1px solid var(--navy-light);z-index:300;visibility:hidden;pointer-events:none;flex-direction:column;width:min(320px,85vw);height:100dvh;transition:transform .25s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-menu.open{visibility:visible;pointer-events:auto;transform:translate(0)}@media (prefers-reduced-motion:reduce){.mobile-menu{transition:none}}.mobile-menu__header{border-bottom:1px solid var(--navy-light);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.mobile-menu__logo{align-items:center;text-decoration:none;display:flex}.mobile-menu__logo-img{max-width:180px;height:auto;display:block}.mobile-menu__close{color:var(--gray-200);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.5rem}.mobile-menu__close:hover{color:#fff;background:var(--navy-light)}.mobile-menu__list{flex:1;margin:0;padding:.5rem 0;list-style:none}.mobile-menu__item{border-bottom:1px solid #ffffff0f}.mobile-menu__link{color:var(--gray-200);padding:.875rem 1.25rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.mobile-menu__link:hover,.mobile-menu__link.active{background:var(--navy-light);color:#fff;text-decoration:none}.mobile-menu__footer{border-top:1px solid var(--navy-light);flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.mobile-menu__cta{text-align:center;background:var(--orange);color:#fff;text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:.75rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none;display:block}.mobile-menu__sign-in{text-align:center;color:var(--gray-200);font-size:.875rem;text-decoration:none;display:block}.mobile-menu__sign-in:hover{color:#fff;text-decoration:none}.site-footer{background:var(--navy-dark);border-top:1px solid var(--navy-light);margin-top:auto}.site-footer__inner{grid-template-columns:1fr;gap:2rem;padding:2.5rem 0 1.5rem;display:grid}@media (width>=768px){.site-footer__inner{grid-template-columns:200px 1fr}}.site-footer__logo{align-items:center;margin-bottom:.75rem;text-decoration:none;display:inline-flex}.site-footer__logo-img{max-width:180px;height:auto;display:block}.site-footer__mission{color:var(--gray-500);font-size:.875rem;line-height:1.5}.site-footer__nav{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width>=640px){.site-footer__nav{grid-template-columns:repeat(4,1fr)}}.site-footer__nav-heading{color:var(--gray-500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.site-footer__nav ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.site-footer__nav a{color:var(--gray-200);font-size:.875rem;text-decoration:none}.site-footer__nav a:hover{color:#fff;text-decoration:none}.site-footer__bottom{border-top:1px solid var(--navy-light);padding:1rem 0}.site-footer__bottom p{color:var(--gray-500);font-size:.8rem}.global-search{width:100%}.global-search__inner{background:var(--navy-light);border:1px solid #ffffff26;border-radius:6px;align-items:center;gap:.5rem;padding:0 .75rem;display:flex}.global-search__icon{color:var(--gray-500);flex-shrink:0}.global-search__input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:.6rem 0;font-size:.9rem}.global-search__input::placeholder{color:var(--gray-500)}.global-search__btn{background:var(--royal);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:4px;padding:.35rem .875rem;font-size:.875rem;font-weight:600}.global-search__btn:hover{background:var(--royal-dark)}.verification-badge{border-radius:3px;align-items:center;gap:.25rem;padding:.15rem .4rem;font-size:.75rem;font-weight:600;display:inline-flex}.verification-badge--verified{color:#93b4f7;background:#1a56db33;border:1px solid #1a56db66}.verification-badge--claimed{color:#d4a84b;background:#b9912a26;border:1px solid #b9912a4d}.verification-badge--unverified{color:var(--gray-500);background:#6b7a9026;border:1px solid #6b7a904d}.verification-badge--sm{padding:.1rem .35rem;font-size:.7rem}.alphabet-nav{border-bottom:1px solid var(--navy-light);flex-wrap:wrap;gap:2px;margin-bottom:1rem;padding:.75rem 0;display:flex}.alphabet-nav__btn{color:var(--gray-200);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:3px;justify-content:center;align-items:center;min-width:1.75rem;height:1.75rem;font-size:.8rem;font-weight:600;transition:background .1s,color .1s;display:flex}.alphabet-nav__btn:hover{background:var(--navy-light);color:#fff}.alphabet-nav__btn.active{background:var(--royal);color:#fff;border-color:var(--royal)}.alphabet-nav__btn.disabled{color:var(--gray-700);cursor:default}.home-mission{background:var(--navy);border-bottom:1px solid var(--navy-light);padding:2.5rem 0 2rem}.home-mission__content{max-width:680px}.home-mission__heading{color:#fff;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.15}.home-mission__center{color:var(--royal)}.home-mission__sub{color:var(--gray-200);max-width:560px;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.home-mission__search{margin-bottom:1.25rem}.home-mission__actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.home-mission__secondary{font-size:.9rem}.home-mission__links{flex-wrap:wrap;gap:1.5rem;display:flex}.home-mission__links a{color:var(--gray-200);font-size:.875rem;text-decoration:none}.home-mission__links a:hover{color:#fff}.home-directory{border-bottom:1px solid var(--navy-light);padding:2rem 0}.home-directory__header{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.5rem;display:flex}.home-directory__header h2{color:#fff;font-size:1.25rem;font-weight:700}.home-directory__view-all{color:var(--royal);font-size:.875rem;text-decoration:none}.home-directory__view-all:hover{text-decoration:underline}.home-directory__sub{color:var(--gray-500);margin-bottom:1rem;font-size:.9rem}.home-directory__filters{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.home-directory__select{background:var(--navy-light);color:var(--gray-200);border:1px solid #ffffff26;border-radius:4px;padding:.35rem .75rem;font-size:.875rem}.home-directory__search-btn{font-size:.875rem}.home-directory__empty{color:var(--gray-500);font-size:.9rem}.home-directory__empty a{color:var(--royal)}.home-sections{padding:2rem 0}.home-sections__grid{background:var(--navy-light);border:1px solid var(--navy-light);border-radius:6px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1px;display:grid;overflow:hidden}.home-section-card{background:var(--navy);padding:1.25rem 1.5rem;text-decoration:none;transition:background .15s;display:block}.home-section-card:hover{background:var(--navy-light);text-decoration:none}.home-section-card h3{color:#fff;margin-bottom:.375rem;font-size:1rem;font-weight:700}.home-section-card p{color:var(--gray-500);font-size:.875rem;line-height:1.5}.directory-page{padding:1.5rem 0}.directory-page__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.directory-page__header h1{color:#fff;font-size:1.5rem;font-weight:700}.directory-filters{margin-bottom:1rem}.directory-filters__row{margin-bottom:.5rem}.directory-filters__search{background:var(--navy-light);color:#fff;border:1px solid #ffffff26;border-radius:4px;width:100%;padding:.5rem .875rem;font-size:.9rem}.directory-filters__search::placeholder{color:var(--gray-500)}.directory-filters__selects{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.directory-filters__select{background:var(--navy-light);color:var(--gray-200);border:1px solid #ffffff26;border-radius:4px;padding:.35rem .75rem;font-size:.875rem}.directory-filters__view-toggle{border:1px solid #ffffff26;border-radius:4px;margin-left:auto;display:flex;overflow:hidden}.directory-filters__view-btn{color:var(--gray-500);cursor:pointer;background:0 0;border:none;padding:.35rem .75rem;font-size:.875rem}.directory-filters__view-btn.active{background:var(--royal);color:#fff}.church-list{flex-direction:column;display:flex}.church-list__empty{text-align:center;color:var(--gray-500);padding:3rem 0}.church-list__empty a{color:var(--royal)}.church-row{border-bottom:1px solid var(--navy-light);flex-wrap:wrap;align-items:flex-start;gap:.875rem;padding:.875rem 0;display:flex}.church-row:last-child{border-bottom:none}.church-row__logo{flex-shrink:0;width:44px;height:44px}.church-row__logo img{object-fit:cover;border-radius:4px;width:44px;height:44px}.church-row__logo-placeholder{background:var(--navy-light);width:44px;height:44px;color:var(--gray-500);border-radius:4px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.church-row__info{flex:1;min-width:0}.church-row__name-row{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.church-row__name{color:#fff;font-size:1rem;font-weight:700;text-decoration:none}.church-row__name:hover{color:var(--royal);text-decoration:none}.church-row__meta{color:var(--gray-500);flex-wrap:wrap;gap:.25rem;margin-bottom:.25rem;font-size:.8rem;display:flex}.church-row__sep{opacity:.5}.church-row__languages{color:var(--gray-500);margin-bottom:.25rem;font-size:.8rem}.church-row__known-for{flex-wrap:wrap;gap:.375rem;display:flex}.church-row__known-for-tag{color:#93b4f7;background:#1a56db26;border-radius:3px;padding:.1rem .4rem;font-size:.7rem;font-weight:600}.church-row__actions{flex-direction:column;flex-shrink:0;gap:.375rem;width:100%;display:flex}@media (width>=640px){.church-row__actions{flex-direction:row;align-self:center;width:auto}}.church-row__action-btn{border:1px solid var(--navy-light);color:var(--gray-200);cursor:pointer;white-space:nowrap;background:0 0;border-radius:3px;padding:.25rem .625rem;font-size:.75rem;text-decoration:none;display:inline-block}.church-row__action-btn:hover{background:var(--navy-light);color:#fff;text-decoration:none}.directory-map-placeholder{text-align:center;color:var(--gray-500);border:1px solid var(--navy-light);border-radius:6px;margin-top:1rem;padding:2rem}.directory-map-placeholder button{color:var(--royal);cursor:pointer;font-size:inherit;background:0 0;border:none;text-decoration:underline}.church-profile{padding-bottom:3rem}.church-profile__cover{background:var(--navy-light);height:200px;overflow:hidden}.church-profile__cover-img{object-fit:cover;width:100%;height:100%}.church-profile__cover-placeholder{background:var(--navy-light);width:100%;height:100%}.church-profile__top{border-bottom:1px solid var(--navy-light);flex-direction:column;gap:1.25rem;padding:1.5rem 0 1.25rem;display:flex}@media (width>=768px){.church-profile__top{flex-direction:row;align-items:flex-start}}.church-profile__logo{flex-shrink:0}.church-profile__logo img{border-radius:8px;display:block}.church-profile__logo-placeholder{background:var(--navy-light);width:80px;height:80px;color:var(--gray-500);border-radius:8px;justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex}.church-profile__identity{flex:1}.church-profile__name{color:#fff;margin-bottom:.375rem;font-size:1.5rem;font-weight:800}.church-profile__location{color:var(--gray-500);margin-top:.25rem;font-size:.875rem}.church-profile__tradition,.church-profile__languages{color:var(--gray-500);font-size:.875rem}.church-profile__times{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.church-profile__time{background:var(--navy-light);color:var(--gray-200);border-radius:3px;padding:.2rem .5rem;font-size:.8rem}.church-profile__updated{color:var(--gray-700);margin-top:.5rem;font-size:.75rem}.church-profile__actions{flex-wrap:wrap;gap:.5rem;display:flex}.church-profile__tabs{border-bottom:1px solid var(--navy-light);-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;margin-bottom:1.5rem;display:flex;overflow-x:auto}.church-profile__tabs::-webkit-scrollbar{display:none}.church-profile__tab{color:var(--gray-500);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.church-profile__tab:hover{color:var(--gray-200)}.church-profile__tab.active{border-bottom-color:var(--royal);color:#fff}.church-profile__section{margin-bottom:2rem}.church-profile__section h2{color:#fff;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.church-profile__section p{color:var(--gray-200)}.church-profile--not-found{padding:3rem 0}.church-profile--not-found a{color:var(--royal)}.known-for-list{flex-direction:column;gap:.5rem;display:flex}.known-for-entry{background:var(--navy-light);border-radius:4px;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.known-for-entry__category{color:#fff;flex:1;font-size:.9rem;font-weight:600}.known-for-entry__source{border-radius:3px;padding:.1rem .4rem;font-size:.75rem}.known-for-entry__source--church-provided{color:var(--gray-500);background:#6b7a9033}.known-for-entry__source--community-recognized{color:#d4a84b;background:#b9912a26}.known-for-entry__source--clearway-verified{color:#93b4f7;background:#1a56db33}.known-for-entry__date{color:var(--gray-700);font-size:.75rem}.sermons-page{padding:1.5rem 0}.sermons-page h1{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.sermons-filters{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.sermons-filters__search{background:var(--navy-light);color:#fff;border:1px solid #ffffff26;border-radius:4px;flex:1;min-width:200px;padding:.45rem .75rem;font-size:.875rem}.sermons-filters__search::placeholder{color:var(--gray-500)}.sermons-filters__select{background:var(--navy-light);color:var(--gray-200);border:1px solid #ffffff26;border-radius:4px;padding:.35rem .75rem;font-size:.875rem}.sermons-list__empty{text-align:center;padding:3rem 0}.sermons-list__empty h2{color:#fff;margin-bottom:.5rem;font-size:1.1rem}.sermons-list__empty p{color:var(--gray-500);font-size:.9rem}.sermon-row{border-bottom:1px solid var(--navy-light);padding:1rem 0}.sermon-row__title{color:#fff;margin-bottom:.25rem;font-size:1rem;font-weight:700}.sermon-row__meta{color:var(--gray-500);flex-wrap:wrap;gap:.25rem;margin-bottom:.25rem;font-size:.8rem;display:flex}.sermon-row__scripture{color:var(--gray-500);font-size:.8rem;font-style:italic}.sermon-row__badges{flex-wrap:wrap;gap:.375rem;margin-top:.375rem;display:flex}.sermon-badge{background:var(--navy-light);color:var(--gray-200);border-radius:3px;padding:.1rem .4rem;font-size:.7rem}.evidence-page{padding:1.5rem 0}.evidence-page h1{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.evidence-categories{flex-wrap:wrap;gap:.375rem;margin-bottom:1.5rem;display:flex}.evidence-category-btn{background:var(--navy-light);color:var(--gray-200);cursor:pointer;border:1px solid #ffffff1a;border-radius:4px;padding:.35rem .875rem;font-size:.8rem;font-weight:600}.evidence-category-btn:hover{background:var(--navy);color:#fff}.evidence-category-btn.active{background:var(--royal);border-color:var(--royal);color:#fff}.evidence-list__empty{text-align:center;padding:3rem 0}.evidence-list__empty h2{color:#fff;margin-bottom:.5rem;font-size:1.1rem}.evidence-list__empty p{color:var(--gray-500);max-width:600px;margin:0 auto;font-size:.9rem}.evidence-card{border-bottom:1px solid var(--navy-light);padding:1.25rem 0}.evidence-card__category{color:var(--royal);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.375rem;font-size:.75rem;font-weight:700}.evidence-card__title{color:#fff;margin-bottom:.375rem;font-size:1.1rem;font-weight:700}.evidence-card__meta{color:var(--gray-500);margin-bottom:.625rem;font-size:.8rem}.evidence-card__summary{color:var(--gray-200);margin-bottom:.75rem;font-size:.9rem;line-height:1.6}.evidence-card__detail{color:var(--gray-500);flex-direction:column;gap:.375rem;margin-bottom:.75rem;font-size:.875rem;line-height:1.5;display:flex}.evidence-card__detail strong{color:var(--gray-200)}.evidence-card__source-link{color:var(--royal);font-size:.8rem;text-decoration:none}.evidence-card__source-link:hover{text-decoration:underline}.page-sub{color:var(--gray-500);max-width:680px;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.page-empty{color:var(--gray-500);padding:2rem 0}.page-empty a{color:var(--royal)}.global-body-page,.body-map-page,.start-jesus-page,.about-page,.prayer-page,.biblical-studies-page,.groups-page,.outreach-page,.churches-ministries-page,.add-church-page,.sign-in-page{padding:1.5rem 0}.global-body-page h1,.evidence-page h1,.start-jesus-page h1,.about-page h1,.prayer-page h1,.biblical-studies-page h1,.groups-page h1,.outreach-page h1,.churches-ministries-page h1,.add-church-page h1,.body-map-page h1,.sign-in-page h1{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.global-regions-grid{background:var(--navy-light);border:1px solid var(--navy-light);border-radius:6px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1px;margin-bottom:2rem;display:grid;overflow:hidden}.global-region-card{background:var(--navy);padding:1.1rem 1.25rem;text-decoration:none;transition:background .15s;display:block}.global-region-card:hover{background:var(--navy-light);text-decoration:none}.global-region-card h3{color:#fff;margin-bottom:.25rem;font-size:.95rem;font-weight:700}.global-region-card p{color:var(--gray-500);font-size:.8rem;line-height:1.4}.global-body-browse h2{color:#fff;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.global-body-browse__grid{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.global-body-browse__item a{background:var(--navy-light);color:var(--gray-200);border:1px solid #ffffff14;border-radius:4px;padding:.35rem .875rem;font-size:.875rem;text-decoration:none;display:inline-block}.global-body-browse__item a:hover{background:var(--royal);color:#fff;border-color:var(--royal);text-decoration:none}.global-body-empty{color:var(--gray-700);padding:1rem 0;font-size:.875rem}.body-map-controls{margin-bottom:1rem}.body-map-filters{border:1px solid var(--navy-light);border-radius:4px;flex-wrap:wrap;gap:.75rem 1.5rem;padding:.875rem 1rem;display:flex}.body-map-filters legend{color:var(--gray-200);padding:0 .375rem;font-size:.875rem;font-weight:600}.body-map-filter-label{color:var(--gray-200);cursor:pointer;align-items:center;gap:.375rem;font-size:.875rem;display:flex}.body-map-placeholder{background:var(--navy-light);text-align:center;color:var(--gray-500);border:1px solid #ffffff1a;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:300px;padding:3rem 2rem;font-size:.9rem;line-height:1.6;display:flex}.start-jesus__section{margin-bottom:2rem}.start-jesus__section h2{color:#fff;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.start-jesus__section p{color:var(--gray-200);margin-bottom:.75rem;font-size:.9rem;line-height:1.7}.start-jesus__links{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.start-jesus__link-card{background:var(--navy-light);border:1px solid #ffffff14;border-radius:6px;padding:1.25rem;text-decoration:none;transition:background .15s;display:block}.start-jesus__link-card:hover{background:#1a56db26;border-color:#1a56db4d;text-decoration:none}.start-jesus__link-card h3{color:#fff;margin-bottom:.375rem;font-size:.95rem;font-weight:700}.start-jesus__link-card p{color:var(--gray-500);font-size:.8rem;line-height:1.5}.about-section{border-bottom:1px solid var(--navy-light);margin-bottom:2rem;padding-bottom:1.5rem}.about-section:last-child{border-bottom:none}.about-section h2{color:#fff;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.about-section p{color:var(--gray-200);margin-bottom:.75rem;font-size:.9rem;line-height:1.7}.add-church-form,.sign-in-card{max-width:640px}.add-church-form h2,.sign-in-card h2{color:#fff;border-bottom:1px solid var(--navy-light);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700}.form-group{margin-bottom:1.1rem}.form-label{color:var(--gray-200);margin-bottom:.35rem;font-size:.875rem;font-weight:600;display:block}.form-label span[aria-label=required]{color:var(--orange)}.form-input{background:var(--navy-light);color:#fff;border:1px solid #ffffff26;border-radius:4px;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.9rem}.form-input:focus{border-color:var(--royal);outline:none;box-shadow:0 0 0 2px #1a56db4d}.form-input::placeholder{color:var(--gray-700)}.form-actions{border-top:1px solid var(--navy-light);margin-top:1.5rem;padding-top:1.25rem}.prayer-empty,.global-body-empty{color:var(--gray-500);padding:1.5rem 0;font-size:.9rem;line-height:1.6}.skip-link{z-index:9999;background:var(--royal);color:#fff;border-radius:0 0 4px 4px;padding:.5rem 1rem;font-weight:600;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:0}.sign-in-card{background:var(--navy-light);border:1px solid #ffffff14;border-radius:8px;padding:1.5rem}.sign-in-card p{color:var(--gray-200);margin-bottom:1rem}@media (width<=639px){.global-search__inner{flex-wrap:wrap;padding:.625rem .75rem}.global-search__btn{width:100%}.home-directory__header,.directory-page__header{flex-direction:column;align-items:flex-start}.home-directory__view-all{align-self:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:var(--navy);background:#fffffff5;border-bottom:1px solid #0d1b2e1f}.site-header__search-input{color:var(--navy);background:#0d1b2e0a;border:1px solid #0d1b2e1f}.site-header__search-input::placeholder{color:var(--gray-500)}.site-header__nav-link,.site-header__sign-in{color:var(--navy)}.site-header__nav-link:hover,.site-header__nav-link.active,.site-header__sign-in:hover{color:var(--royal);background:#1a56db1a}.site-header__icon-btn{color:var(--navy)}.site-header__icon-btn:hover{color:var(--royal);background:#1a56db1a}.site-header__mobile-cta{background:linear-gradient(135deg, var(--royal) 0%, #3b82f6 100%);color:#fff;box-shadow:0 10px 25px #1a56db33}.home-page{color:var(--navy);background:linear-gradient(#f8fbff 0%,#eff5ff 100%)}.home-hero{background:linear-gradient(120deg,#f8fbff 0%,#ddecff 50%,#b4d7ff 100%);border-bottom:1px solid #0d1b2e14;padding:3.5rem 0 3rem}.home-hero__inner{grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;display:grid}.home-hero__copy{max-width:680px}.home-hero__logo{width:min(280px,100%);height:auto;margin-bottom:1rem}.home-hero__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--royal);align-items:center;gap:.35rem;margin-bottom:.75rem;font-size:.8rem;font-weight:700;display:inline-flex}.home-hero h1{color:var(--navy);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.4rem);font-weight:800;line-height:1.05}.home-hero h1 span{color:var(--royal)}.home-hero__sub{color:var(--navy-light);max-width:620px;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.home-hero__search{margin-bottom:1rem}.home-hero__search .global-search__inner{background:#ffffffe6;border-color:#0d1b2e1f}.home-hero__search .global-search__input{color:var(--navy)}.home-hero__search .global-search__input::placeholder{color:var(--gray-500)}.home-hero__actions{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.home-hero__pillars{flex-wrap:wrap;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.home-hero__pillars li{display:inline-flex}.home-hero__pillars a{color:var(--navy);background:#ffffffb3;border:1px solid #0d1b2e1a;border-radius:999px;align-items:center;padding:.5rem .75rem;font-size:.9rem;text-decoration:none;display:inline-flex}.home-hero__pillars a:hover{background:#fffffff2;text-decoration:none}.home-hero__media{background:var(--navy);border-radius:24px;position:relative;overflow:hidden;box-shadow:0 25px 60px #0d1b2e2e}.home-hero__media img{object-fit:cover;filter:saturate(1.05)contrast(1.02);width:100%;height:100%;min-height:420px}.home-hero__media-card{color:var(--navy);background:linear-gradient(135deg,#ffffffeb 0%,#f5faffe6 100%);border-radius:20px;padding:1rem 1.1rem;position:absolute;bottom:1rem;left:1rem;right:1rem;box-shadow:0 12px 35px #0d1b2e29}.home-hero__media-label{letter-spacing:.16em;text-transform:uppercase;color:var(--royal);margin-bottom:.35rem;font-size:.74rem;font-weight:800}.home-hero__media-card h2{margin-bottom:.35rem;font-size:1.1rem;font-weight:700}.home-hero__media-card p{color:var(--navy-light);margin-bottom:.75rem;font-size:.95rem;line-height:1.6}.home-hero__media-card a{color:var(--royal);font-weight:700;text-decoration:none}.home-section{padding:3rem 0}.home-section__top{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.25rem;display:flex}.home-section__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--royal);margin-bottom:.35rem;font-size:.8rem;font-weight:800}.home-section h2{color:var(--navy);margin:0;font-size:clamp(1.25rem,2.6vw,1.8rem)}.home-section__text{color:var(--navy-light);max-width:620px;margin-top:.75rem;line-height:1.7}.home-section__link{color:var(--royal);white-space:nowrap;font-weight:700;text-decoration:none}.home-quick-links{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.home-quick-links__card,.home-country-card,.home-region-card,.home-faith-card,.home-section__panel{color:var(--navy);background:#ffffffdb;border:1px solid #0d1b2e14;border-radius:20px;text-decoration:none;box-shadow:0 16px 40px #0d1b2e0f}.home-quick-links__card{flex-direction:column;gap:.45rem;padding:1.1rem;display:flex}.home-quick-links__card h3,.home-country-card h3,.home-region-card h3,.home-faith-card h2,.home-section__panel h3{color:var(--navy);margin:0;font-size:1rem}.home-quick-links__card p,.home-country-card p,.home-region-card p,.home-faith-card p,.home-section__panel li{color:var(--navy-light);font-size:.95rem;line-height:1.6}.home-section--split{padding-top:1rem}.home-section__split{grid-template-columns:1.1fr .9fr;gap:1.5rem;display:grid}.home-section__panel{padding:1.25rem}.home-section__panel ul{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.home-section__panel li{padding-left:1.1rem;position:relative}.home-section__panel li:before{content:"•";color:var(--royal);font-weight:700;position:absolute;left:0}.home-section__actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.home-country-controls{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.home-country-controls__field{flex:220px;display:flex}.home-country-controls__field input,.home-country-controls__field select{width:100%;color:var(--navy);background:#ffffffe6;border:1px solid #0d1b2e1f;border-radius:999px;padding:.75rem 1rem}.home-country-grid,.home-region-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.home-country-card,.home-region-card{align-items:start;gap:.75rem;padding:1rem;display:flex}.home-country-card__flag{font-size:1.4rem;line-height:1}.home-country-card span{color:var(--royal);margin-top:.4rem;font-size:.85rem;font-weight:700;display:inline-flex}.home-region-card{flex-direction:column}.home-country-empty{color:var(--navy-light);background:#ffffffb3;border-radius:20px;padding:1.25rem}.home-faith-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.home-faith-card{flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.home-section--mission{padding-top:1rem}.home-mission-callout{background:linear-gradient(135deg, var(--navy) 0%, #102449 100%);color:#fff;border-radius:24px;gap:1rem;padding:2rem;display:grid;box-shadow:0 20px 50px #0d1b2e26}.home-mission-callout h2,.home-mission-callout p{color:#fff}.home-mission-callout .home-section__eyebrow{color:#7dc7ff}@media (width<=900px){.home-hero__inner,.home-section__split{grid-template-columns:1fr}.home-hero__media img{min-height:320px}}@media (width<=640px){.home-hero{padding:2.5rem 0 2rem}.home-section{padding:2rem 0}.home-section__top,.home-hero__actions,.home-section__actions{flex-direction:column;align-items:start}.home-country-controls{flex-direction:column}}
