:root{--header-h:76px;--background:#fff;--surface:#f1f4f9;--surface-muted:#e4eaf3;--foreground:#0f1c38;--foreground-soft:#677490;--border:#d9e3f0;--brand:#047af5;--brand-light:#3d9ef8;--brand-strong:#035ec0;--accent:#3d9ef8;--brand-red:#e63333;--button-bg:#047af5;--button-color:#fff;--button-bg-dark:#fff;--button-color-dark:var(--brand-strong);--button-secondary-border:hsla(0,0%,100%,.24);--button-secondary-color:#fff;--button-secondary-border-light:rgba(4,122,245,.2);--button-secondary-color-light:var(--brand);--dark-bg:#121212;--dark-surface:#212121;--dark-border:hsla(0,0%,100%,.1);--dark-text:#fff;--dark-text-soft:hsla(0,0%,100%,.72);--radius:20px;--max-width:1280px;--font-body:var(--font-jakarta,"Plus Jakarta Sans",system-ui,sans-serif)}[data-theme=dark]{--background:#0d1117;--surface:#161b22;--surface-muted:#1e2631;--foreground:#e6edf3;--foreground-soft:#8d9db5;--border:hsla(0,0%,100%,.1);--brand:#4da3f8;--brand-light:#7ec2fb;--brand-strong:#2e8ef5;--accent:#7ec2fb}[data-theme=dark] .site-header--solid{background:rgba(13,17,23,.88);border-bottom:1px solid hsla(0,0%,100%,.08);box-shadow:0 10px 30px rgba(0,0,0,.28)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-body);-webkit-font-smoothing:antialiased}.search-trigger{display:flex;align-items:center;gap:.4rem;height:36px;padding:0 .75rem;border:1px solid hsla(0,0%,100%,.2);border-radius:999px;background:hsla(0,0%,100%,.08);color:inherit;cursor:pointer;font-size:.8rem;transition:background .15s ease,border-color .15s ease}.search-trigger svg{width:15px;height:15px}.search-trigger:hover{background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.34)}.site-header--solid .search-trigger{border-color:var(--border);background:var(--surface);color:var(--foreground)}.site-header--solid .search-trigger:hover{border-color:var(--brand);background:var(--surface-muted)}.search-trigger__hint{font-size:.72rem;opacity:.6;font-family:monospace}@media (max-width:768px){.search-trigger__hint{display:none}}.search-backdrop{position:fixed;inset:0;z-index:8000;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding-top:10vh;animation:search-fade-in .15s ease}@keyframes search-fade-in{0%{opacity:0}to{opacity:1}}.search-modal{width:100%;max-width:600px;margin:0 1rem;background:var(--background);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 24px 64px rgba(0,0,0,.32);overflow:hidden;animation:search-slide-in .18s cubic-bezier(.34,1.56,.64,1)}@keyframes search-slide-in{0%{opacity:0;transform:translateY(-12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.search-modal__field{display:flex;align-items:center;gap:.75rem;padding:0 1.25rem;border-bottom:1px solid var(--border)}.search-modal__icon{width:18px;height:18px;flex-shrink:0;color:var(--foreground-soft)}.search-modal__input{flex:1;height:56px;border:none;background:transparent;font-size:1rem;color:var(--foreground);outline:none;font-family:var(--font-body)}.search-modal__input::placeholder{color:var(--foreground-soft)}.search-modal__input::-webkit-search-cancel-button{display:none}.search-modal__esc{flex-shrink:0;padding:.15rem .45rem;border:1px solid var(--border);border-radius:6px;font-size:.72rem;color:var(--foreground-soft);cursor:pointer;font-family:monospace}.search-modal__spinner{flex-shrink:0;width:16px;height:16px;border:2px solid var(--border);border-top-color:var(--brand);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.search-results{list-style:none;margin:0;padding:.5rem;max-height:380px;overflow-y:auto}.search-result{display:flex;align-items:center;gap:.75rem;padding:.7rem .85rem;border-radius:10px;cursor:pointer;transition:background .1s ease}.search-result--active,.search-result:hover{background:var(--surface)}.search-result__type-icon{font-size:.65rem;color:var(--brand);flex-shrink:0;width:20px;text-align:center}.search-result__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.search-result__title{font-size:.9rem;font-weight:600;color:var(--foreground)}.search-result__subtitle,.search-result__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result__subtitle{font-size:.78rem;color:var(--foreground-soft)}.search-result__badge{flex-shrink:0;font-size:.7rem;font-weight:600;padding:.15rem .55rem;border-radius:999px;background:var(--surface-muted);color:var(--foreground-soft);text-transform:uppercase;letter-spacing:.04em}.search-modal__empty{padding:1.5rem 1.25rem;font-size:.88rem;color:var(--foreground-soft);text-align:center;margin:0}.cookie-banner{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%);z-index:9000;width:calc(100% - 2rem);max-width:560px;background:var(--dark-surface);color:var(--dark-text);border:1px solid hsla(0,0%,100%,.08);border-radius:var(--radius);box-shadow:0 8px 32px rgba(0,0,0,.4);animation:cookie-slide-up .4s cubic-bezier(.34,1.56,.64,1) both}@keyframes cookie-slide-up{0%{opacity:0;transform:translateX(-50%) translateY(1.5rem)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.cookie-banner__content{display:flex;align-items:center;gap:1.25rem;padding:1.1rem 1.4rem}.cookie-banner__text{margin:0;font-size:.85rem;line-height:1.5;opacity:.88;flex:1}.cookie-banner__actions{display:flex;gap:.5rem;flex-shrink:0}.cookie-banner__btn{height:36px;padding:0 1.1rem;border-radius:999px;border:none;font-size:.82rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:opacity .15s ease}.cookie-banner__btn:hover{opacity:.85}.cookie-banner__btn--primary{background:var(--button-bg);color:#fff}.cookie-banner__btn--secondary{background:hsla(0,0%,100%,.12);color:#fff}@media (max-width:480px){.cookie-banner__content{flex-direction:column;align-items:flex-start}}.splash{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:var(--brand);pointer-events:none;transition:opacity .5s ease}.splash[data-phase=in]{opacity:0}.splash[data-phase=hold]{opacity:1}.splash[data-phase=out]{opacity:0}.splash__logo{width:144px;height:144px;object-fit:contain;transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .5s ease}.splash[data-phase=in] .splash__logo{transform:scale(.72);opacity:0}.splash[data-phase=hold] .splash__logo{transform:scale(1);opacity:1}.splash[data-phase=out] .splash__logo{transform:scale(1.08);opacity:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.shell{min-height:100vh}.container{width:min(var(--max-width),calc(100% - 3rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}.site-header--hero{background:transparent;border-bottom:1px solid transparent}.site-header--solid{backdrop-filter:blur(14px);background:hsla(0,0%,100%,.94);border-bottom:1px solid rgba(22,21,20,.08);box-shadow:0 10px 30px rgba(15,28,56,.06)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:76px}.site-logo{display:inline-flex;align-items:center}.site-logo__image{width:172px;aspect-ratio:326.12/77.66;display:block;background-color:#fff;-webkit-mask:url(/logo-white.svg) center/contain no-repeat;mask:url(/logo-white.svg) center/contain no-repeat;transition:background-color .28s ease,opacity .28s ease,transform .28s ease}.site-logo__image--dark{background-color:var(--foreground)}.site-logo:hover .site-logo__image{background-color:#047af5;transform:translateY(-1px)}.site-nav{display:flex;align-items:center;gap:1.8rem;flex-wrap:wrap}.site-nav__link{color:hsla(0,0%,100%,.82);font-size:.95rem;font-weight:500;transition:opacity .15s ease,color .15s ease}.site-header--solid .site-nav__link{color:var(--foreground-soft)}.site-nav__link--active,.site-nav__link:hover{color:inherit;opacity:1}.site-header__actions{display:flex;align-items:center;gap:.75rem}.site-header__cta{height:44px;padding:0 1.2rem;background:var(--button-bg);color:var(--button-color);font-weight:700}.site-header__cta,.theme-toggle{display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.theme-toggle{width:36px;height:36px;padding:0;border:1px solid transparent;background:transparent;color:var(--foreground);cursor:pointer;opacity:.88;transition:opacity .15s ease,background .15s ease,border-color .15s ease,color .15s ease;flex-shrink:0}.theme-toggle:hover{opacity:1}.theme-toggle:disabled{opacity:.55;cursor:default}.theme-toggle--solid{background:var(--surface);border-color:var(--border);color:var(--foreground)}.theme-toggle--overlay{color:#fff;background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.14)}[data-theme=dark] .theme-toggle--overlay{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.16)}.site-header__toggle{display:none;width:44px;height:44px;padding:0;border:0;background:transparent;cursor:pointer}.site-header__toggle span{display:block;width:24px;height:2px;margin:5px auto;border-radius:999px;background:#fff;transition:transform .2s ease,opacity .2s ease,background .2s ease}.site-header--solid .site-header__toggle span{background:var(--foreground)}.site-header__toggle.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.site-header__toggle.is-open span:nth-child(2){opacity:0}.site-header__toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-mobile-nav{position:fixed;inset:76px 0 0;z-index:45;background:hsla(0,0%,100%,.97);backdrop-filter:blur(10px);border-top:1px solid rgba(22,21,20,.08)}.site-mobile-nav__panel{min-height:calc(100vh - 76px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.4rem;padding:2rem}.site-mobile-nav__link{font-size:2rem;font-weight:800;letter-spacing:-.04em}.site-mobile-nav__cta{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 1.8rem;border-radius:999px;background:var(--brand);color:#fff;font-weight:700;margin-top:.5rem}.site-footer{background:var(--dark-bg);color:var(--dark-text)}.site-footer__wrap{padding:4rem 0 2rem}.site-footer__grid{display:grid;grid-template-columns:1.2fr repeat(4,minmax(0,1fr));gap:2rem;margin-bottom:3rem}.site-footer__brand{display:grid;gap:1rem}.site-footer__tagline{margin:0;color:hsla(0,0%,100%,.55);max-width:16rem;line-height:1.6}.site-footer__column h4{margin:0 0 1rem;font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.site-footer__column ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:0}.site-footer__bottom a,.site-footer__bottom p,.site-footer__column a{color:hsla(0,0%,100%,.62);transition:color .15s ease}.site-footer__column li a{display:block;padding:.55rem 0}.site-footer__bottom a:hover,.site-footer__column a:hover{color:#fff}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}.site-footer__bottom p{margin:0;font-size:.78rem}.site-footer__socials{display:flex;flex-wrap:wrap;gap:1rem}.site-footer__socials a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px}.hero{padding:4rem 0 2rem}.hero__panel{position:relative;display:grid;gap:2rem;padding:2rem;border-radius:32px;background:linear-gradient(135deg,var(--brand) 0,var(--dark-bg) 100%);color:#fff;box-shadow:0 30px 80px rgba(0,0,0,.25);overflow:hidden}.eyebrow{display:inline-block;margin-bottom:1rem;font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:hsla(0,0%,100%,.74)}.hero h1,.page-header h1{margin:0;line-height:.95;font-size:clamp(2.6rem,7vw,5.8rem);text-transform:uppercase;letter-spacing:-.04em}.card p,.hero p,.page-header p,.rich-text p{color:var(--foreground-soft);line-height:1.6}.hero .hero-copy p{color:hsla(0,0%,100%,.8);max-width:42rem}.artwork-card{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:16/9;background:var(--brand-strong);box-shadow:0 12px 40px rgba(15,36,50,.2)}.artwork-card--tall{aspect-ratio:4/3}.artwork-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.artwork-card:hover .artwork-card__image{transform:scale(1.03)}.artwork-card__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,36,50,.88) 0,rgba(15,36,50,.24) 55%,transparent)}.artwork-card__body{position:absolute;bottom:0;left:0;right:0;padding:1.25rem 1.4rem;color:#fff}.artwork-card__body .meta{color:hsla(0,0%,100%,.65)}.artwork-card__body h3{margin:.25rem 0 0;font-size:1.15rem;color:#fff}.artwork-card__body h2{margin:.25rem 0 0;font-size:clamp(1.4rem,2.5vw,2rem);letter-spacing:-.02em;color:#fff}.date-badge{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border-radius:10px;background:#fff;color:#0f1c38;line-height:1;flex-shrink:0;box-shadow:0 4px 14px rgba(15,28,56,.16);text-align:center}.date-badge__month{display:block;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#0f1c38}.date-badge__day{display:block;font-size:1.5rem;font-weight:800;line-height:1;color:#0f1c38}.card{padding:1.4rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:0 4px 16px rgba(15,28,56,.06);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.card--hover:hover,.card:has(a.card-link):hover{box-shadow:0 20px 50px rgba(22,21,20,.1);transform:translateY(-2px)}.card h3{margin:0 0 .6rem;font-size:1.15rem}.card--dark{background:var(--dark-surface);border-color:var(--dark-border);color:var(--dark-text)}.card--dark .muted,.card--dark p{color:var(--dark-text-soft)}.card--dark h2,.card--dark h3{color:var(--dark-text)}.card-media{margin:-1.4rem -1.4rem 1.1rem;aspect-ratio:16/9;overflow:hidden;background:var(--surface-muted)}.card-media img,.detail-hero-image img{width:100%;height:100%;object-fit:cover}.event-card{display:block;border-radius:var(--radius);overflow:hidden;background:var(--surface);border:1px solid var(--border);transition:transform .2s ease,box-shadow .2s ease;text-decoration:none}.event-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(15,28,56,.12)}.event-card__image{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--surface-muted)}.event-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.event-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.22rem .6rem;border-radius:4px;background:rgba(12,22,48,.78);backdrop-filter:blur(4px);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.event-card__body{padding:.9rem 1rem 1.1rem}.event-card__date{margin:0 0 .35rem;font-size:.75rem;font-weight:600;color:var(--foreground-soft);letter-spacing:.04em}.event-card__title{margin:0 0 .65rem;font-size:.975rem;font-weight:700;color:var(--foreground);line-height:1.35}.event-card__learn{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand)}.sermons-page-header{padding:5rem 0 3.5rem;background:var(--background);border-bottom:1px solid var(--border)}.sermons-page-header__inner{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}.sermons-page-header__copy{max-width:540px}.sermons-page-header__title{font-size:clamp(2.8rem,6vw,5rem);font-weight:800;letter-spacing:-.04em;line-height:1;margin:0 0 1.25rem;color:var(--foreground)}.sermons-page-header__desc{font-size:1.05rem;color:var(--foreground-soft);line-height:1.65;margin:0;max-width:440px}.sermons-page-header__image{width:220px;flex-shrink:0;border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12)}.sermons-page-header__image img{width:100%;height:auto;display:block;aspect-ratio:1;object-fit:cover}@media (max-width:640px){.sermons-page-header__inner{grid-template-columns:1fr}.sermons-page-header__image{display:none}}.sermons-tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:1.75rem}.sermons-tabs__tab{padding:.75rem 0;margin-right:2rem;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--foreground-soft);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .15s,border-color .15s}.sermons-tabs__tab--active{color:var(--foreground);border-bottom-color:var(--accent)}.sermons-tabs__tab:hover:not(.sermons-tabs__tab--active){color:var(--foreground)}.sermon-series-card{display:flex;flex-direction:column;border-radius:var(--radius);overflow:hidden;background:var(--surface);text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.sermon-series-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.sermon-series-card__image{aspect-ratio:1/1;overflow:hidden;background:var(--brand-strong);position:relative}.series-badge{position:absolute;bottom:.75rem;left:.75rem;padding:.3rem .65rem;font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;border-radius:3px;line-height:1;pointer-events:none}.series-badge--current{background:#fff;color:#111}.series-badge--upcoming{background:var(--accent);color:#fff}.sermon-series-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.sermon-series-card:hover .sermon-series-card__image img{transform:scale(1.04)}.sermon-series-card__image-fallback{width:100%;height:100%;background:linear-gradient(135deg,var(--brand-strong),var(--brand))}.sermon-series-card__body{padding:1rem 1.1rem 1.25rem}.sermon-series-card__body h3{margin:.25rem 0 .4rem;font-size:1.1rem;font-weight:700;letter-spacing:-.02em}.series-hero{position:relative;background:var(--brand-strong);overflow:hidden;margin-top:calc(-1 * var(--header-h));min-height:100vh;display:flex;flex-direction:column}.series-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.series-hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,20,40,.82),rgba(10,20,40,.55) 60%,rgba(10,20,40,.35));z-index:1}.series-hero__inner{position:relative;z-index:2;flex:1;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding-top:calc(var(--header-h) + 2rem);padding-bottom:3rem}.series-hero__back{margin-bottom:2.5rem}.series-hero__back a{color:hsla(0,0%,100%,.65);text-decoration:none;font-size:.85rem;font-weight:600;letter-spacing:.04em;transition:color .15s}.series-hero__back a:hover{color:#fff}.series-hero__content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;flex:1}.series-hero__copy{color:#fff}.series-hero__title{margin:0;font-size:clamp(2.2rem,5vw,4rem);font-weight:800;letter-spacing:-.04em;line-height:1.1;color:#fff}.series-hero__artwork{display:flex;justify-content:flex-end;align-items:center;height:min(65vh,612px);flex-shrink:0;overflow:hidden;border-radius:4px}.series-hero__artwork img{height:102%;width:auto;aspect-ratio:1/1;object-fit:cover;object-position:center;box-shadow:0 20px 60px rgba(0,0,0,.5)}.button--outline-white,.button.button--outline-white{background:transparent;color:#fff;border:1.5px solid hsla(0,0%,100%,.5)}.button--outline-white:hover,.button.button--outline-white:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.8)}.series-infobar{padding:8rem 0}.series-infobar__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.series-infobar__tagline{font-size:clamp(1.8rem,3vw,3rem);font-weight:700;color:var(--dark-text);max-width:28rem;margin:0;line-height:1.4}.series-infobar__stats{display:flex;flex-direction:column;gap:1.75rem;flex-shrink:0;align-items:flex-end}.series-infobar__stat{text-align:right}.series-infobar__stat-label{font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.4);margin:0 0 .3rem}.series-infobar__stat-value{font-size:1rem;font-weight:700;color:var(--dark-text);margin:0;line-height:1.4}.series-description{max-width:48rem}.series-description__text p{color:var(--foreground-soft);line-height:1.7;margin:0 0 1rem}.series-resource{padding:5rem 0}.series-resource__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.series-resource__image img{width:100%;border-radius:4px;box-shadow:0 12px 40px rgba(0,0,0,.12)}.series-resource__body h2{margin:.5rem 0 1rem;font-size:clamp(1.8rem,3vw,3rem)}.series-resource__body p{color:var(--foreground-soft);line-height:1.7}.sermon-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;cursor:pointer}.sermon-card:hover .sermon-card__image img{transform:scale(1.03)}.sermon-card__image{aspect-ratio:1/1;overflow:hidden;background:var(--brand-strong);border-radius:2px;position:relative}.sermon-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.sermon-card__image-fallback{width:100%;height:100%;background:linear-gradient(135deg,var(--brand-strong),var(--brand))}.sermon-card__body{padding:.75rem 0 .25rem}.sermon-card__meta{font-size:.68rem;font-weight:600;letter-spacing:.06em;color:var(--foreground-soft);margin:0 0 .35rem}.sermon-card__title{margin:0 0 .5rem;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;line-height:1.3}.sermon-card__speaker{font-size:.8rem;color:var(--foreground-soft);margin:0 0 .5rem}.sermon-card__view{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand)}.back-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;color:var(--foreground-soft);text-decoration:none;transition:color .2s}.back-link:hover{color:var(--brand)}.svp{padding-bottom:5rem}.svp__back{padding-top:1.25rem;padding-bottom:.5rem}.svp__hero{display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:center;padding-top:2rem;padding-bottom:3rem}.svp__hero-title{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.08;margin:0}.svp__hero-media{border-radius:12px;overflow:hidden;box-shadow:0 16px 56px rgba(0,0,0,.18)}.svp__cover-link{display:block;position:relative;line-height:0}.svp__cover-link:hover .svp__play-btn{transform:translate(-50%,-50%) scale(1.1)}.svp__cover-img{width:100%;height:auto;display:block;aspect-ratio:16/9;object-fit:cover}.svp__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;background:rgba(0,0,0,.6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;padding-left:4px;transition:transform .2s;backdrop-filter:blur(4px)}.svp__body{display:grid;grid-template-columns:1fr 320px;gap:4rem;align-items:start}.svp__broadcast{margin-bottom:2.5rem}.svp__broadcast-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.75rem}.svp__section-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;color:var(--foreground-soft);text-transform:uppercase}.svp__speaker{font-size:.9rem;font-weight:600;color:var(--foreground)}.svp__yt-embed{position:relative;aspect-ratio:16/9;border-radius:10px;overflow:hidden;background:#000}.svp__yt-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.discussion-guide{border-top:1px solid var(--border);padding-top:1.5rem}.discussion-guide__toggle{width:100%;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.discussion-guide__title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--foreground)}.discussion-guide__icon{font-size:1.75rem;font-weight:300;color:var(--foreground-soft);line-height:1;flex-shrink:0}.discussion-guide__divider{height:1px;background:var(--border);margin-bottom:1.25rem}.discussion-guide__body p{font-size:.95rem;line-height:1.7;color:var(--foreground-soft);margin-bottom:1rem}.svp__sidebar{position:sticky;top:calc(var(--header-h) + 1.5rem)}.svp__card{padding:1.5rem;border:1px solid var(--border);border-radius:12px}.svp__card-heading{font-size:1.05rem;font-weight:700;margin:0 0 1.25rem;color:var(--foreground)}.svp__card-subheading{font-size:.7rem;font-weight:700;letter-spacing:.1em;color:var(--foreground-soft);margin:0 0 1rem}.svp__detail-block{margin-bottom:1.25rem}.svp__detail-label{font-size:.68rem;font-weight:700;letter-spacing:.08em;color:var(--foreground-soft);margin:0 0 .3rem}.svp__detail-value--overview{font-size:.875rem;line-height:1.6;color:var(--foreground-soft);margin:0}.svp__detail-row{display:flex;align-items:baseline;gap:.75rem;padding:.5rem 0;border-top:1px solid var(--border);font-size:.875rem}.svp__detail-key{font-weight:600;color:var(--foreground);min-width:72px;flex-shrink:0}.svp__detail-val{color:var(--foreground-soft)}.svp__series-chip{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;transition:opacity .2s}.svp__series-chip:hover{opacity:.75}.svp__series-img{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.svp__series-name{font-size:.95rem;font-weight:600;color:var(--foreground)}.svp__copy-btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.5rem;background:var(--foreground);color:var(--background);border:none;border-radius:999px;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:opacity .2s}.svp__copy-btn:hover{opacity:.8}@media (max-width:860px){.series-hero__content{grid-template-columns:1fr}.series-hero__artwork{justify-content:center;order:-1;height:auto;width:min(260px,80%);aspect-ratio:1/1}.series-infobar__inner{flex-direction:column;align-items:flex-start}.series-infobar__stats{align-items:flex-start;gap:1.5rem}.series-infobar__stat{text-align:left}.series-resource__inner{grid-template-columns:1fr;gap:2rem}.svp__hero{gap:1.5rem;padding-top:1.5rem}.svp__body,.svp__hero{grid-template-columns:1fr}.svp__body{gap:2rem}.svp__sidebar{order:-1;position:static}}.filter-bar{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2.5rem}.filter-toolbar{display:flex;align-items:stretch;flex-wrap:wrap;gap:0;overflow:visible;margin-bottom:2rem;border:1px solid var(--border);border-radius:999px;background:var(--surface)}.filter-toolbar__search{display:flex;flex:1;align-items:center;min-width:16rem;padding:0 1.25rem;border-right:1px solid var(--border)}.filter-toolbar__search-icon{flex-shrink:0;margin-right:.5rem;color:var(--foreground-soft)}.filter-toolbar__search-input{width:100%;height:48px;border:0;outline:0;background:transparent;color:var(--foreground);font-size:.78rem;font-weight:700;letter-spacing:.1em}.filter-toolbar__search-input::placeholder{color:var(--foreground-soft)}.filter-toolbar__group{display:flex;align-items:stretch;border-right:1px solid var(--border)}.filter-toolbar__group:last-child{border-right:0}.filter-dropdown{position:relative}.filter-dropdown__trigger{display:inline-flex;align-items:center;gap:.4rem;min-height:48px;height:100%;padding:0 1.1rem;border:0;background:transparent;color:var(--foreground);cursor:pointer;white-space:nowrap;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.filter-dropdown__trigger--active{color:var(--brand)}.filter-dropdown__menu{position:absolute;top:calc(100% + 8px);left:0;z-index:20;min-width:10rem;overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--background);box-shadow:0 8px 32px rgba(15,28,56,.12)}.filter-dropdown__option{display:block;width:100%;padding:.6rem 1rem;border:0;background:transparent;color:var(--foreground);cursor:pointer;text-align:left;font-size:.85rem}.filter-dropdown__option--active{background:var(--surface);color:var(--brand);font-weight:700}.filter-results-bar{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-bottom:2rem}.filter-results-bar__count{font-size:.85rem;color:var(--foreground-soft)}.filter-results-bar__reset{display:inline-flex;align-items:center;gap:.35rem;border:0;background:transparent;color:var(--foreground-soft);cursor:pointer;font-size:.82rem;font-weight:700}.empty-state{padding:4rem 0;text-align:center}.section-stack-lg{margin-top:4rem}.filter-bar__row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.filter-bar__label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--foreground-soft);min-width:5rem;flex-shrink:0}.event-card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.event-card:hover .event-card__image img{transform:scale(1.04)}.card--event{display:flex;gap:1rem;align-items:flex-start}.card--event .card__content{flex:1;min-width:0}.cta-row{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1.5rem}.button,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.85rem 1.25rem;border:1px solid transparent;border-radius:999px;background:transparent;cursor:pointer;appearance:none;-webkit-appearance:none;font-family:inherit;font-size:.78rem;font-weight:700;letter-spacing:.1em;line-height:1;text-transform:uppercase;text-decoration:none;transition:opacity .15s ease}.button-secondary:hover,.button:hover{opacity:.88}.button{background:var(--button-bg);color:var(--button-color)}.card--dark .button,.hero__panel .button{background:var(--button-bg-dark);color:var(--button-color-dark)}.button-secondary{border:1px solid var(--button-secondary-border);color:var(--button-secondary-color)}.button-secondary--dark{border-color:var(--button-secondary-border-light);color:var(--button-secondary-color-light)}.page-section{padding:6rem 0}.page-section--home{padding:8rem 0}.page-hero{padding:5rem 0}.page-hero--muted{background:var(--surface)}.page-hero__inner{text-align:center}.page-hero__title{margin:0 0 1rem;font-size:clamp(2.4rem,6vw,4.5rem);font-weight:800;letter-spacing:-.04em;color:var(--foreground)}.page-hero__intro{max-width:36rem;margin:0 auto;font-size:1.1rem;color:var(--foreground-soft);line-height:1.6}.page-hero__actions{display:flex;justify-content:center;margin-top:2rem}.page-header,.section-intro{margin-bottom:2rem}.page-section h2,.rich-text h2,.section-intro h2{margin:0 0 .75rem;font-size:clamp(1.8rem,3vw,3rem);letter-spacing:-.03em}.section-intro__blurb{margin:.5rem 0 0;font-size:1rem;line-height:1.7;color:var(--foreground-soft);max-width:48rem}.section--dark{background:var(--dark-bg);color:var(--dark-text)}.section--dark .meta{color:hsla(0,0%,100%,.5)}.section--dark h2{color:var(--dark-text)}.section--dark p{color:var(--dark-text-soft)}.grid{display:grid;gap:1.25rem}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:2.5rem;row-gap:3rem}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:1.5rem;row-gap:2.5rem}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-stack{display:grid;gap:1.25rem}.detail-hero-image{aspect-ratio:16/7;overflow:hidden;border:1px solid var(--border);border-radius:calc(var(--radius) + 8px);background:var(--surface-muted);box-shadow:0 12px 30px rgba(22,21,20,.05)}.pill-row{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.pill{display:inline-flex;align-items:center;min-height:34px;padding:.4rem .8rem;border-radius:999px;background:rgba(24,53,74,.08);color:var(--brand);font-size:.9rem;font-weight:700;transition:background .15s ease,color .15s ease}.pill:hover{background:rgba(24,53,74,.14)}.pill--active{background:var(--brand);color:#fff}.filter-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.meta{color:var(--accent);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.muted{color:var(--foreground-soft)}.text-link{display:inline-flex;margin-top:1rem;color:var(--brand);font-weight:700}.sidebar-link{display:block;margin:0 0 .3rem;font-size:.875rem;color:var(--foreground);font-weight:500;text-decoration:underline;text-underline-offset:.18em;text-decoration-thickness:1px;transition:color .18s ease,text-decoration-color .18s ease,opacity .18s ease}.sidebar-link:hover{color:var(--button-bg);text-decoration-color:var(--button-bg)}.contact-card{display:grid;grid-template-columns:64px 1fr;gap:.9rem;align-items:center;margin-top:.55rem}.contact-card__image{width:64px;height:64px;border-radius:999px;object-fit:cover;background:var(--surface-muted)}.contact-card__image--placeholder{display:inline-flex;align-items:center;justify-content:center;color:var(--foreground-soft);font-weight:700;font-size:1rem}.contact-card__body{display:grid;gap:.18rem}.contact-card__name{margin:0;color:var(--foreground);font-size:1.05rem;font-weight:700;line-height:1.2}.contact-card__title{margin:0;color:var(--foreground-soft);font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.contact-card__email{display:inline-flex;align-items:center;gap:.45rem;margin-top:.15rem;color:var(--foreground);font-size:.875rem;text-decoration:none}.contact-card__email svg{flex-shrink:0}.contact-card__email:hover{color:var(--button-bg)}.rich-text h3{margin:1.5rem 0 .5rem;font-size:1.15rem}.rich-text ol,.rich-text ul{padding-left:1.4rem;color:var(--foreground-soft);line-height:1.6}.list{display:grid;gap:.85rem;padding-left:1.2rem}.marquee-strip{overflow:hidden;white-space:nowrap;padding:.75rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.marquee-strip__track{display:inline-flex;gap:2rem;animation:marquee 28s linear infinite}.marquee-strip__track:hover{animation-play-state:paused}.marquee-strip__item{display:inline-flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:600;color:var(--foreground-soft);white-space:nowrap}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hero--fullbleed{padding:0;margin-top:calc(-1 * var(--header-h))}.hero--fullbleed .hero__panel{min-height:100vh;border-radius:0;background:var(--brand-strong);padding:0;display:flex;justify-content:center;box-shadow:none}.hero__bg-image{width:100%;height:100%;object-fit:cover}.hero__bg-image,.hero__bg-video-wrap{position:absolute;inset:0;z-index:0;transition:opacity 1s ease}.hero__bg-video-wrap{overflow:hidden;pointer-events:none}.hero__bg-video{position:absolute;top:50%;left:50%;width:max(110%,195.56vh);height:max(61.875vw,110%);transform:translate(-50%,-55%);border:0;pointer-events:none}.hero__bg-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,22,48,.18) 0,rgba(12,22,48,.52) 50%,rgba(12,22,48,.88));z-index:1}.hero__scroll-hint{display:none}@keyframes hero-bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}.campus-strip-wrap{position:relative}.campus-strip-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;width:4rem;background:linear-gradient(to right,transparent,var(--background));pointer-events:none;z-index:1}.hero__content-shell{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:100%;min-height:100vh;padding:4rem 1.5rem}.hero--fullbleed .hero-copy{position:relative;width:100%;max-width:60rem;margin:0 auto;text-align:center}.hero--fullbleed .hero-copy h1{white-space:nowrap}.hero-copy__animated-title{text-transform:uppercase;letter-spacing:.05em}.hero-copy__animated-prefix,.hero-copy__animated-word{display:inline-block}.hero-copy__animated-word{transition:opacity .6s ease-in-out}.hero-copy__animated-word.fade-out{opacity:0}.hero--fullbleed .hero-copy p{max-width:38rem;margin:0 auto}.hero--fullbleed .cta-row{justify-content:center}.home-hero-sermon{position:absolute;right:1.5rem;bottom:2rem;z-index:3;display:grid;gap:.85rem;width:min(19rem,calc(100vw - 3rem));text-decoration:none}.home-hero-sermon__label{color:hsla(0,0%,100%,.92);font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.home-hero-sermon__card{aspect-ratio:16/9;border-radius:0;background:linear-gradient(135deg,rgba(28,57,89,.92),rgba(18,36,64,.92));box-shadow:0 18px 40px rgba(0,0,0,.28)}.hero-meta{font-size:.88rem;color:hsla(0,0%,100%,.55);margin-top:-.5rem;margin-bottom:1.25rem!important;letter-spacing:.02em}.campus-strip{display:flex;justify-content:center;gap:.75rem;padding:1.25rem 0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.campus-strip::-webkit-scrollbar{display:none}.campus-chip{gap:.75rem;padding:.75rem 1rem;border-radius:12px;border:1px solid var(--border);background:var(--surface)}.campus-chip,.campus-chip__icon{display:flex;align-items:center;flex-shrink:0}.campus-chip__icon{width:36px;height:36px;border-radius:50%;background:rgba(28,57,89,.08);justify-content:center;color:var(--brand)}.campus-chip__name{font-size:.82rem;font-weight:700;color:var(--foreground);white-space:nowrap}.campus-chip__times{font-size:.72rem;color:var(--foreground-soft);white-space:nowrap;margin-top:.15rem}.ministry-card{display:block;padding:1.6rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--background);transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;color:inherit}.ministry-card:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(15,28,56,.1)}.ministry-card__icon{width:48px;height:48px;border-radius:50%;background:rgba(28,57,89,.08);display:flex;align-items:center;justify-content:center;color:var(--brand);margin-bottom:1.1rem}.ministry-card h3{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:var(--foreground)}.ministry-card p{margin:0 0 1rem;font-size:.88rem;color:var(--foreground-soft);line-height:1.5}.event-card__image .date-badge{position:absolute;top:.75rem;left:.75rem;z-index:2}.section-intro--center{text-align:center}.section-intro--split{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.grid--center{align-items:center}.page-section--alt{background:var(--surface)}.visit-expect-section{padding:6rem 0}.section-frame{padding:8rem 0}.cta-banner{max-width:44rem;margin:0 auto;text-align:center}.cta-banner h2{margin:0 0 1rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;letter-spacing:-.03em}.cta-banner p:not(.meta){margin:0 0 2rem;font-size:1.1rem;line-height:1.6;color:var(--foreground-soft)}.cta-banner .cta-row{justify-content:center}.section--dark .cta-banner p:not(.meta){color:var(--dark-text-soft)}.section--dark .button{background:var(--button-bg-dark);color:var(--button-color-dark)}.artwork-play{position:absolute;inset:0}.artwork-play,.artwork-play__btn{display:flex;align-items:center;justify-content:center}.artwork-play__btn{width:64px;height:64px;border-radius:50%;background:hsla(0,0%,100%,.15);border:2px solid hsla(0,0%,100%,.4);color:#fff;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.artwork-card:hover .artwork-play__btn{transform:scale(1.08);background:hsla(0,0%,100%,.92);border-color:hsla(0,0%,100%,.92);color:var(--brand-strong)}@media (max-width:860px){.hero__panel{grid-template-columns:1fr}.section-intro--split{flex-direction:column;align-items:flex-start}.hero__content-shell{align-items:center;justify-content:center;padding-bottom:6rem}.hero--fullbleed .hero-copy h1{white-space:normal}.home-hero-sermon{display:none}.hero__bg-overlay{background:linear-gradient(180deg,rgba(12,22,48,.32) 0,rgba(12,22,48,.68) 50%,rgba(12,22,48,.92))}.hero__scroll-hint{display:flex;position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:3;color:hsla(0,0%,100%,.55);animation:hero-bounce 1.8s ease-in-out infinite}.campus-strip{justify-content:flex-start}.site-mobile-nav__cta{width:100%;max-width:20rem}.site-header__cta,.site-nav{display:none}.site-header__toggle{display:inline-block}.site-footer__grid{grid-template-columns:1fr 1fr}.site-footer__bottom{flex-direction:column;align-items:flex-start}.grid--2{grid-template-columns:1fr}.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}.page-section--home,.section-frame{padding:3.5rem 0}.filter-toolbar{border-radius:24px}.filter-toolbar__search{min-width:100%;border-right:0;border-bottom:1px solid var(--border)}.filter-results-bar{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.site-logo__image{width:144px}.site-footer__grid{grid-template-columns:1fr}.filter-toolbar__group{width:100%;border-right:0;border-bottom:1px solid var(--border)}.filter-toolbar__group:last-child{border-bottom:0}}@media (max-width:480px){.grid--3,.grid--4{grid-template-columns:1fr}.hero--fullbleed .cta-row{flex-direction:column;align-items:stretch}.page-section--home,.section-frame{padding:2.5rem 0}.home-hero-sermon{width:min(13rem,calc(100vw - 2rem))}}.visit-location-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border:1px solid var(--border);border-radius:12px;background:var(--background);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.visit-location-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.08);transform:translateY(-2px)}.visit-location-card__image{aspect-ratio:16/9;overflow:hidden;background:var(--surface)}.visit-location-card__image img{width:100%;height:100%;object-fit:cover;object-position:center}.visit-location-card__image-fallback{width:100%;height:100%;background:linear-gradient(135deg,var(--brand-strong),var(--brand))}.visit-location-card__body{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;flex:1}.visit-location-card__name{font-size:clamp(1.3rem,2vw,1.6rem);font-weight:700;letter-spacing:-.02em;margin:0 0 .25rem}.visit-location-card__row{display:flex;align-items:flex-start;gap:.75rem}.visit-location-card__row p{font-size:.9rem;line-height:1.5;margin:0;color:var(--foreground)}.visit-location-card__row strong{text-transform:uppercase;font-size:.78rem;letter-spacing:.06em}.visit-location-card__icon{width:1.1rem;height:1.1rem;flex-shrink:0;margin-top:.15rem;color:var(--foreground)}.visit-location-card__btn{display:inline-block;margin-top:.5rem;align-self:flex-start;padding:.55rem 1.4rem;border-radius:100px;background:var(--surface);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--foreground);transition:background .15s ease}.visit-location-card:hover .visit-location-card__btn{background:var(--border)}.sticky-feature---wrapper{display:flex;align-items:flex-start;margin-top:5rem}.sticky-feature---column{position:relative;flex:1}.sticky-feature---text-container{height:100vh;display:flex;align-items:center}.sticky-feature---text-inner{display:flex;flex-direction:column;gap:.75rem;max-width:34rem;padding-right:4rem}.sticky-feature---title{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;letter-spacing:-.02em;margin:0}.sticky-feature---body{font-size:1rem;line-height:1.7;color:var(--foreground-soft);margin:0}.sticky-feature---column._2{position:relative;flex:1;height:500vh}.sticky-feature---image-wrap{position:sticky;top:197px}.sticky-feature---image{width:100%;aspect-ratio:3/4;max-height:72vh;border-radius:8px;overflow:hidden;transition:opacity .18s ease}.sticky-feature---image img{width:100%;height:100%;object-fit:cover;object-position:center}.sticky-feature---image-fallback{width:100%;height:100%}.visit-cta-banner{background:#308bf5;padding:8rem 0;min-height:300px}.visit-cta-banner__inner{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;min-height:200px;gap:3rem}.visit-cta-banner__text{display:flex;flex-direction:column;gap:.75rem}.visit-cta-banner__title{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#fff;margin:0;line-height:1.15;letter-spacing:-.02em}.visit-cta-banner__sub{font-size:clamp(1.4rem,2.5vw,2.4rem);color:hsla(0,0%,100%,.7);margin:0;line-height:1.3}.visit-cta-banner__btn{background:#fff!important;color:#122540!important;white-space:nowrap}@media (max-width:860px){.sticky-feature---wrapper{flex-direction:column}.sticky-feature---column._2{display:none}.sticky-feature---text-container{height:auto;padding:3rem 0}.sticky-feature---text-inner{padding-right:0}}.location-info-bar{background:var(--brand);padding:4rem 0}.location-info-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:3rem}.location-info-bar__left{flex:1;min-width:0}.location-info-bar__tagline{font-size:clamp(1.25rem,2.2vw,1.75rem);font-weight:700;color:#fff;margin:0;line-height:1.45;max-width:32rem}.location-info-bar__stats{display:flex;flex-direction:column;gap:.75rem;align-items:flex-end;flex-shrink:0}.location-info-bar__stat{text-align:right}.location-info-bar__stat-label{font-size:.6rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.5);margin:0 0 .3rem}.location-info-bar__stat-value{font-size:.975rem;font-weight:700;color:#fff;margin:0}.location-info-bar__directions{margin-top:.5rem}.location-about-section,.location-events-section,.location-ministries-section{padding:6rem 0}.location-about__inner{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.location-about__eyebrow{display:block;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--brand);margin:0 0 .75rem}.location-about__title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;letter-spacing:-.035em;margin:0 0 1.25rem;color:var(--foreground);line-height:1.1}.location-about-section .location-about__title{font-size:clamp(1.1rem,1.8vw,1.4rem);font-weight:700;letter-spacing:-.01em;line-height:1.3}.location-about__text,.location-about__text p{font-size:.875rem;color:var(--foreground-soft);line-height:1.75;margin:0 0 1rem}.location-about__text--small{font-size:.875rem}.location-about__chips{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.25rem}.location-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:2rem;color:var(--foreground-soft);font-size:.8125rem;font-weight:500;letter-spacing:.01em;text-decoration:none}.location-chip,.location-chip--link{background:var(--surface-alt,#f4f4f4)}.location-chip--link{color:var(--accent,#1a1a1a);transition:background .15s}.location-chip--link:hover{background:var(--border,#e0e0e0)}.location-info-bar__phone-link{color:inherit;text-decoration:none}.location-info-bar__phone-link:hover{text-decoration:underline}.location-about__sidebar{border-left:1px solid var(--border);padding-left:3rem}.location-person-card{text-align:center;padding-top:1rem}.location-person-card__photo{width:180px;height:180px;border-radius:50%;overflow:hidden;margin:0 auto 1.25rem;background:var(--surface-muted)}.location-person-card__photo img{width:100%;height:100%;object-fit:cover}.location-person-card__photo--placeholder{display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:800;color:var(--brand);background:linear-gradient(135deg,var(--surface-muted),var(--surface))}.location-person-card__name{font-size:1.15rem;font-weight:700;margin:0 0 .3rem;color:var(--foreground)}.location-person-card__role{font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--foreground-soft);margin:0 0 .25rem}.location-person-card__email{display:inline-flex;align-items:center;gap:.3rem;margin-top:.65rem;font-size:.78rem;font-weight:600;color:var(--foreground);text-decoration:none;letter-spacing:.05em;text-transform:uppercase;word-break:break-all}.location-person-card__email:hover{color:var(--brand)}.location-sermon-section{padding:6rem 0;background:var(--foreground,#111);color:var(--background,#fff)}.location-sermon__inner{display:grid;grid-template-columns:2fr 3fr;gap:4rem;align-items:center}.location-sermon__inner .meta{color:var(--brand,#e05c2a)}.location-sermon__series{font-size:.78rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:hsla(0,0%,100%,.5);margin:.25rem 0 0}.location-sermon__title{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:800;letter-spacing:-.025em;line-height:1.2;margin:.35rem 0 .5rem;color:#fff}.location-sermon__speaker{font-size:.85rem;color:hsla(0,0%,100%,.55);margin:0 0 1.5rem}.location-sermon__thumb{position:relative;display:block;border-radius:6px;overflow:hidden;aspect-ratio:16/9;background:#1a1a1a;text-decoration:none}.location-sermon__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.location-sermon__thumb:hover img{transform:scale(1.03)}.location-sermon__thumb-fallback{width:100%;height:100%;background:linear-gradient(135deg,var(--brand-strong,#7c1f10),var(--brand,#e05c2a))}.location-sermon__play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.25);color:#fff;transition:background .2s}.location-sermon__thumb:hover .location-sermon__play{background:rgba(0,0,0,.45)}.location-sermon__play svg{width:52px;height:52px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}@media (max-width:860px){.location-sermon__inner{grid-template-columns:1fr;gap:2rem}.location-sermon__thumb{order:-1}}.location-faq-section{padding:5rem 0}.location-faq__inner{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.location-faq__header{position:sticky;top:6rem}.location-faq__list{display:flex;flex-direction:column}.location-faq__item{border-bottom:1px solid var(--border)}.location-faq__item:first-child{border-top:1px solid var(--border)}.location-faq__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;cursor:pointer;list-style:none;font-size:.9375rem;font-weight:600;color:var(--foreground);line-height:1.4;user-select:none}.location-faq__question::-webkit-details-marker{display:none}.location-faq__chevron{flex-shrink:0;color:var(--foreground-soft);transition:transform .2s ease}.location-faq__item[open] .location-faq__chevron{transform:rotate(180deg)}.location-faq__answer{padding:0 0 1.25rem}.location-faq__answer p{font-size:.875rem;color:var(--foreground-soft);line-height:1.75;margin:0}@media (max-width:768px){.location-faq__inner{grid-template-columns:1fr;gap:2rem}.location-faq__header{position:static}}.location-team-section{padding:6rem 0}.location-team__outer{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.location-team__header .meta{margin:0 0 .5rem}.location-team__header h2{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;letter-spacing:-.03em;margin:0 0 1rem}.location-team__header p{color:var(--foreground-soft);line-height:1.7;font-size:.95rem;margin:0}.location-team__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:2.5rem 1.5rem}.location-team__card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.location-team__photo{width:150px;height:150px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--surface);border:none}.location-team__photo img{width:100%;height:100%;object-fit:cover}.location-team__photo--placeholder{display:flex;align-items:center;justify-content:center;font-size:2.25rem;font-weight:700;color:var(--foreground-soft);background:var(--surface-raised,var(--surface))}.location-team__info{display:flex;flex-direction:column;align-items:center;gap:.2rem}.location-team__name{font-size:.95rem;font-weight:700;color:var(--foreground);margin:0;line-height:1.3}.location-team__role{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--foreground-soft);margin:0}.location-team__email{display:inline-flex;align-items:center;gap:.25rem;margin-top:.35rem;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--foreground);text-decoration:none}.location-team__email:hover{color:var(--brand)}@media (max-width:860px){.location-team__outer{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:600px){.location-team__grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1.75rem 1rem}}.location-events__list{display:flex;flex-direction:column}.location-event-row{display:flex;align-items:center;gap:1.25rem;padding:1.1rem .5rem 1.1rem 0;border-bottom:1px solid var(--border);text-decoration:none;color:inherit;border-radius:8px;transition:background .15s,padding-left .15s}.location-event-row:first-child{border-top:1px solid var(--border)}.location-event-row:hover{background:rgba(24,53,74,.04);padding-left:.75rem}.date-badge--recurring{background:var(--surface-muted);color:var(--foreground-soft)}.location-event-row__body{flex:1;min-width:0}.location-event-row__type{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--foreground-soft);margin:0 0 .3rem}.location-event-row__title{font-size:1rem;font-weight:700;margin:0;color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.location-ministry-tabs__nav{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.location-ministry-tabs__nav::-webkit-scrollbar{display:none}.location-ministry-tabs__panel{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.location-ministry-tabs__ministry-title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;letter-spacing:-.03em;margin:0 0 1rem;line-height:1.1;color:var(--foreground)}.location-ministry-tabs__desc{color:var(--foreground-soft);line-height:1.7;margin:0}.location-ministry-tabs__media{display:flex;justify-content:center}.location-ministry-tabs__image{width:100%;aspect-ratio:16/10;border-radius:var(--radius);overflow:hidden}.location-ministry-tabs__image img{width:100%;height:100%;object-fit:cover;display:block}.location-ministry-tabs__image--fallback{width:100%}@media (max-width:860px){.location-info-bar__inner{flex-direction:column;align-items:flex-start}.location-info-bar__stats{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:1.25rem 3rem}.location-info-bar__stat{text-align:left}.location-info-bar__directions{width:100%}.location-about__inner{grid-template-columns:1fr}.location-ministry-tabs__panel{grid-template-columns:1fr;gap:2rem}}.ministry-tagline-band{background-color:var(--ministry-color,var(--brand));color:#fff;padding:3rem 0 4rem}.ministry-tagline-band__eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:hsla(0,0%,100%,.7);margin:0 0 1rem}.ministry-tagline-band__tagline{font-size:clamp(1.25rem,2.4vw,1.9rem);font-weight:600;line-height:1.4;color:#fff;max-width:720px;margin:0}.ministry-about__inner{display:grid;grid-template-columns:1fr 2fr;gap:5rem;align-items:start}.ministry-about__heading h2{font-size:clamp(1.15rem,1.8vw,1.45rem);font-weight:700;letter-spacing:-.01em;line-height:1.25;margin:0;color:var(--foreground)}.ministry-about__text{font-size:.925rem;line-height:1.8;color:var(--foreground-soft);margin:0}.ministry-features-section{position:relative;padding-bottom:6rem;overflow:hidden}.ministry-features-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:calc(min(100vw - 4rem, 1280px) / 6 + 6rem);background:var(--surface);z-index:0}.ministry-features-section>.container{position:relative;z-index:1}.ministry-features__header{margin-bottom:2.5rem}.ministry-features__header h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;letter-spacing:-.03em;margin:0 0 1.25rem}.ministry-features__intro{font-size:clamp(.95rem,1.3vw,1.1rem);line-height:1.65;color:var(--foreground);font-weight:600;max-width:680px;margin:0}.ministry-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem 2.5rem;align-items:start}.ministry-feature-card{display:flex;flex-direction:column;gap:.6rem}.ministry-feature-card__title{font-size:.95rem;font-weight:700;color:var(--foreground);margin:0}.ministry-feature-card__body{font-size:.83rem;line-height:1.7;color:var(--foreground-soft);margin:0;flex:1}.ministry-feature-card__cta{display:inline-flex;align-items:center;margin-top:.5rem;font-size:.68rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--foreground);text-decoration:none;border:1.5px solid var(--foreground);padding:.4rem 1rem;border-radius:999px;align-self:flex-start;transition:background .15s,color .15s}.ministry-feature-card__cta:hover{background:var(--foreground);color:var(--background)}.ministry-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:0 2.5rem;margin-top:3rem}.ministry-gallery:before{content:"";display:block}.ministry-gallery__item{overflow:hidden;aspect-ratio:1/1}.ministry-gallery__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.ministry-gallery__item:hover img{transform:scale(1.04)}.ministry-events__heading{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;letter-spacing:-.03em;margin:0 0 2rem;color:var(--foreground)}.ministry-events__filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.ministry-events__filter-btn{background:transparent;border:1.5px solid rgba(0,0,0,.18);border-radius:999px;padding:.45rem 1.1rem;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted,#666);cursor:pointer;transition:border-color .15s,color .15s,background .15s}.ministry-events__filter-btn:hover{border-color:var(--foreground);color:var(--foreground)}.ministry-events__filter-btn.is-active{background:var(--foreground);border-color:var(--foreground);color:var(--background,#fff)}.ministry-events__empty{color:var(--muted,#888);font-size:.95rem;padding:2rem 0}.ministry-events__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem}.ministry-event-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;gap:0}.ministry-event-card__media{position:relative;overflow:hidden;aspect-ratio:16/9;background:var(--background-alt,#f0f0f0);flex-shrink:0}.ministry-event-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.ministry-event-card:hover .ministry-event-card__media img{transform:scale(1.04)}.ministry-event-card__media--fallback{width:100%;height:100%}.ministry-event-card__badge{position:absolute;bottom:.75rem;left:.75rem;background:#fff;color:var(--foreground);font-size:.62rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:.3rem .65rem;line-height:1}.ministry-event-card__body{display:flex;flex-direction:column;gap:.35rem;padding:.9rem 0 0}.ministry-event-card__meta{font-size:.72rem;font-weight:600;letter-spacing:.03em;color:var(--foreground-soft);margin:0;text-transform:uppercase}.ministry-event-card__title{font-size:.95rem;font-weight:700;color:var(--foreground);margin:0;line-height:1.35}.ministry-event-card__link{font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--foreground-soft);margin-top:.25rem;transition:color .15s}.ministry-event-card:hover .ministry-event-card__link{color:var(--foreground)}.ministry-congregations__heading{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.ministry-congregations__tabs{display:flex;flex-wrap:wrap;gap:0;border-bottom:2px solid rgba(0,0,0,.1);margin-bottom:2.5rem}.ministry-congregations__tab{background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;padding:.65rem 1.25rem;font-size:.8rem;font-weight:700;letter-spacing:.08em;color:var(--muted,#888);cursor:pointer;transition:color .15s,border-color .15s}.ministry-congregations__tab:hover{color:var(--foreground)}.ministry-congregations__tab.is-active{color:var(--foreground);border-bottom-color:var(--brand,#c00)}.ministry-congregations__panel{display:grid;grid-template-columns:1fr 1px 260px;gap:0 3rem;align-items:center}.ministry-congregations__divider{width:1px;align-self:stretch;background:rgba(0,0,0,.12)}.ministry-congregations__body{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}.ministry-congregations__title{font-size:1.4rem;font-weight:700;line-height:1.3;margin:0}.ministry-congregations__desc{font-size:1rem;line-height:1.7;color:var(--muted-foreground,#555);margin:0}.ministry-congregations__cta{width:fit-content}.ministry-congregations__leader{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;padding:1rem 0}.ministry-congregations__leader-photo{width:200px;height:200px;border-radius:50%;object-fit:cover;background:var(--background-alt,#e0e0e0);flex-shrink:0;margin-bottom:.75rem}.ministry-congregations__leader-photo--placeholder{background:var(--background-alt,#ddd)}.ministry-congregations__leader-name{font-size:1.15rem;font-weight:700;margin:0}.ministry-congregations__leader-title{font-size:.72rem;font-weight:600;letter-spacing:.08em;color:var(--muted,#888);margin:0}.ministry-congregations__leader-email{font-size:.85rem;font-weight:700;color:var(--foreground);text-decoration:none;margin-top:.35rem}.ministry-congregations__leader-email:hover{color:var(--brand,#c00)}@media (max-width:720px){.ministry-congregations__panel{grid-template-columns:1fr}.ministry-congregations__divider{display:none}.ministry-congregations__leader{flex-direction:row;text-align:left;gap:1.25rem}.ministry-congregations__leader-photo{width:80px;height:80px;flex-shrink:0}}.ministry-connect__inner{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.ministry-connect__heading{font-size:1.75rem;font-weight:700;margin:0}.ministry-connect__links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.ministry-connect__link{display:flex;align-items:center;gap:.6rem;font-size:1rem;font-weight:600;color:var(--foreground);text-decoration:none;padding:.65rem 1.25rem;border:1.5px solid rgba(0,0,0,.15);border-radius:6px;transition:border-color .15s,color .15s,background .15s}.ministry-connect__link:hover{border-color:var(--brand);color:var(--brand);background:rgba(0,0,0,.03)}.ministry-connect__link svg{flex-shrink:0}.ministry-connect__embed{width:100%;max-width:540px;margin:0 auto}.ministry-cta-banner{background-color:var(--ministry-color,var(--brand));color:#fff;padding:4rem 0}.ministry-cta-banner__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.ministry-cta-banner__text{flex:1;min-width:240px}.ministry-cta-banner__title{font-size:clamp(1.3rem,2.5vw,2rem);font-weight:800;letter-spacing:-.02em;line-height:1.2;color:#fff;margin:0 0 .5rem}.ministry-cta-banner__sub{font-size:.9rem;line-height:1.65;color:hsla(0,0%,100%,.8);margin:0}.ministry-cta-banner__btn{background:#fff!important;color:var(--ministry-color,var(--brand))!important;border:none!important;font-weight:700}.ministry-cta-banner__btn:hover{background:hsla(0,0%,100%,.88)!important}.ministry-cta-banner__secondary{color:hsla(0,0%,100%,.85)!important;border-color:hsla(0,0%,100%,.45)!important}.ministry-cta-banner__secondary:hover{color:#fff!important;border-color:#fff!important}@media (max-width:960px){.ministry-features__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.ministry-about__inner{grid-template-columns:1fr;gap:1.5rem}.ministry-features__grid{grid-template-columns:1fr;gap:2rem}.ministry-gallery{grid-template-columns:1fr 1fr;margin-top:2rem}.ministry-gallery:before{display:none}.ministry-events__grid{grid-template-columns:1fr}.ministry-cta-banner__inner{flex-direction:column;align-items:flex-start}}