@font-face{font-family:Montserrat Pilar;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/montserrat-400.woff2) format("woff2")}@font-face{font-family:Montserrat Pilar;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/montserrat-400-italic.woff2) format("woff2")}@font-face{font-family:Montserrat Pilar;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/montserrat-700.woff2) format("woff2")}@font-face{font-family:Montserrat Pilar;font-style:italic;font-weight:700;font-display:swap;src:url(/fonts/montserrat-700-italic.woff2) format("woff2")}@font-face{font-family:Playfair Pilar;font-style:normal;font-weight:400 900;font-display:swap;src:url(/fonts/playfair-display.woff2) format("woff2")}@font-face{font-family:Playfair Pilar;font-style:italic;font-weight:400 900;font-display:swap;src:url(/fonts/playfair-display-italic.woff2) format("woff2")}:root{color-scheme:light;--cream:#f0ece9;--navy:#142534;--rust:#a4580c;--sage:#aeb592;--teal:#1d434b;--mist:#f3f8f0;--white:#ffffff;--font-sans:"Montserrat Pilar",Montserrat,sans-serif;--font-editorial:"Playfair Pilar",Georgia,serif;--background:var(--cream);--surface:var(--white);--surface-alt:var(--mist);--surface-strong:var(--navy);--text:var(--navy);--text-soft:#53616e;--text-on-dark:var(--cream);--line:rgba(20,37,52,0.18);--focus:var(--rust);--accent:var(--rust);--max-content:1200px;--max-navigation:1264px;--radius-sm:8px;--radius-lg:16px;--shadow-soft:0 16px 48px rgba(20,37,52,0.08);--ease-editorial:cubic-bezier(0.16,1,0.3,1);--ease-gentle:cubic-bezier(0.25,1,0.5,1);--ease-spring:cubic-bezier(0.34,1.35,0.64,1);--duration-fast:240ms;--duration-card:500ms;--duration-reveal:1100ms;--duration-editorial:1150ms}:root[data-theme=dark]{color-scheme:dark;--background:var(--navy);--surface:var(--teal);--surface-alt:#183840;--surface-strong:#10202d;--text:var(--cream);--text-soft:rgba(240,236,233,0.76);--text-on-dark:var(--cream);--line:rgba(240,236,233,0.2);--focus:var(--sage);--accent:var(--sage);--shadow-soft:0 16px 48px rgba(0,0,0,0.18)}*,:after,:before{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.65;text-rendering:optimizeLegibility;transition:background-color .18s ease,color .18s ease}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.22em}img{max-width:100%}button,input,textarea{color:inherit;font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}:focus-visible{border-color:var(--focus);outline:none}:where(button,input,textarea,select,summary):focus-visible{border-color:var(--focus)!important}:where(input,textarea,select):focus-visible{border-color:var(--teal)!important}:where(input,textarea,select):focus{border-color:var(--teal)!important;outline:none}:root[data-theme=dark] :where(input,textarea,select):focus,:root[data-theme=dark] :where(input,textarea,select):focus-visible{border-color:var(--sage)!important}a:focus-visible{color:var(--focus);text-decoration-color:currentColor;text-decoration-line:underline;text-decoration-thickness:2px;text-underline-offset:4px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;padding:0;margin:-1px;border:0;clip:rect(0,0,0,0);white-space:nowrap}.container{width:min(calc(100% - 32px),var(--max-content));margin-inline:auto}.brand-dark,:root[data-theme=dark] .brand-light{display:none}:root[data-theme=dark] .brand-dark{display:block}.site-header{position:sticky;top:0;z-index:50;height:64px;border-bottom:1px solid var(--line);background:var(--cream);transition:background-color .18s ease,border-color .18s ease}:root[data-theme=dark] .site-header{border-color:rgba(240,236,233,.2);background:var(--navy)}.nav-shell{position:relative;display:grid;width:min(calc(100% - 32px),var(--max-navigation));height:64px;min-height:64px;align-items:center;padding:0;border:0;border-radius:0;box-shadow:none;grid-template-columns:auto 1fr auto auto}.nav-shell,:root[data-theme=dark] .nav-shell{background:transparent}.brand{display:inline-flex;width:fit-content;height:48px;align-items:center;justify-self:start}.brand img{width:auto;height:36px}.desktop-nav{display:none}.header-actions{display:flex;align-items:center;gap:16px;grid-column:3;justify-self:end}.search-link{display:grid;width:32px;height:32px;text-decoration:none;place-items:center}.search-link-icon{position:relative;display:block;width:18px;height:18px;border:3px solid var(--navy);border-radius:50%}.search-link-icon:after{position:absolute;right:-7px;bottom:-5px;width:8px;height:3px;border-radius:3px;background:var(--navy);content:"";transform:rotate(45deg)}:root[data-theme=dark] .search-link-icon{border-color:var(--white)}:root[data-theme=dark] .search-link-icon:after{background:var(--white)}.desktop-search-action{display:none}.mobile-menu{display:block;grid-column:4;margin-left:8px}.mobile-menu-trigger{display:grid;width:44px;height:44px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;place-content:center;gap:6px}.mobile-menu-trigger span{display:block;width:24px;height:2px;border-radius:2px;background:var(--navy)}:root[data-theme=dark] .mobile-menu-trigger span{background:var(--white)}body.mobile-menu-open{overflow:hidden}.mobile-menu-drawer{position:fixed;inset:0;width:100%;max-width:none;height:100%;max-height:none;padding:0;margin:0;overflow:hidden;border:0;background:transparent;color:var(--text)}.mobile-menu-drawer::backdrop{background:rgba(10,22,31,.58);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.mobile-menu-panel{position:absolute;top:0;right:0;bottom:0;display:grid;width:min(88vw,380px);padding:max(24px,env(safe-area-inset-top)) 24px max(24px,env(safe-area-inset-bottom));border-left:1px solid var(--line);background:var(--cream);box-shadow:-24px 0 64px rgba(10,22,31,.18);align-content:start;grid-template-rows:auto 1fr auto;transform-origin:right center;will-change:clip-path,transform}:root[data-theme=dark] .mobile-menu-panel{background:linear-gradient(180deg,var(--teal),var(--navy) 68%)}.mobile-menu-heading{display:flex;min-height:56px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.mobile-menu-heading p{margin:0;color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.mobile-menu-search{padding-top:24px;align-self:end}.mobile-menu-search .search-link{display:flex;width:100%;min-height:48px;align-items:center;justify-content:flex-start;gap:16px;padding:8px 16px;border:1px solid var(--navy);border-radius:var(--radius-sm);background:transparent;color:var(--navy);font:inherit;font-size:14px;font-weight:700}.mobile-menu-search .search-link-icon{order:2;margin-left:auto}:root[data-theme=dark] .mobile-menu-search .search-link{border-color:var(--cream);background:transparent;color:var(--cream)}.search-link-label{line-height:1}.mobile-menu-close{position:relative;width:44px;height:44px;padding:0;border:1px solid var(--line);border-radius:50%;background:transparent;color:inherit;cursor:pointer}.mobile-menu-close span:after,.mobile-menu-close span:before{position:absolute;top:50%;left:50%;width:18px;height:1.5px;border-radius:2px;background:currentColor;content:""}.mobile-menu-close span:before{transform:translate(-50%,-50%) rotate(45deg)}.mobile-menu-close span:after{transform:translate(-50%,-50%) rotate(-45deg)}.mobile-menu nav{display:grid;align-content:start;padding-top:24px}.mobile-menu nav a{display:flex;min-height:60px;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--line);font-size:22px;font-weight:600;text-decoration:none}.mobile-menu nav a span{color:var(--accent);font-size:18px;transition:transform .16s ease}.mobile-menu nav a.active,.mobile-menu nav a:hover{color:var(--rust)}.mobile-menu nav a.active span,.mobile-menu nav a:hover span{transform:translateX(4px)}:root[data-theme=dark] .mobile-menu nav a.active,:root[data-theme=dark] .mobile-menu nav a:hover{color:var(--sage)}@media (prefers-reduced-motion:no-preference){.mobile-menu-drawer[open]::backdrop{animation:mobile-menu-backdrop-enter .3s ease-out both}.mobile-menu-drawer[open] .mobile-menu-panel{animation:mobile-menu-enter .36s cubic-bezier(.16,1,.3,1) both}.mobile-menu-drawer.is-closing::backdrop{animation:mobile-menu-backdrop-exit .38s ease-in-out both}.mobile-menu-drawer.is-closing .mobile-menu-panel{animation:mobile-menu-exit .4s cubic-bezier(.4,0,.2,1) both}}@keyframes mobile-menu-enter{0%{clip-path:inset(0 0 0 100%);transform:translate3d(24px,0,0)}to{clip-path:inset(0);transform:translateZ(0)}}@keyframes mobile-menu-exit{0%{clip-path:inset(0);transform:translateZ(0)}to{clip-path:inset(0 0 0 100%);transform:translate3d(24px,0,0)}}@keyframes mobile-menu-backdrop-enter{0%{background:rgba(10,22,31,0);-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{background:rgba(10,22,31,.58);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}}@keyframes mobile-menu-backdrop-exit{0%{background:rgba(10,22,31,.58);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}to{background:rgba(10,22,31,0);-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}.eyebrow{margin:0 0 16px;color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:break-word}h1,h2,h3{overflow-wrap:normal;text-wrap:balance}h1 em,h2 em,h3 em{font-family:var(--font-editorial);font-weight:400}.hero{overflow:hidden;padding:24px 0 0;background:var(--background)}.hero-grid{display:grid;gap:24px}.article-hero h1,.hero-copy h1,.page-hero h1,.status-page h1{max-width:15ch;margin:0;font-size:clamp(42px,12vw,64px);font-weight:400;letter-spacing:-.045em;line-height:1.02}.hero-copy{text-align:center}.hero-copy h1 em{font-size:1em;font-style:italic}.hero-copy h1 span{display:block}.hero-copy h1{max-width:980px;margin-inline:auto;font-size:clamp(20px,5.4vw,44px);letter-spacing:-.035em;line-height:1.18}.lead{max-width:60ch;margin:24px 0 0;color:var(--text-soft);font-size:18px;line-height:1.65}.button-row{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:12px 24px;border:1px solid var(--navy);border-radius:var(--radius-sm);background:var(--navy);color:var(--white);cursor:pointer;font-size:15px;font-weight:700;text-decoration:none;transition:background-color var(--duration-fast) var(--ease-gentle),border-color var(--duration-fast) var(--ease-gentle),color var(--duration-fast) var(--ease-gentle),transform var(--duration-fast) var(--ease-editorial),box-shadow var(--duration-fast) var(--ease-editorial)}.button:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(20,37,52,.08)}.button:active{transform:translateY(0)}.button.secondary{background:transparent;color:var(--navy)}:root[data-theme=dark] .button{border-color:var(--cream);background:var(--cream);color:var(--navy)}:root[data-theme=dark] .button.secondary{background:transparent;color:var(--cream)}.button:disabled{cursor:wait;opacity:.6;transform:none}.hero-media{position:relative;aspect-ratio:2.08/1;min-height:0;overflow:hidden;border-radius:var(--radius-lg);background:var(--teal)}.hero-media img{object-fit:cover}@keyframes hero-enter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero .button-row{justify-content:center;margin-top:16px}.hero .button{min-width:144px;font-style:italic}.principles-section{padding:16px 0 24px;background:var(--background)}.principles-section+.home-about-section{padding-top:32px}.principle-card,.principles-grid{display:grid;gap:16px}.principle-card{min-height:120px;align-items:center;padding:24px;border-radius:var(--radius-lg);grid-template-columns:56px minmax(0,1fr);transition:transform var(--duration-card) var(--ease-editorial),box-shadow var(--duration-card) var(--ease-editorial)}@media (hover:hover){.principle-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.principle-card:hover .principle-icon{transform:scale(1.04)}}.principle-card h2{margin:0;font-size:clamp(18px,5.5vw,36px);line-height:1.05}.principle-card h2 em,.principle-card h2 strong{display:block;white-space:nowrap}.principle-card h2 em{font-family:var(--font-editorial);font-weight:400}.principle-card h2 strong{margin-top:8px;font-size:.94em;font-weight:700}.principle-icon{display:block;width:56px;height:56px;background:currentColor;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:150%;mask-size:150%;transition:transform var(--duration-fast) var(--ease-editorial)}.principle-centrality{background:var(--navy);color:var(--white)}.principle-centrality .principle-icon{-webkit-mask-image:url(/images/wix/home/centralidad.png);mask-image:url(/images/wix/home/centralidad.png)}.principle-community{background:var(--rust);color:var(--white)}.principle-community .principle-icon{-webkit-mask-image:url(/images/wix/home/comunidad.png);mask-image:url(/images/wix/home/comunidad.png)}.principle-mission{background:var(--teal);color:var(--white)}.principle-mission .principle-icon{-webkit-mask-image:url(/images/wix/home/mision.png);mask-image:url(/images/wix/home/mision.png)}:root[data-theme=dark] .principle-centrality{background:#1a3142}.section{padding:56px 0}.teachings-intro{background:var(--surface)}.section-heading{margin-bottom:48px}.split-heading{display:grid;gap:24px}.contact-section h2,.empty-state h2,.section-heading h2,.static-contact h2,.subsection-heading h2,.subsection-heading h3{max-width:20ch;margin:0;font-size:clamp(32px,8vw,48px);font-weight:400;letter-spacing:-.035em;line-height:1.08}.split-heading>p{margin:0;color:var(--text-soft)}.subsection-heading{margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid var(--line)}.subsection-heading h2,.subsection-heading h3{font-size:clamp(28px,7vw,40px)}.subsection-heading.with-link{display:flex;align-items:flex-start;flex-direction:column;gap:16px}.subsection-heading.with-link a,.text-link{color:inherit;font-size:14px;font-weight:700;text-decoration:none}.subsection-heading.with-link a:hover,.text-link:hover{text-decoration:underline}.collection-grid{display:grid;gap:24px}.collection-card{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);color:inherit;text-decoration:none;transition:transform var(--duration-card) var(--ease-editorial),box-shadow var(--duration-card) var(--ease-editorial),border-color var(--duration-fast) var(--ease-gentle)}.collection-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(20,37,52,.08);border-color:var(--accent)}.collection-image{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--teal)}.collection-image img{object-fit:cover;transition:transform .6s var(--ease-editorial)}.collection-card:hover .collection-image img{transform:scale(1.035)}.collection-card-copy{display:flex;min-height:248px;align-items:flex-start;background:var(--white);color:var(--navy);flex-direction:column;padding:32px}.collection-card h2{margin:0;font-size:clamp(28px,7vw,40px);font-weight:700;letter-spacing:-.035em;line-height:1.05}.collection-card-copy>p:not(.eyebrow){margin:24px 0;color:#53616e}.collection-card-copy .text-link{margin-top:auto}.collection-card.compact .collection-card-copy{min-height:0;padding:20px 24px}.collection-card.compact .text-link{margin-top:0}.recent-section{background:var(--background)}.teaching-grid,.teaching-list{display:grid;gap:24px}.teaching-card{position:relative;display:flex;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);flex-direction:column;transition:border-color .2s ease}.teaching-card:hover{border-color:rgba(20,37,52,.45)}.teaching-card-image{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--teal)}.teaching-card-image img{object-fit:cover;transition:transform .3s ease}.teaching-card:hover .teaching-card-image img{transform:scale(1.025)}.teaching-card-copy{display:flex;min-height:340px;flex:1 1;flex-direction:column;padding:24px;background:var(--white)}:root[data-theme=dark] .teaching-card,:root[data-theme=dark] .teaching-card-copy{background:var(--cream);color:var(--navy)}:root[data-theme=dark] .teaching-card .tag-row a,:root[data-theme=dark] .teaching-card-byline-author,:root[data-theme=dark] .teaching-card-byline-meta,:root[data-theme=dark] .teaching-card-excerpt{color:#53616e}:root[data-theme=dark] .teaching-card .tag-row a{border-color:rgba(20,37,52,.18)}.tag-row{display:flex;flex-wrap:wrap;gap:8px}.tag-row span{padding:4px 8px;border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--text-soft);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.teaching-card .tag-row{gap:6px}.teaching-card-footer .tag-row{min-width:0;flex:1 1;margin-top:0}.teaching-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.teaching-card-byline{display:flex;min-width:0;flex:1 1;align-items:center;gap:10px}.teaching-card-byline-photo{display:block;width:28px;height:28px;overflow:hidden;border-radius:999px;flex-shrink:0}.teaching-card-byline-photo img{width:100%;height:100%;object-fit:cover}.teaching-card-byline-copy{display:flex;min-width:0;flex-direction:column;gap:1px}.teaching-card-byline-author{display:block;color:var(--text-soft);font-size:12px;font-weight:600;line-height:1.2}.teaching-card-byline-meta{margin:0;color:var(--text-soft);font-size:11px;font-weight:400;line-height:1.2}.teaching-card .tag-row a{position:relative;z-index:2;display:inline-flex;align-items:center;padding:4px 8px;border:1px solid var(--line);border-radius:999px;color:var(--text-soft);font-size:10px;font-weight:700;letter-spacing:.04em;text-decoration:none;text-transform:uppercase}.teaching-card .tag-row a:hover{border-color:rgba(20,37,52,.18);background:var(--cream);color:var(--navy)}.teaching-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:12px}.teaching-card-actions,.teaching-card-stats{display:flex;flex-shrink:0;align-items:center;gap:14px;margin-left:auto}.teaching-card-actions{position:relative;z-index:2}.teaching-card-stat{display:inline-flex;align-items:center;gap:5px;color:var(--text-soft);font-size:12px;font-weight:400;line-height:1}.teaching-card-stat svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75}.teaching-card-favorite,.teaching-card-share{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:pointer}.teaching-card-share{color:var(--text-soft)}.teaching-card-share svg{width:14px;height:14px;transition:transform .2s ease,color .2s ease}.teaching-card-favorite svg,.teaching-card-share svg{stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75}.teaching-card-favorite svg{width:18px;height:18px;transition:transform .2s ease,fill .2s ease,color .2s ease}.teaching-card-share:focus-visible,.teaching-card-share:hover{color:var(--navy)}.teaching-card-share:focus-visible svg,.teaching-card-share:hover svg{transform:scale(1.08)}.teaching-card-favorite{color:#c45c5c}.teaching-card-favorite:focus-visible svg,.teaching-card-favorite:hover svg{fill:currentColor;transform:scale(1.08)}.teaching-card h3{margin:0 0 8px;font-size:clamp(22px,6vw,28px);font-weight:700;letter-spacing:-.025em;line-height:1.18}.teaching-card-date{display:block;margin:0 0 8px;color:var(--text-soft);font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.teaching-card h3 a{color:var(--navy);text-decoration:none}.teaching-card-stretched-link:after{content:"";position:absolute;inset:0;z-index:1}.teaching-card-series{margin:0 0 8px;color:var(--text-soft);font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.teaching-card-excerpt{margin:0;color:var(--text-soft);display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}.card-meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:auto;padding-top:24px;color:var(--text-soft);font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.home-about-section{position:relative;overflow:hidden;padding-bottom:64px;background:linear-gradient(180deg,var(--cream),var(--surface-alt))}.home-about-section+.contact-section{padding-top:48px}:root[data-theme=dark] .home-about-section{background:linear-gradient(180deg,var(--background),var(--surface-alt))}.home-about-shell{position:relative;display:grid;justify-items:center;gap:32px}.home-about-intro{max-width:42ch;margin:0;order:1;font-size:clamp(24px,6vw,40px);letter-spacing:-.025em;line-height:1.2;text-align:center}.home-about-intro em{font-family:var(--font-editorial);font-weight:400}.home-about-gallery{display:flex;width:calc(100% + 32px);margin-inline:-16px;padding-inline:20px;scroll-padding-inline:20px;order:3;overflow-x:auto;padding-bottom:8px;gap:16px;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.home-about-gallery:after{content:"";flex:0 0 4px}.home-about-gallery::-webkit-scrollbar{display:none}@media (max-width:979px){.home-about-gallery.has-scroll-hint .home-about-photo{animation:home-gallery-peek 1.15s cubic-bezier(.25,1,.5,1) both}}@media (prefers-reduced-motion:reduce){.home-about-gallery.has-scroll-hint .home-about-photo{animation:none!important}}@keyframes home-gallery-peek{0%{transform:translateX(0)}32%{transform:translateX(-42px)}58%{transform:translateX(-42px)}84%{transform:translateX(4px)}to{transform:translateX(0)}}.home-about-photo{position:relative;flex:0 0 76%;overflow:hidden;width:100%;border-radius:var(--radius-sm);aspect-ratio:3/4;scroll-snap-align:start}.home-about-photo img{object-fit:cover}.home-about-action{min-width:min(100%,240px);order:2;text-align:center}.section.home-communities-section{padding:56px 0;border-top:1px solid var(--line);background:var(--surface-alt)}.home-communities-shell{display:grid;gap:40px}.home-communities-intro{max-width:680px}.home-communities-intro h2{max-width:18ch;margin:0;font-size:clamp(32px,8vw,56px);font-weight:400;letter-spacing:-.035em;line-height:1.08}.home-communities-intro .lead{margin-top:16px}.home-communities-grid{display:grid;gap:24px}.home-community-card{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);color:var(--navy);grid-template-columns:minmax(96px,1fr) minmax(0,2fr);text-decoration:none;transition:border-color var(--duration-fast) var(--ease-gentle),box-shadow var(--duration-card) var(--ease-editorial),transform var(--duration-card) var(--ease-editorial)}.home-community-image{position:relative;min-height:208px;overflow:hidden;aspect-ratio:auto}.home-community-image img{object-fit:cover;transition:transform .65s var(--ease-editorial)}.home-community-copy{display:grid;min-height:208px;align-content:start;padding:16px}.home-community-copy .eyebrow{color:var(--rust)}.home-community-copy h3{margin:0;font-size:clamp(22px,6vw,28px);letter-spacing:-.035em;line-height:1.08;white-space:nowrap}.home-community-action{align-self:end;margin-top:24px;color:var(--teal);font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:4px;transition:color var(--duration-fast) var(--ease-gentle),transform var(--duration-fast) var(--ease-editorial)}.home-communities-cta{min-height:40px;padding:9px 18px;font-size:14px}@media (hover:hover){.home-community-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 14px 32px rgba(20,37,52,.08)}.home-community-card:hover .home-community-image img{transform:scale(1.045)}.home-community-card:hover .home-community-action{color:var(--rust);transform:translateX(4px)}}.home-content-section{overflow:hidden;background:var(--navy);color:var(--cream)}.home-content-shell{display:grid;gap:48px}.home-content-intro{max-width:760px}.home-content-intro .eyebrow{color:var(--sage)}.home-content-intro h2{max-width:18ch;margin:0;font-size:clamp(32px,8vw,56px);font-weight:400;letter-spacing:-.035em;line-height:1.08}.home-content-group{display:grid;min-width:0;gap:24px}.home-resources-group{margin-bottom:-56px;padding:44px 0 40px;border-radius:0;background:var(--teal);box-shadow:0 0 0 100vmax var(--teal);clip-path:inset(0 -100vmax);color:var(--white)}.home-resources-group .home-content-heading{border-bottom-color:rgba(255,255,255,.36)}.home-resources-group .home-content-action{color:var(--white)}.home-resources-group .home-content-action:hover{color:var(--cream)}.home-resources-group .home-content-empty{padding:0;border:0;border-radius:0;background:transparent;color:rgba(255,255,255,.82)}:root[data-theme=dark] .home-resources-group{background:var(--teal);box-shadow:0 0 0 100vmax var(--teal)}.home-content-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid rgba(240,236,233,.24)}.home-content-heading h3{margin:0;font-size:clamp(24px,6vw,32px);font-weight:700;letter-spacing:-.025em;line-height:1.15}.home-content-action{display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;padding:4px 0;color:var(--sage);font-size:13px;font-weight:700;text-decoration:none;transition:color var(--duration-fast) var(--ease-gentle),transform var(--duration-fast) var(--ease-editorial)}.home-content-action:after{content:"→";display:inline-block;transition:transform var(--duration-fast) var(--ease-editorial)}.home-content-action:hover{color:var(--cream);text-decoration:none}.home-content-action:hover:after{transform:translateX(3px)}.home-latest-teaching{display:grid;overflow:hidden;height:100%;grid-template-rows:auto 1fr;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);color:var(--navy);text-decoration:none;transition:transform var(--duration-card) var(--ease-editorial),box-shadow var(--duration-card) var(--ease-editorial),border-color var(--duration-fast) var(--ease-gentle)}.home-teachings-layout{display:grid;align-items:stretch;gap:24px}.home-latest-image{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:var(--teal)}.home-latest-badge{position:absolute;z-index:1;top:12px;left:12px;padding:6px 10px;border-radius:999px;background:var(--cream);color:var(--navy);font-size:10px;font-weight:700;letter-spacing:.04em;line-height:1}.home-latest-image img{object-fit:cover;transition:transform .65s var(--ease-editorial)}.home-latest-teaching:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft);border-color:rgba(240,236,233,.4)}.home-latest-teaching:hover .home-latest-image img{transform:scale(1.035)}.home-latest-copy{display:flex;min-height:320px;flex-direction:column;padding:32px}.home-latest-copy h3{margin:0;font-size:clamp(28px,7vw,40px);letter-spacing:-.035em;line-height:1.05}.home-latest-copy p:not(.eyebrow){margin:24px 0;color:#53616e}.home-latest-copy .card-meta{margin-top:auto;color:#53616e}.home-series-grid{--series-card-width:82%;position:relative;display:flex;min-width:0;width:calc(100% + 32px);margin-inline:-16px;margin-top:-12px;padding-top:12px;padding-inline:16px;scroll-padding-inline:16px;overflow-x:auto;gap:16px;padding-bottom:16px;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.home-series-grid::-webkit-scrollbar{display:none}.home-series-grid:after{content:"";flex:0 0 4px}@media (max-width:979px){.home-series-grid.has-scroll-hint .home-series-card{animation:home-series-peek 1.15s cubic-bezier(.25,1,.5,1) both}}@media (prefers-reduced-motion:reduce){.home-series-grid.has-scroll-hint .home-series-card{animation:none!important}}@keyframes home-series-peek{0%{transform:translateX(0)}32%{transform:translateX(-42px)}58%{transform:translateX(-42px)}84%{transform:translateX(4px)}to{transform:translateX(0)}}.home-series-card{position:relative;display:block;flex:0 0 var(--series-card-width);overflow:hidden;aspect-ratio:16/9;border:1px solid rgba(240,236,233,.24);border-radius:var(--radius-lg);background:var(--teal);scroll-snap-align:start;transition:transform var(--duration-card) var(--ease-editorial),box-shadow var(--duration-card) var(--ease-editorial),border-color var(--duration-fast) var(--ease-gentle)}.home-series-card img{object-fit:cover;transition:transform .6s var(--ease-editorial)}.home-series-card:hover{transform:translateY(-3px);border-color:rgba(240,236,233,.5);box-shadow:0 12px 28px rgba(0,0,0,.25)}.home-series-card:hover img{transform:scale(1.04)}.home-resource-card{display:flex;min-height:304px;flex-direction:column;padding:32px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);color:var(--navy);transition:transform var(--duration-card) var(--ease-editorial),border-color var(--duration-fast) var(--ease-gentle),box-shadow var(--duration-card) var(--ease-editorial)}.home-resource-card:hover{transform:translateY(-3px);border-color:rgba(240,236,233,.4);box-shadow:var(--shadow-soft)}.home-resource-card h3{font-size:clamp(24px,6vw,30px)}.home-resource-card .eyebrow{color:var(--rust)}.home-resource-card .card-meta,.home-resource-card>p:not(.eyebrow){color:#53616e}.home-content-empty{margin:0;padding:32px;border:1px solid rgba(240,236,233,.24);border-radius:var(--radius-lg);color:rgba(240,236,233,.76)}.contact-section{background:linear-gradient(180deg,var(--surface-alt),var(--background))}.contact-section,.home-content-section+.contact-section{padding-top:40px;padding-bottom:48px}.upcoming-events-section{background:var(--surface-alt)}.upcoming-events-shell{display:grid;gap:28px}.upcoming-events-heading{max-width:620px}.upcoming-events-heading h2{margin:0}.upcoming-events-grid{display:grid;gap:20px}.upcoming-events-grid--1{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.upcoming-events-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.upcoming-events-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.upcoming-events-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.upcoming-event-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);transition:transform var(--duration-card) var(--ease-editorial),box-shadow var(--duration-card) var(--ease-editorial),border-color var(--duration-fast) var(--ease-gentle)}.upcoming-event-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(20,37,52,.08);border-color:var(--accent)}.upcoming-events-grid--1 .upcoming-event-card{display:contents}.upcoming-events-grid--1 .upcoming-event-card.is-without-image{display:block;grid-column:1/-1}.upcoming-event-image{position:relative;min-height:230px;overflow:hidden;background:var(--sage)}.upcoming-events-grid--1 .upcoming-event-image{min-height:360px;border-radius:var(--radius-lg) 0 0 var(--radius-lg)}.upcoming-event-image img{object-fit:cover;transition:transform .6s var(--ease-editorial)}.upcoming-event-card:hover .upcoming-event-image img{transform:scale(1.035)}.upcoming-event-copy{display:flex;min-height:230px;flex-direction:column;align-items:flex-start;padding:26px}.upcoming-events-grid--1 .upcoming-event-copy{min-height:360px;justify-content:center;border:1px solid var(--line);border-left:0;border-radius:0 var(--radius-lg) var(--radius-lg) 0;background:var(--white)}.upcoming-events-grid--1 .upcoming-event-card.is-without-image .upcoming-event-copy{border:0;border-radius:var(--radius-lg)}.upcoming-event-date{color:var(--rust);font-size:13px;font-weight:700;letter-spacing:.04em}.upcoming-event-copy h3{margin:10px 0;color:var(--navy);font-size:clamp(22px,2.2vw,32px);line-height:1.08}.upcoming-event-copy>p{margin:0;color:#53616e;line-height:1.55}.upcoming-event-location{margin-top:14px!important}.upcoming-event-action{margin-top:auto}:root[data-theme=dark] .upcoming-events-section{background:var(--teal)}:root[data-theme=dark] .upcoming-event-card,:root[data-theme=dark] .upcoming-events-grid--1 .upcoming-event-copy{background:var(--navy)}:root[data-theme=dark] .upcoming-event-copy h3{color:var(--cream)}:root[data-theme=dark] .upcoming-event-copy>p{color:rgba(240,236,233,.78)}@media (max-width:980px){.upcoming-events-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.upcoming-events-grid,.upcoming-events-grid--1,.upcoming-events-grid--2,.upcoming-events-grid--3,.upcoming-events-grid--4{grid-template-columns:1fr}.upcoming-events-grid--1 .upcoming-event-card{display:block}.upcoming-events-grid--1 .upcoming-event-image{min-height:250px;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.upcoming-events-grid--1 .upcoming-event-copy{min-height:0;border:0;border-radius:0 0 var(--radius-lg) var(--radius-lg)}}:root[data-theme=dark] .contact-section{background:var(--navy)}.contact-grid,.static-contact{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface)}.contact-grid h2,.static-contact h2{font-size:clamp(40px,4vw,52px)}.contact-grid>div:first-child,.static-contact>div:first-child{display:flex;min-height:440px;justify-content:flex-start;flex-direction:column;padding:40px 32px;background:linear-gradient(180deg,var(--sage) 0,var(--sage) 32%,rgba(174,181,146,.92) 52%,rgba(174,181,146,.42) 100%),url(/images/wix/visit/comunidad.webp) bottom /cover no-repeat;color:var(--navy)}.contact-grid>div:first-child .eyebrow,.static-contact>div:first-child .eyebrow{color:var(--teal)}.contact-grid>div:first-child .lead,.static-contact>div:first-child>p:last-child{margin-top:24px;color:var(--navy)}.contact-grid .contact-form,.static-contact .contact-form{padding:40px 32px}:root[data-theme=dark] .contact-grid>div:first-child,:root[data-theme=dark] .static-contact>div:first-child{background:linear-gradient(180deg,var(--sage) 0,var(--sage) 32%,rgba(174,181,146,.92) 52%,rgba(20,37,52,.55) 100%),url(/images/wix/visit/comunidad.webp) bottom /cover no-repeat;color:var(--navy)}:root[data-theme=dark] .contact-grid>div:first-child .eyebrow,:root[data-theme=dark] .static-contact>div:first-child .eyebrow{color:var(--teal)}:root[data-theme=dark] .contact-grid>div:first-child .lead,:root[data-theme=dark] .static-contact>div:first-child>p:last-child{color:var(--navy)}:root[data-theme=dark] .contact-grid,:root[data-theme=dark] .static-contact{border:none;background:var(--navy)}:root[data-theme=dark] .contact-grid .contact-form,:root[data-theme=dark] .static-contact .contact-form{background:var(--teal);color:var(--cream)}.contact-form{align-content:start}.contact-form,.form-grid{display:grid;gap:16px}.form-field-full{grid-column:1/-1}.contact-form label{display:grid;gap:8px}.contact-form label>span,.filter-bar>label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.contact-form input,.contact-form select,.contact-form textarea,.filter-bar input{width:100%;border:1px solid rgba(20,37,52,.34);border-radius:var(--radius-sm);background:var(--cream);color:var(--navy);transition:border-color .16s ease}.contact-form input:focus-visible,.contact-form select:focus-visible,.contact-form textarea:focus-visible{outline:none;border-color:var(--focus)}:root[data-theme=dark] .contact-form input,:root[data-theme=dark] .contact-form select,:root[data-theme=dark] .contact-form textarea{border-color:transparent;background:var(--white);color:var(--navy)}:root[data-theme=dark] .contact-form .button{border-color:var(--navy);background:var(--navy);color:var(--white)}:root[data-theme=dark] .filter-bar input{border-color:rgba(240,236,233,.34);background:var(--navy);color:var(--cream)}.contact-form input,.contact-form select{min-height:48px;padding:0 16px}.contact-form textarea{min-height:120px;padding:16px;resize:vertical}.contact-form .button{width:fit-content}.honey{position:absolute!important;left:-9999px!important;opacity:0!important}.form-status{min-height:0;margin:0;font-weight:700}.section.home-scripture-section{padding:32px 0 40px;background:var(--background)}.home-scripture-card{position:relative;display:grid;min-height:360px;place-items:center;overflow:hidden;margin:0;border-radius:var(--radius-lg);isolation:isolate;background-color:#142534}.home-scripture-card img{position:absolute!important;inset:0!important;z-index:1!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 25%!important}.home-scripture-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,rgba(20,37,52,.15),rgba(20,37,52,.45) 45%,rgba(20,37,52,.8));pointer-events:none}[data-parallax] img{transform:translateY(var(--parallax-y,0)) scale(1.18);will-change:transform}[data-reveal]{opacity:0;transform:translateY(16px);transition:opacity var(--duration-reveal) var(--ease-editorial),transform var(--duration-reveal) var(--ease-editorial);will-change:opacity,transform}[data-reveal].is-revealed{opacity:1;transform:translateY(0)}[data-reveal=fade]{transform:none;transition:opacity var(--duration-reveal) var(--ease-editorial)}[data-reveal=fade].is-revealed{opacity:1}[data-reveal-delay="100"]{transition-delay:.1s}[data-reveal-delay="180"]{transition-delay:.18s}[data-reveal-delay="260"]{transition-delay:.26s}[data-reveal-delay="340"]{transition-delay:.34s}[data-reveal-delay="420"]{transition-delay:.42s}@media (hover:hover){.home-latest-teaching:hover{box-shadow:var(--shadow-soft)}}@media (prefers-reduced-motion:no-preference){.hero .button-row,.hero-copy h1,.hero-media{animation:hero-enter var(--duration-editorial) var(--ease-editorial) both}.hero-copy h1{animation-delay:0s}.hero .button-row{animation-delay:.14s}.hero-media{animation-delay:.24s}}@media (prefers-reduced-motion:reduce){[data-parallax] img,[data-reveal=fade],[data-reveal]{transform:none!important;transition:none!important}[data-reveal=fade],[data-reveal]{opacity:1!important}}.search-link{padding:0;border:0;background:transparent;color:inherit;cursor:pointer}body.search-overlay-open{overflow:hidden}.search-overlay{width:100%;max-width:none;height:100%;max-height:none;padding:0;border:0;background:transparent;color:var(--text)}.search-overlay::backdrop{background:rgba(8,20,29,.76);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.search-overlay-panel{display:flex;width:min(calc(100% - 32px),760px);max-height:calc(100svh - 32px);flex-direction:column;margin:16px auto;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--background);box-shadow:0 28px 80px rgba(8,20,29,.32)}.search-overlay-heading{display:flex;align-items:flex-start;justify-content:space-between;padding:24px 24px 20px;gap:24px}.search-overlay-heading .eyebrow{margin:0 0 8px}.search-overlay-heading h2{margin:0;font-size:clamp(27px,5vw,40px);font-weight:400;letter-spacing:-.04em;line-height:1.06}.search-overlay-close{position:relative;width:40px;height:40px;flex:0 0 40px;border:1px solid var(--line);border-radius:50%;background:transparent;cursor:pointer}.search-overlay-close span:after,.search-overlay-close span:before{position:absolute;top:19px;left:11px;width:18px;height:1px;background:currentColor;content:""}.search-overlay-close span:before{transform:rotate(45deg)}.search-overlay-close span:after{transform:rotate(-45deg)}.search-overlay-form{padding:0 24px 24px}.search-overlay-form>label,.search-page-form>label{display:block;margin-bottom:8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.search-overlay-field,.search-page-form>div{display:grid;grid-template-columns:minmax(0,1fr) auto}.search-overlay-field input,.search-page-form input{width:100%;min-height:52px;padding:12px 16px;border:1px solid rgba(20,37,52,.34);border-right:0;border-radius:var(--radius-sm) 0 0 var(--radius-sm);background:var(--cream);color:var(--navy)}.search-overlay-field input::placeholder,.search-page-form input::placeholder{color:var(--text-soft)}:root[data-theme=dark] .search-overlay-field input,:root[data-theme=dark] .search-page-form input{border-color:rgba(240,236,233,.24);background:var(--navy);color:var(--cream)}:root[data-theme=dark] .search-overlay-field input::placeholder,:root[data-theme=dark] .search-page-form input::placeholder{color:rgba(240,236,233,.62)}.search-overlay-field .button,.search-page-form .button{min-height:52px;border-radius:0 var(--radius-sm) var(--radius-sm) 0}.search-overlay-field .button:focus-visible,.search-overlay-field .button:hover,.search-page-form .button:focus-visible,.search-page-form .button:hover{transform:none}.search-overlay-field .button:after,.search-page-form .button:after{max-width:0;opacity:0;overflow:hidden;content:"→";white-space:nowrap;transition:max-width .18s ease,opacity .18s ease,margin-left .18s ease}.search-overlay-field .button:focus-visible:after,.search-overlay-field .button:hover:after,.search-page-form .button:focus-visible:after,.search-page-form .button:hover:after{max-width:1em;margin-left:6px;opacity:1}.search-overlay-content{min-height:128px;overflow-y:auto;border-top:1px solid var(--line)}.search-overlay-content:has(.search-overlay-start){min-height:0}.search-overlay-start,.search-overlay-status{padding:24px}.search-overlay-start>div{display:flex;flex-wrap:wrap;gap:8px}.search-overlay-start a{padding:8px 12px;border:1px solid var(--line);border-radius:999px;color:inherit;font-size:13px;font-weight:700;text-decoration:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.search-overlay-start a:focus-visible,.search-overlay-start a:hover{border-color:var(--teal);background:var(--teal);color:var(--cream)}.search-overlay-status{margin:0;color:var(--text-soft)}.search-suggestions section{display:grid;grid-template-columns:136px minmax(0,1fr);border-bottom:1px solid var(--line)}.search-suggestions section>p{margin:0;padding:18px 12px 18px 24px;color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.search-suggestions section>div{min-width:0}.search-suggestions a{display:flex;min-height:64px;justify-content:center;flex-direction:column;padding:12px 24px;border-left:1px solid var(--line);color:inherit;text-decoration:none}.search-suggestions a+a{border-top:1px solid var(--line)}.search-suggestions a.active,.search-suggestions a:hover{background:color-mix(in srgb,var(--sage) 18%,transparent);color:var(--text)}.search-suggestions a.active small,.search-suggestions a:hover small{color:var(--text-soft)}.search-suggestions a>span{font-weight:700}.search-suggestions a small,.search-suggestions a>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-suggestions a small{display:flex;align-items:center;gap:8px;margin-top:4px;color:var(--text-soft);font-size:12px}.search-suggestion-meta span{overflow:hidden;text-overflow:ellipsis}.search-suggestion-meta span+span:before{content:"·";margin-right:8px}.search-overlay-all{display:flex;min-height:56px;align-items:center;justify-content:space-between;padding:14px 24px;border-top:1px solid var(--line);color:inherit;font-size:13px;font-weight:700;text-decoration:none;transition:background-color .16s ease,color .16s ease}.search-overlay-all:focus-visible,.search-overlay-all:hover{background:color-mix(in srgb,var(--sage) 18%,transparent);color:var(--text)}.search-page-header{padding:clamp(56px,7vw,88px) 0;border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--surface-alt),var(--background))}.search-page-heading{max-width:920px}.search-page-heading>.eyebrow{margin:0 0 14px}.search-page-heading h1{max-width:820px;margin:0;font-size:clamp(40px,7vw,72px);font-weight:400;letter-spacing:-.055em;line-height:.98}.search-page-heading>p:not(.eyebrow){margin:20px 0 32px;color:var(--text-soft);font-size:clamp(17px,2vw,21px)}.search-page-form{max-width:760px}.search-page-section{min-height:420px}.search-results-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.search-results-heading .eyebrow{margin:0 0 8px}.search-empty-state h2,.search-results-heading h2,.search-start-grid h2{margin:0;font-size:clamp(28px,4vw,44px);font-weight:400;letter-spacing:-.04em;line-height:1.08}.search-results-heading h2 span{font-family:var(--font-editorial);font-style:italic}.search-filters{display:flex;flex-wrap:wrap;margin-bottom:32px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:0}.search-filters a{padding:13px 16px;border-bottom:2px solid transparent;color:var(--text-soft);font-size:13px;font-weight:700;text-decoration:none}.search-filters a.active,.search-filters a:hover{border-bottom-color:var(--accent);color:var(--text)}.search-filters a span{margin-left:4px;color:var(--accent);font-size:11px}.search-results-list{border-top:1px solid var(--line)}.search-results-list article{border-bottom:1px solid var(--line)}.search-results-list article>a{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;padding:24px 0;color:inherit;text-decoration:none;gap:24px}.search-results-list article>a:hover h3{color:var(--accent)}.search-results-list .eyebrow{margin:0 0 7px}.search-results-list h3{margin:0;font-size:clamp(21px,3vw,29px);line-height:1.12}.search-results-list h3+p{display:-webkit-box;max-width:68ch;margin:9px 0 0;overflow:hidden;color:var(--text-soft);line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.search-result-meta{display:flex;align-items:center;color:var(--text-soft);font-size:12px;font-weight:700;gap:20px}.search-result-meta b{color:var(--accent);font-size:22px}.search-empty-state{max-width:680px;padding:40px 0}.search-empty-state p{margin:16px 0 24px;color:var(--text-soft);line-height:1.6}.search-start-grid{display:grid;gap:40px}.search-start-grid .eyebrow{margin:0 0 8px}.search-start-links{border-top:1px solid var(--line)}.search-start-links a{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-bottom:1px solid var(--line);color:inherit;font-size:clamp(18px,3vw,24px);text-decoration:none}.search-start-links a:hover{color:var(--accent)}@media (min-width:720px){.search-overlay-panel{max-height:calc(100svh - 96px);margin:48px auto}.search-overlay-heading{padding:30px 32px 22px}.search-overlay-form{padding:0 32px 28px}.search-overlay-all{padding-inline:32px}.search-start-grid{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr)}}@media (max-width:560px){.search-overlay-panel{width:100%;height:100svh;max-height:none;margin:0;border:0;border-radius:0}.search-overlay-field,.search-page-form>div{grid-template-columns:minmax(0,1fr);gap:8px}.search-overlay-field input,.search-page-form input{border-right:1px solid var(--line);border-radius:var(--radius-sm)}.search-overlay-field .button,.search-page-form .button{border-radius:var(--radius-sm)}.search-suggestions section{display:block}.search-suggestions section>p{padding:14px 20px 8px}.search-suggestions a{min-height:60px;padding-inline:20px;border-left:0}.search-results-list article>a{grid-template-columns:1fr}.search-result-meta{justify-content:space-between}}.home-scripture-quote{position:relative;z-index:3;display:grid;width:100%;max-width:840px;margin:0;padding:24px 20px;color:var(--white);gap:16px}.home-scripture-quote p{margin:0;font-size:clamp(20px,2.5vw,22px);letter-spacing:-.025em;line-height:1.2}.home-scripture-quote strong{font-weight:700}.home-scripture-quote cite{justify-self:end;font-family:var(--font-sans);font-size:clamp(18px,2.2vw,20px);font-style:italic}.site-footer{padding:48px 0 28px;border-top:1px solid var(--line);background:var(--background);color:var(--text)}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px 20px;padding-bottom:32px}.footer-identity{grid-column:1/-1;display:flex;flex-direction:column;align-items:flex-start}.footer-brand{display:inline-flex;width:fit-content;height:34px;margin-bottom:12px}.footer-brand img{width:auto;height:30px}.footer-meeting-details{margin-bottom:10px}.footer-meeting-time{margin:0 0 2px;font-size:13px;font-weight:500;color:var(--text)}.footer-meeting-address{margin:0;font-size:12px;font-weight:400;line-height:1.45;color:var(--text-soft)}.footer-meeting-city{display:block;font-size:11.5px;color:var(--text-soft);opacity:.85}.footer-meeting-actions{display:flex;flex-wrap:wrap;gap:8px 16px}.footer-action-link,.footer-external-link{display:inline-flex;align-items:center;gap:4px;font-size:12.5px;font-weight:500;color:var(--text-soft);text-decoration:none;transition:color var(--duration-fast) var(--ease-editorial)}.footer-action-link:hover,.footer-external-link:hover{color:var(--text);text-decoration:none}:root[data-theme=dark] .footer-action-link:hover,:root[data-theme=dark] .footer-external-link:hover{color:#ffffff}.footer-arrow{display:inline-block;font-size:12px;transition:transform var(--duration-fast) var(--ease-editorial)}.footer-external-link:hover .footer-arrow{transform:translate(2px,-2px)}.footer-action-link:hover .footer-arrow{transform:translateX(3px)}.footer-socials{display:flex;align-items:center;gap:10px;margin-top:14px}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-sm);color:var(--text-soft);text-decoration:none;transition:color var(--duration-fast) var(--ease-editorial),background var(--duration-fast) var(--ease-editorial),transform var(--duration-fast) var(--ease-editorial)}.footer-social-link:hover{color:#ffffff;background:var(--navy);transform:translateY(-1px)}:root[data-theme=dark] .footer-social-link:hover{color:#ffffff;background:rgba(255,255,255,.12)}.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.footer-column-title{margin:0 0 8px;font-size:10.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-soft)}.footer-links a{display:inline-block;padding-block:1px;font-size:13px;font-weight:400;color:var(--text-soft);text-decoration:none;white-space:nowrap;transition:color var(--duration-fast) var(--ease-editorial)}.footer-links a:hover{color:var(--text);text-decoration:none}:root[data-theme=dark] .footer-links a:hover{color:#ffffff}.footer-newsletter{grid-column:1/-1;display:flex;flex-direction:column;align-items:flex-start;padding-top:16px;border-top:1px solid var(--line)}.footer-newsletter-desc{margin:0 0 10px;font-size:11px;font-weight:400;line-height:1.45;color:var(--text-soft);max-width:100%;width:100%;opacity:.9}.footer-newsletter-form{width:100%;max-width:280px}.footer-newsletter-row{display:flex;align-items:center;gap:6px;width:100%}.footer-newsletter-input{flex:1 1;min-width:0;height:34px;padding:6px 10px;border:1px solid var(--line);border-radius:var(--radius-sm);background:transparent;color:var(--text);font-family:inherit;font-size:12px;font-weight:400;outline:none;transition:border-color var(--duration-fast) var(--ease-editorial)}.footer-newsletter-input:focus{border-color:var(--text)}.footer-newsletter-input::placeholder{color:var(--text-soft);opacity:.75}.footer-newsletter-btn{height:34px;padding:0 12px;border:none;border-radius:var(--radius-sm);background:var(--navy);color:var(--cream);font-family:inherit;font-size:11.5px;font-weight:600;letter-spacing:.02em;cursor:pointer;white-space:nowrap;transition:opacity var(--duration-fast) var(--ease-editorial)}.footer-newsletter-btn:hover:not(:disabled){opacity:.88}.footer-newsletter-btn:disabled{opacity:.5;cursor:not-allowed}:root[data-theme=dark] .footer-newsletter-btn{background:var(--teal);color:var(--cream)}.footer-newsletter-status{margin:6px 0 0;font-size:11.5px;font-weight:500}.footer-newsletter-status.is-success{color:#2b7a4b}:root[data-theme=dark] .footer-newsletter-status.is-success{color:var(--sage)}.footer-newsletter-status.is-error{color:var(--rust)}.footer-bottom{display:flex;align-items:flex-start;justify-content:space-between;padding-top:20px;border-top:1px solid var(--line);color:var(--text-soft);font-size:11.5px;flex-direction:column;gap:20px}.footer-bottom-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px 12px}.footer-bullet{opacity:.35}.theme-toggle{display:inline-flex;height:32px;align-items:center;padding:0;border:0;background:transparent;color:var(--text);cursor:pointer;font-size:12px;font-weight:700;gap:12px}.footer-preferences{display:flex;align-items:flex-start;flex-direction:column;gap:24px}.language-switcher{position:relative}.footer-language{display:inline-flex;min-height:40px;align-items:center;padding:8px 12px;border:1px solid var(--line);border-radius:var(--radius-sm);background:transparent;color:var(--text);cursor:pointer;font-family:inherit;text-decoration:none;gap:10px}.footer-language strong{color:var(--text);font-size:13px}.footer-language:focus-visible,.footer-language:hover,.footer-language[aria-expanded=true]{border-color:var(--accent);color:var(--accent)}.language-chevron{width:8px;height:8px;border-top:1.5px solid;border-left:1.5px solid;transform:translateY(2px) rotate(45deg);transition:transform .16s ease}.footer-language[aria-expanded=true] .language-chevron{transform:translateY(-2px) rotate(225deg)}.language-menu{position:absolute;z-index:5;right:0;bottom:calc(100% + 8px);display:grid;min-width:144px;overflow:hidden;padding:8px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow-soft)}.language-menu a{padding:10px 12px;border-radius:6px;color:var(--text);font-size:13px;font-weight:700;text-decoration:none}.language-menu a:focus-visible,.language-menu a:hover{background:var(--surface-alt);color:var(--accent)}.language-menu a[aria-current=page]{color:var(--accent)}.theme-toggle i{position:relative;display:block;width:48px;height:28px;border:1px solid rgba(20,37,52,.42);border-radius:16px;background:var(--cream)}.theme-toggle i b{position:absolute;top:4px;left:4px;display:block;width:18px;height:18px;border-radius:50%;background:var(--navy);transition:transform .16s ease}:root[data-theme=dark] .theme-toggle i{border-color:var(--sage);background:var(--teal)}:root[data-theme=dark] .theme-toggle i b{background:var(--cream);transform:translateX(20px)}.article-hero,.page-hero{position:relative;overflow:hidden;padding:80px 0;background:linear-gradient(180deg,var(--surface-alt),var(--background));color:var(--text)}.page-hero:after{position:absolute;right:-160px;bottom:-220px;width:400px;height:400px;border:1px solid var(--line);border-radius:50%;content:""}.page-hero-grid{position:relative;z-index:1}.static-hero .page-hero-grid{display:grid;align-items:center;gap:48px}.static-hero-image{position:relative;aspect-ratio:4/3;min-height:320px;overflow:hidden;border-radius:var(--radius-lg);background:var(--teal)}.static-hero-image img{object-fit:cover}.back-link,.page-hero .lead{color:var(--text-soft)}.back-link{display:inline-block;margin-bottom:48px;font-size:13px;font-weight:700;text-decoration:none}.back-link:hover{text-decoration:underline}.collection-hero{position:relative;overflow:hidden;padding:48px 0 56px;border-bottom:1px solid var(--line)}.collection-hero,:root[data-theme=dark] .collection-hero{background:linear-gradient(180deg,var(--surface-alt) 0,var(--background) 100%);color:var(--text)}.collection-hero-grid{display:grid;align-items:center;gap:clamp(32px,5vw,56px)}@media (min-width:900px){.collection-hero-grid{grid-template-columns:minmax(0,1.25fr) minmax(320px,.95fr)}}.collection-breadcrumbs{margin-bottom:20px}.collection-hero-kicker-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:16px}.collection-kind-pill{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;background:var(--navy);color:var(--cream);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}:root[data-theme=dark] .collection-kind-pill{background:var(--sage);color:var(--navy)}.collection-count-pill{display:inline-flex;align-items:center;padding:4px 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text-soft);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.collection-hero-title{margin:0 0 16px;font-size:clamp(34px,5.5vw,56px);font-weight:400;letter-spacing:-.04em;line-height:1.05}.collection-hero-lead{max-width:62ch;margin:0 0 28px;color:var(--text-soft);font-size:clamp(16px,2.2vw,19px);line-height:1.6}.collection-hero-meta-strip{display:flex;flex-wrap:wrap;gap:20px;padding-top:20px;border-top:1px solid var(--line)}.collection-meta-item{display:flex;align-items:center;gap:10px}.collection-meta-icon{font-size:18px;line-height:1}.collection-meta-label{display:block;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-soft)}.collection-meta-val{display:block;font-size:13px;font-weight:700;color:var(--text)}.collection-hero-media{display:flex;justify-content:center}.collection-hero-artwork-frame{position:relative;width:100%;max-width:480px;aspect-ratio:16/10;overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--teal);box-shadow:0 20px 40px -12px rgba(20,37,52,.2)}:root[data-theme=dark] .collection-hero-artwork-frame{box-shadow:0 20px 40px -12px rgba(0,0,0,.4)}.collection-hero-artwork{object-fit:cover}.collection-body-section{padding-top:56px;padding-bottom:96px}.collection-chapters-header{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:24px;margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid var(--line)}.collection-clean-title{margin:12px 0 0;font-size:clamp(36px,5vw,56px);font-weight:400;letter-spacing:-.04em;line-height:1.05}.collection-clean-description{margin:12px 0 0;color:var(--text-soft);font-size:16px;line-height:1.6;max-width:68ch}.collection-chapters-sort{display:inline-flex;align-items:center;gap:6px;padding:4px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface)}.collection-sort-btn{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 12px;border:0;border-radius:calc(var(--radius-sm) - 2px);background:transparent;color:var(--text-soft);cursor:pointer;font:inherit;font-size:12px;font-weight:700;transition:background .15s ease,color .15s ease}.collection-sort-btn:hover{color:var(--text)}.collection-sort-btn.active{background:var(--navy);color:var(--cream)}:root[data-theme=dark] .collection-sort-btn.active{background:var(--sage);color:var(--navy)}.collection-sort-icon{font-weight:700}.collection-chapters-empty{color:var(--text-soft);font-size:16px;padding:32px 0}.collection-chapters-timeline{display:flex;flex-direction:column;gap:0;position:relative}.collection-chapter-item{display:grid;grid-template-columns:44px minmax(0,1fr);gap:18px;position:relative;margin-bottom:40px}@media (min-width:768px){.collection-chapter-item{grid-template-columns:56px minmax(0,1fr);gap:32px;margin-bottom:48px}}.collection-chapter-rail{display:flex;flex-direction:column;align-items:center;position:relative;padding-top:8px}.collection-chapter-node{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:2px solid var(--line);background:var(--surface);color:var(--text);font-family:var(--font-sans);font-size:13px;font-weight:700;box-shadow:0 4px 12px rgba(20,37,52,.08);position:relative;z-index:2;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}@media (min-width:768px){.collection-chapter-node{width:48px;height:48px;font-size:14px}}.collection-chapter-item:hover .collection-chapter-node{border-color:var(--rust);background:var(--rust);color:#ffffff;transform:scale(1.08)}:root[data-theme=dark] .collection-chapter-node{background:var(--navy);border-color:rgba(240,236,233,.3);color:var(--cream)}:root[data-theme=dark] .collection-chapter-item:hover .collection-chapter-node{border-color:var(--sage);background:var(--sage);color:var(--navy)}.collection-chapter-line{width:2px;flex:1 1;min-height:48px;background:var(--line);margin:12px 0 0;opacity:.6}.collection-chapter-item:last-child .collection-chapter-line{display:none}.collection-chapter-card.home-latest-teaching{background:#ffffff;border:1px solid var(--line);border-radius:var(--radius-lg);color:var(--navy);box-shadow:0 4px 20px rgba(20,37,52,.05);margin-bottom:0}@media (min-width:768px){.collection-chapter-card.home-latest-teaching{grid-template-columns:minmax(280px,46%) minmax(0,54%);grid-template-rows:1fr}}.collection-chapter-card.home-latest-teaching .home-latest-copy{padding:clamp(28px,4vw,44px);display:flex;flex-direction:column;justify-content:space-between;min-height:300px}.collection-chapter-card.home-latest-teaching .home-latest-copy h3{margin:0 0 18px;font-size:clamp(24px,3.2vw,36px);font-weight:700;letter-spacing:-.03em;line-height:1.15}.collection-chapter-card.home-latest-teaching .home-latest-copy p:not(.eyebrow){margin:0 0 24px;color:#53616e;font-size:15.5px;line-height:1.65;max-width:64ch}.collection-chapter-card.home-latest-teaching .card-meta{margin-top:auto;padding-top:24px;border-top:0;display:flex;flex-wrap:wrap;gap:8px 24px;color:#53616e;font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}:root[data-theme=dark] .collection-chapter-card.home-latest-teaching{background:var(--cream);color:var(--navy);border-color:rgba(240,236,233,.2)}:root[data-theme=dark] .collection-chapter-card.home-latest-teaching .home-latest-copy h3{color:var(--navy)}:root[data-theme=dark] .collection-chapter-card.home-latest-teaching .card-meta,:root[data-theme=dark] .collection-chapter-card.home-latest-teaching .home-latest-copy p:not(.eyebrow){color:#53616e}:root[data-theme=dark] .collection-chapter-card.home-latest-teaching:hover{border-color:var(--sage);box-shadow:0 16px 36px rgba(0,0,0,.4)}:root[data-theme=dark] .collection-chapter-card.home-latest-teaching .home-latest-badge{background:var(--navy);color:var(--cream)}.collection-recommended-section{border-top:1px solid var(--line)}.article-hero{background:var(--background)}.article-hero-inner{max-width:980px}.article-hero h1{max-width:16ch}.article-deck{max-width:68ch;margin:32px 0 0;color:var(--text-soft);font-size:18px}.breadcrumbs{margin-bottom:48px;color:var(--text-soft);gap:8px}.article-meta,.breadcrumbs{display:flex;flex-wrap:wrap;font-size:12px;font-weight:700}.article-meta{letter-spacing:.05em;text-transform:uppercase;gap:8px 24px}.article-meta,.article-tags{margin-top:24px}.article-layout{display:grid;padding-top:64px;padding-bottom:80px;gap:48px}.article-aside{padding-bottom:24px;border-bottom:1px solid var(--line)}.article-aside>a{font-size:18px;font-weight:700;text-decoration:none}.article-aside>a:hover{text-decoration:underline}.article-aside>p:not(.eyebrow){color:var(--text-soft);font-size:14px}.article-body{max-width:760px;font-size:17px;line-height:1.82}.teaching-content{min-width:0}.teaching-players{display:grid;gap:24px;margin:0 0 56px}.teaching-player{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-alt)}.teaching-player .eyebrow{margin:20px 24px 12px}.teaching-player iframe{display:block;width:100%;border:0}.teaching-player--video iframe{aspect-ratio:16/9}.teaching-player--podcast iframe{height:175px}.article-body>p:first-child{font-size:1.08em}.article-body h2{margin:2.4em 0 .75em;font-size:clamp(28px,7vw,40px);font-weight:700;letter-spacing:-.03em;line-height:1.12}.article-body h3{margin:2em 0 .5em;font-size:24px}.article-body blockquote{margin:2.2em 0;padding:8px 0 8px 24px;border-left:4px solid var(--accent);color:var(--text-soft);font-family:var(--font-sans);font-size:1.1em;font-style:normal;line-height:1.65}.article-callout{margin:2.3em 0;padding:24px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-alt);font-size:15px}.article-body figure{margin:2.5em 0}.article-body figure img{display:block;width:100%;height:auto;border-radius:var(--radius-sm)}.article-body figcaption{margin-top:8px;color:var(--text-soft);font-size:12px}.article-body pre{overflow-x:auto;padding:24px;border-radius:var(--radius-sm);background:var(--surface-strong);color:var(--text-on-dark);font-size:14px}.article-toggle{margin-top:2em;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.article-toggle summary{cursor:pointer;font-weight:700}.section.related-section{padding:32px 0 48px;background:var(--surface-alt)}.section.related-section .communities-section-heading{margin-bottom:32px}.section.related-section .communities-section-heading h2{max-width:none}.resource-article-hero{background:linear-gradient(180deg,var(--mist),var(--cream));color:var(--navy)}:root[data-theme=dark] .resource-article-hero{background:linear-gradient(180deg,var(--teal),var(--navy));color:var(--cream)}.filter-bar{max-width:760px;margin:40px 0 64px}.page-hero .filter-bar{margin-bottom:0}.filter-bar>label{display:block;margin-bottom:8px}.filter-bar>div{display:flex;align-items:stretch;flex-direction:column;gap:16px}.filter-bar input{min-height:56px;padding:0 16px}.filter-bar .button{width:100%}.resource-hub-section{padding-top:64px;padding-bottom:64px}.resources-hero+.resource-hub-section{padding-top:48px}.topics-hero{padding:48px 0 32px;border-bottom:1px solid var(--line);background:var(--background);text-align:center}.topics-hero .container{display:grid;justify-items:center;max-width:760px;gap:12px}.topics-hero .eyebrow{margin:0}.topics-hero h1{display:flex;flex-direction:column;align-items:center;max-width:none;margin:0;font-size:inherit;letter-spacing:-.03em}.topics-hero .about-intro-headline{font-size:clamp(40px,8vw,56px);line-height:1.05}.topics-hero-intro{max-width:42ch;margin:0;color:var(--text-soft);line-height:1.6}.topics-hero .back-link{margin-bottom:8px}.topic-content-section,.topics-index-section{padding-top:48px}.topics-index-layout{display:grid;gap:48px}.topic-directory-scripture ul{grid-template-columns:repeat(2,minmax(0,1fr))}.topics-directory{display:grid;gap:48px}.topic-directory-group h2{margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid var(--line);font-size:clamp(22px,4vw,28px);line-height:1.2}.topic-directory-group ul{display:grid;margin:0;padding:0;gap:8px 24px;list-style:none}.topic-directory-group a{color:var(--text);font-size:16px;font-weight:500;line-height:1.5;text-decoration:none}.topic-directory-group a:hover{color:var(--accent);text-decoration:underline}.topic-entries{display:grid;gap:24px}.topic-entry-list{display:grid}.topic-entry{padding:24px 0;border-bottom:1px solid var(--line)}.topic-entry:first-child{padding-top:0}.topic-entry .eyebrow{margin-bottom:8px}.topic-entry h2{margin:0 0 8px;font-size:clamp(22px,4vw,32px);line-height:1.18}.topic-entry h2 a{text-decoration:none}.topic-entry h2 a:hover{text-decoration:underline}.topic-entry>p:not(.eyebrow){max-width:68ch;margin:0;color:var(--text-soft)}.topic-entry .card-meta{padding-top:16px}.topic-entries-empty{margin:0;color:var(--text-soft)}.resource-catalog-section{scroll-margin-top:80px}.section.resource-hub-section.resource-catalog-section{padding-bottom:clamp(40px,5vw,48px)}:root[data-theme=dark] .resource-active-filters,:root[data-theme=dark] .resource-catalog-section .resource-card,:root[data-theme=dark] .resource-catalog-section .resource-filter-empty,:root[data-theme=dark] .resource-catalog-section .resource-filters-trigger,:root[data-theme=dark] .resource-catalog-section .resource-teaching-filters,:root[data-theme=dark] .resource-catalog-section .resource-teaching-sort,:root[data-theme=dark] .resource-catalog-section .teaching-card,:root[data-theme=dark] .resource-catalog-section .teaching-card-copy,:root[data-theme=dark] .resource-filters-panel{color-scheme:light;background:var(--cream);color:var(--navy);--text:var(--navy);--text-soft:#53616e;--line:rgba(20,37,52,0.18);border-color:rgba(20,37,52,.18)}:root[data-theme=dark] .resource-catalog-section .teaching-card:hover{border-color:rgba(20,37,52,.45)}:root[data-theme=dark] .resource-catalog-section .resource-teaching-filters select,:root[data-theme=dark] .resource-filters-panel select{background:var(--white);color:var(--navy);border-color:rgba(20,37,52,.18)}:root[data-theme=dark] .resource-catalog-section .resource-teaching-filters .button:not(.secondary),:root[data-theme=dark] .resource-filters-panel .button:not(.secondary){border-color:var(--navy);background:var(--navy);color:var(--white)}:root[data-theme=dark] .resource-catalog-section .resource-filter-empty .button.secondary,:root[data-theme=dark] .resource-catalog-section .resource-teaching-filters .button.secondary,:root[data-theme=dark] .resource-filters-panel .button.secondary{border-color:var(--navy);color:var(--navy)}:root[data-theme=dark] .resource-catalog-section .resource-filter-popular-topics>div a.active,:root[data-theme=dark] .resource-catalog-section .resource-filter-popular-topics>div a:hover,:root[data-theme=dark] .resource-filters-panel .resource-filter-popular-topics>div a.active,:root[data-theme=dark] .resource-filters-panel .resource-filter-popular-topics>div a:hover{background:var(--white);color:var(--navy)}:root[data-theme=dark] .resource-active-filter-chip{background:var(--white);color:var(--navy);border-color:rgba(20,37,52,.18)}.resource-hub-section+.resource-hub-section{border-top:1px solid var(--line)}.resource-hub-section:not(.resource-catalog-section):has(+.resource-catalog-section){padding-bottom:32px}.resource-hub-section+.resource-catalog-section{border-top:none;padding-top:32px}.section.resource-hub-section.resources-expository-section{padding:64px 0 68px;border-top:0;background:var(--sage);color:var(--navy)}.resource-hub-section+.resources-expository-section{border-top:0}.resources-expository-layout{display:grid;align-items:start;gap:20px}.resources-expository-heading h2{margin:0;max-width:11ch;color:var(--navy);font-size:clamp(34px,6vw,52px);letter-spacing:-.03em;line-height:1.02}.resources-expository-heading h2 em{font-family:var(--font-editorial);font-style:italic;font-weight:400}.resources-expository-body{display:grid}.resources-expository-body .about-page-copy{max-width:none;gap:12px}.resources-expository-body .about-page-copy p{color:color-mix(in srgb,var(--navy) 84%,transparent);font-size:clamp(14px,3.2vw,15px);line-height:1.6}.resources-expository-body .about-page-copy strong{color:var(--navy);font-weight:700}.resources-expository-section .button.secondary.resources-expository-cta{justify-self:start;min-height:40px;padding:8px 18px;border-color:color-mix(in srgb,var(--navy) 72%,transparent);background:transparent;color:var(--navy);font-size:13px}.resources-expository-section .button.secondary.resources-expository-cta:focus-visible,.resources-expository-section .button.secondary.resources-expository-cta:hover{transform:none;border-color:var(--navy);background:color-mix(in srgb,var(--navy) 8%,transparent);color:var(--navy)}.resources-expository-cta:after{max-width:0;opacity:0;overflow:hidden;content:"→";white-space:nowrap;transition:max-width .18s ease,opacity .18s ease,margin-left .18s ease}.resources-expository-cta:focus-visible:after,.resources-expository-cta:hover:after{max-width:1em;margin-left:6px;opacity:1}:root[data-theme=dark] .section.resource-hub-section.resources-expository-section{background:var(--teal);color:var(--white)}:root[data-theme=dark] .resources-expository-heading h2{color:var(--white)}:root[data-theme=dark] .resources-expository-body .about-page-copy p{color:rgba(255,255,255,.88)}:root[data-theme=dark] .resources-expository-body .about-page-copy strong{color:var(--white)}:root[data-theme=dark] .resources-expository-section .button.secondary.resources-expository-cta{border-color:rgba(255,255,255,.72);background:transparent;color:var(--white)}:root[data-theme=dark] .resources-expository-section .button.secondary.resources-expository-cta:focus-visible,:root[data-theme=dark] .resources-expository-section .button.secondary.resources-expository-cta:hover{border-color:var(--white);background:rgba(255,255,255,.08);color:var(--white)}.resource-teachings-heading{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:16px}.resource-teachings-heading p{margin:0;color:var(--text-soft);font-size:13px;font-weight:700}.resource-teachings-heading-tools{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;margin-left:auto;gap:12px}.resource-teaching-sort{min-height:42px;padding:0 36px 0 12px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--white);color:var(--text);font:inherit;font-size:13px;font-weight:700}.resource-catalog-toolbar{margin-bottom:32px;gap:16px}.resource-catalog-toolbar,.resource-catalog-toolbar-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.resource-catalog-toolbar-actions{margin-inline:auto;gap:12px}.resource-filters-trigger{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 16px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--white);color:var(--text);cursor:pointer;font:inherit;font-size:13px;font-weight:700;transition:border-color .15s ease,color .15s ease}.resource-filters-trigger:hover{border-color:var(--rust);color:var(--rust)}.resource-filters-trigger-icon{display:flex;align-items:center;justify-content:center}.resource-filters-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--rust);color:var(--white);font-size:11px;font-weight:700;line-height:1}body.resource-filters-open{overflow:hidden}.resource-filters-drawer{position:fixed;inset:0;width:100vw;height:100dvh;max-width:100vw;max-height:100dvh;margin:0;padding:0;border:none;background:transparent;overflow:hidden;z-index:80}.resource-filters-drawer[open]{display:flex;justify-content:flex-end}.resource-filters-drawer::backdrop{background:rgba(15,23,42,.48);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.resource-filters-panel{position:relative;width:min(100vw,420px);height:100%;max-height:100dvh;background:var(--surface);display:flex;flex-direction:column;box-shadow:-8px 0 32px rgba(0,0,0,.18);color:var(--text);border-left:1px solid var(--line)}.resource-filters-panel-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--line)}.resource-filters-panel-title-wrap{display:flex;align-items:center;gap:10px}.resource-filters-panel-title-wrap h2{margin:0;font-size:18px;font-weight:700;line-height:1.2}.resource-filters-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--text);cursor:pointer;transition:border-color .16s ease,color .16s ease}.resource-filters-close span{position:relative;display:block;width:14px;height:14px}.resource-filters-close span:after,.resource-filters-close span:before{content:"";position:absolute;top:6px;left:0;width:14px;height:1.5px;background:currentColor;transition:transform .16s ease}.resource-filters-close span:before{transform:rotate(45deg)}.resource-filters-close span:after{transform:rotate(-45deg)}.resource-filters-close:hover{border-color:var(--rust);color:var(--rust)}.resource-filters-panel-body{flex:1 1;overflow-y:auto;padding:24px}.resource-filters-panel-body form{display:grid;gap:16px}.resource-filters-panel-body label{display:grid;gap:6px}.resource-filters-panel-body label span{font-size:12px;font-weight:700;color:var(--text-soft);text-transform:uppercase;letter-spacing:.05em}.resource-filters-panel-body select{width:100%;min-height:46px;padding:0 12px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--background);color:var(--text);font:inherit;font-size:14px}.resource-filters-panel-body .resource-filter-actions{margin-top:8px}@media (prefers-reduced-motion:no-preference){.resource-filters-drawer[open]::backdrop{animation:resource-filters-backdrop-enter .24s ease-out both}.resource-filters-drawer[open] .resource-filters-panel{animation:resource-filters-panel-enter .3s cubic-bezier(.16,1,.3,1) both}.resource-filters-drawer.is-closing::backdrop{animation:resource-filters-backdrop-exit .28s ease-in-out both}.resource-filters-drawer.is-closing .resource-filters-panel{animation:resource-filters-panel-exit .3s cubic-bezier(.4,0,.2,1) both}}@keyframes resource-filters-panel-enter{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes resource-filters-panel-exit{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes resource-filters-backdrop-enter{0%{opacity:0}to{opacity:1}}@keyframes resource-filters-backdrop-exit{0%{opacity:1}to{opacity:0}}.resource-catalog-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.resource-catalog-tabs a,.resource-catalog-tabs button{padding:8px 16px;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--text);cursor:pointer;font:inherit;font-size:13px;font-weight:700;text-decoration:none}.resource-catalog-tabs a.active,.resource-catalog-tabs a:hover,.resource-catalog-tabs button.active,.resource-catalog-tabs button:hover,.resource-catalog-tabs button[aria-pressed=true]{border-color:var(--sage);background:var(--sage);color:var(--navy)}.resource-teachings-layout{display:grid;gap:32px}.resource-teaching-filters{padding:24px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface)}.resource-teaching-filters-desktop{display:none}.resource-teaching-filters h3{margin:0 0 18px;font-size:18px;line-height:1.2}.resource-teaching-filters form{display:grid;gap:12px}.resource-teaching-filters label{display:grid}.resource-teaching-filters select{width:100%;min-height:46px;padding:0 12px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--background);color:var(--text);font:inherit;font-size:14px}.resource-filter-popular-topics{display:grid;gap:10px;margin-top:4px;padding-top:14px;border-top:1px solid var(--line)}.resource-filter-popular-topics>p{margin:0;color:var(--text-soft);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.resource-filter-popular-topics>div{display:flex;flex-wrap:wrap;gap:6px}.resource-filter-popular-topics>div a{padding:4px 8px;border:1px solid var(--line);border-radius:999px;color:var(--text-soft);font-size:10px;font-weight:700;letter-spacing:.03em;line-height:1.2;text-decoration:none}.resource-filter-popular-topics>div a.active,.resource-filter-popular-topics>div a:hover{border-color:rgba(20,37,52,.18);background:var(--cream);color:var(--navy)}.resource-filter-popular-topics .resources-topics-all{justify-self:center;margin-top:2px;margin-bottom:0;margin-inline:auto}.resource-filter-actions{display:grid;gap:8px;margin-top:4px;padding-top:18px;border-top:1px solid var(--line)}.resource-teaching-filters .button{width:100%;min-height:40px;margin-top:0;padding:8px 16px;font-size:13px}.resource-filter-clear{justify-self:center;margin-top:0;color:var(--text-soft);font-size:13px;font-weight:700}.resource-teachings-results{min-width:0}.resource-active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:24px;padding:12px 16px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface)}.resource-active-filters-label{font-size:11px;font-weight:700;color:var(--text-soft);text-transform:uppercase;letter-spacing:.05em}.resource-active-filters-list{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.resource-active-filter-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:1px solid var(--line);border-radius:999px;background:var(--cream);color:var(--navy);font-size:12px;font-weight:700;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.resource-active-filter-chip:hover{border-color:var(--rust);color:var(--rust)}.resource-active-filter-remove{font-size:11px;opacity:.7}.resource-active-filter-clear-all{margin-left:4px;font-size:12px;font-weight:700;color:var(--rust);text-decoration:underline;text-underline-offset:2px}.resource-filter-empty{padding:32px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface)}.resource-filter-empty p{margin:0 0 24px;color:var(--text-soft)}.resource-grid{display:grid;gap:24px}.resource-catalog-grid{display:grid;align-items:stretch;grid-auto-rows:1fr;gap:24px}.resource-catalog-grid>*{height:100%}.resource-catalog-section .teaching-card h3{margin:0 0 8px;font-size:clamp(18px,4.5vw,22px);line-height:1.2}.resource-catalog-section .teaching-card-excerpt{font-size:14px;line-height:1.55}.resource-catalog-load-more{display:flex;justify-content:center;margin-top:28px}.resource-catalog-load-more .button{min-height:40px;padding:8px 20px;font-size:13px}.empty-state,.resource-card,.search-results article{padding:32px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface)}.resource-card{display:flex;min-height:320px;flex-direction:column}.resource-card h2,.search-results h2{margin:0 0 16px;font-size:clamp(24px,6vw,32px);font-weight:700;letter-spacing:-.025em;line-height:1.18}.resource-card h2 a{text-decoration:none}.resource-card h2 a:hover{text-decoration:underline}.empty-state p:not(.eyebrow),.resource-card>p:not(.eyebrow),.search-results article>p:last-child{color:var(--text-soft)}.resource-card .card-meta{margin-top:auto}.empty-state{max-width:760px}.empty-state p:not(.eyebrow){max-width:55ch;margin:24px 0 32px}.static-content{display:grid;gap:48px}.section.static-page-section{position:relative}.section.static-page-section:before{position:absolute;top:0;left:0;width:100%;height:1px;background:var(--line);content:"";transform:none}.section.visit-page-contact-section{padding-block:clamp(40px,6vw,64px);border-top:0}.section.visit-page-contact-section:before{display:none}.about-page-hero{padding:48px 0 32px}.about-page>.about-page-hero{padding-block:40px}.about-page-hero-inner{display:grid;align-items:center;gap:32px}.about-page-hero-copy{display:grid;gap:24px;text-align:center}.about-page-hero-copy .eyebrow{margin:0}.about-page-hero-copy h1{display:flex;flex-direction:column;align-items:center;max-width:100%;margin:0;gap:12px;letter-spacing:-.03em;line-height:1.12;text-wrap:balance}.about-intro-greeting{margin:0;font-family:var(--font-editorial);font-size:clamp(48px,11vw,60px);font-style:italic;font-weight:400;line-height:1.1}.about-intro-headline,.about-intro-tagline{display:block}.about-intro-headline{font-size:clamp(36px,9vw,48px);font-weight:400;line-height:1.08}.about-intro-headline strong{font-weight:700}.about-intro-headline em{font-family:var(--font-editorial);font-style:italic;font-weight:400}.about-intro-tagline{max-width:22ch;font-size:clamp(22px,5vw,28px);font-weight:400;line-height:1.3;color:var(--text-soft)}.about-intro-tagline em{font-family:var(--font-editorial);font-style:italic;font-weight:400;color:inherit}.about-page-hero-media{position:relative;overflow:hidden;width:100%;min-height:280px;border-radius:var(--radius-lg);aspect-ratio:16/10;background:var(--teal)}.about-page-hero-media img{object-fit:cover}@media (prefers-reduced-motion:no-preference){.about-intro-greeting,.communities-hero-copy .eyebrow,.give-hero-copy h1,.resources-hero-copy h1,.visit-page-hero .about-page-hero-copy h1{animation:hero-enter var(--duration-editorial) var(--ease-editorial) both}.about-intro-headline,.communities-hero-copy h1,.give-hero-copy .about-page-copy,.resources-hero-copy .about-page-copy,.visit-page-hero .about-page-copy{animation:hero-enter var(--duration-editorial) var(--ease-editorial) .1s both}.about-intro-tagline,.communities-hero-body,.resources-hero-search,.visit-page-info{animation:hero-enter var(--duration-editorial) var(--ease-editorial) .2s both}.about-page-hero-media,.communities-hero-copy>.button,.give-hero-copy>.button,.resources-popular-topics{animation:hero-enter var(--duration-editorial) var(--ease-editorial) .28s both}}.visit-page-hero{padding-bottom:clamp(48px,6vw,64px);background:linear-gradient(180deg,var(--background) 0,color-mix(in srgb,var(--surface-alt) 22%,var(--background)) 62%,var(--background) 100%)}.visit-page-hero-content{display:contents}.visit-page-hero-inner .about-page-hero-copy{order:1}.visit-page-hero-inner .about-page-hero-media{order:2}.visit-page-hero-inner .visit-page-info{order:3}.visit-page-info{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}.visit-page-info-block{display:grid;gap:10px;align-content:start}.visit-page-info-block h2{margin:0;font-family:var(--font-editorial);font-size:clamp(24px,4vw,28px);font-style:italic;font-weight:400;line-height:1.1}.visit-page-info-block h2 em{font-style:inherit}.visit-page-info-detail{margin:0;font-size:clamp(15px,2.5vw,17px);line-height:1.4}.visit-page-info-address{margin:0;color:var(--text-soft);font-size:13px;line-height:1.5}.visit-page-info-block .button{justify-self:start;min-height:40px;margin-top:4px;padding:8px 16px;font-size:13px}.visit-page-info-block .button:hover{transform:none}.visit-page-info-block .button:after{max-width:0;opacity:0;overflow:hidden;content:"→";white-space:nowrap;transition:max-width .18s ease,opacity .18s ease,margin-left .18s ease}.visit-page-info-block .button:focus-visible:after,.visit-page-info-block .button:hover:after{max-width:1em;margin-left:6px;opacity:1}.visit-gathering-section{padding-top:72px;padding-bottom:72px;background:radial-gradient(circle at 8% 12%,color-mix(in srgb,var(--sage) 13%,transparent),transparent 28%),radial-gradient(ellipse 55% 100% at 8% 55%,color-mix(in srgb,var(--sage) 9%,transparent),transparent 70%),linear-gradient(180deg,var(--background) 0,var(--surface-alt) 100%)}.visit-gathering-section+.home-communities-section{border-top:0}:root[data-theme=dark] .visit-gathering-section+.home-communities-section{border-top:1px solid var(--line)}.visit-gathering-section .container.visit-gathering-layout{width:min(80vw,960px);max-width:80vw;margin-inline:auto}.visit-gathering-layout{display:grid;gap:56px}.visit-gathering-intro{display:grid;max-width:720px;gap:20px;justify-items:center;margin-inline:auto;text-align:center}.visit-gathering-intro h2{margin:0;max-width:18ch;font-size:clamp(32px,7vw,48px);font-weight:400;letter-spacing:-.03em;line-height:1.12;text-wrap:balance}.visit-gathering-intro h2 em{font-family:var(--font-editorial);font-style:italic;font-weight:400}.visit-gathering-intro p{margin:0;color:var(--text-soft);font-size:clamp(16px,2.4vw,19px);line-height:1.65}.visit-gathering-timeline{--timeline-line-x:15px;position:relative;z-index:0;display:grid;isolation:isolate;width:100%;max-width:min(560px,100%);margin-inline:auto;padding-left:44px}.visit-gathering-timeline:after,.visit-gathering-timeline:before{position:absolute;z-index:0;top:12px;left:var(--timeline-line-x);width:1px;border-radius:999px;content:"";pointer-events:none;transform:translateX(-50%)}.visit-gathering-timeline:before{bottom:12px;background:var(--line)}.visit-gathering-timeline:after{height:var(--timeline-progress);width:5px;background:var(--accent)}.visit-gathering-step{position:relative;z-index:1;padding-bottom:72px}.visit-gathering-step:last-child{padding-bottom:0}.visit-gathering-marker{position:absolute;z-index:2;top:0;left:-44px;display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--background);color:var(--text-soft);font-size:9px;font-weight:700;box-shadow:0 0 0 3px var(--background);transition:border-color .4s ease,background-color .4s ease,color .4s ease,transform .4s cubic-bezier(.22,1,.36,1)}.visit-gathering-step.is-past .visit-gathering-marker{border-color:var(--accent);background:var(--accent);color:var(--background)}.visit-gathering-step.is-active .visit-gathering-marker{transform:scale(1.18)}.visit-gathering-scene{position:relative;display:grid;gap:20px}.visit-gathering-media{overflow:hidden;width:100%;border-radius:var(--radius-lg);background:var(--surface-alt)}.visit-gathering-media img{display:block;width:100%;height:auto}.visit-gathering-scene p{max-width:28ch;margin:0;font-family:var(--font-sans);font-size:clamp(20px,4vw,28px);font-style:normal;font-weight:400;line-height:1.45;text-wrap:balance}.visit-gathering-scene p em{font-family:var(--font-editorial);font-style:italic;font-weight:400}@media (prefers-reduced-motion:no-preference){.visit-gathering-step{opacity:0;transform:translateY(56px);transition:opacity .7s ease,transform .9s cubic-bezier(.22,1,.36,1)}.visit-gathering-step .visit-gathering-media{clip-path:inset(0 0 14% 0 round var(--radius-lg));transition:clip-path .9s cubic-bezier(.22,1,.36,1)}.visit-gathering-step.is-visible{opacity:1;transform:translateY(0)}.visit-gathering-step.is-visible .visit-gathering-media{clip-path:inset(0 round var(--radius-lg))}}.about-page-copy{display:grid;max-width:880px;gap:16px}.about-page-copy p{margin:0;color:var(--text-soft);font-size:clamp(15px,3.8vw,17px);line-height:1.65}.about-pastor-section{background:linear-gradient(180deg,var(--background),var(--surface-alt))}.section.about-pastor-section{padding-top:48px;padding-bottom:32px;border-top:1px solid var(--line)}.about-pastor-card{display:grid;align-items:center;gap:32px}.about-pastor-image{position:relative;min-height:0;overflow:hidden;border-radius:var(--radius-lg);aspect-ratio:4/5;background:var(--teal)}.about-pastor-image img{object-fit:cover}.about-pastor-copy{display:flex;justify-content:center;flex-direction:column;padding:0}.about-pastor-copy h2{margin:0 0 18px;font-size:clamp(32px,4vw,44px);font-weight:400;letter-spacing:-.03em;line-height:1.08}.about-pastor-bio{display:grid;gap:18px}.about-pastor-bio p{margin:0;color:var(--text-soft);font-size:clamp(17px,1.35vw,19px);line-height:1.65}:root[data-theme=dark] .about-pastor-bio p{color:rgba(240,236,233,.82)}.about-beliefs-section{border-top:1px solid var(--line);background:linear-gradient(180deg,var(--surface-alt) 0,var(--surface-alt) 72%,var(--background) 100%)}.section.about-beliefs-section{padding-top:32px;padding-bottom:32px}.about-beliefs-heading{display:grid;max-width:760px;margin-bottom:8px;gap:12px}.about-beliefs-heading .eyebrow{margin:0}.about-beliefs-heading h2{margin:0;font-size:clamp(28px,6vw,40px);font-weight:400;letter-spacing:-.04em;line-height:1.12}.about-beliefs-heading h2 em{font-style:italic}.about-beliefs-section .beliefs-accordion-toolbar{padding:8px 0 12px}.about-beliefs-section .beliefs-accordion-item h3>button{min-height:60px;padding:12px 0}.about-beliefs-section .beliefs-accordion-title{font-size:clamp(16px,3.5vw,20px);line-height:1.3}.about-beliefs-section .beliefs-accordion-icon{font-size:20px}.beliefs-accordion{border-top:0}.beliefs-accordion-toolbar{display:flex;justify-content:flex-end;padding:16px 0;border-bottom:1px solid var(--line)}.beliefs-accordion-toolbar button{padding:0;border:0;background:transparent;color:var(--text-soft);cursor:pointer;font:inherit;font-size:13px;font-weight:700}.beliefs-accordion-toolbar button:focus-visible,.beliefs-accordion-toolbar button:hover{color:var(--accent)}.beliefs-accordion-item{border-bottom:1px solid var(--line)}.beliefs-accordion-item h3{margin:0}.beliefs-accordion-item h3>button{display:grid;width:100%;min-height:72px;align-items:center;padding:16px 0;border:0;background:transparent;color:var(--text);cursor:pointer;grid-template-columns:48px minmax(0,1fr) 32px;text-align:left}.beliefs-accordion-item h3>button:focus-visible .beliefs-accordion-title,.beliefs-accordion-item h3>button:hover .beliefs-accordion-title{color:var(--accent)}.beliefs-accordion-number{color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.08em}.beliefs-accordion-title{font-size:clamp(19px,5vw,25px);font-weight:700;letter-spacing:-.025em;line-height:1.2;transition:color .16s ease}.beliefs-accordion-icon{justify-self:end;color:var(--text-soft);font-size:24px;font-weight:400;line-height:1}.beliefs-accordion-panel{display:grid;overflow:hidden;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .26s cubic-bezier(.22,1,.36,1),opacity .18s ease}.beliefs-accordion-panel[data-open=true]{grid-template-rows:1fr;opacity:1}.beliefs-accordion-panel-inner{min-height:0;overflow:hidden}.beliefs-accordion-panel p{max-width:64ch;margin:0;padding:0 32px 24px 48px;color:var(--text-soft);font-size:16px;line-height:1.65}.beliefs-accordion-panel .beliefs-accordion-references{display:flex;flex-wrap:wrap;gap:6px 10px;padding-top:0;color:var(--text-soft);font-size:12px;font-weight:600;letter-spacing:.025em;line-height:1.5}.beliefs-accordion-panel-action{padding:8px 32px 24px 48px}.beliefs-accordion-panel-action .button{min-height:36px;padding:8px 16px;font-size:13px}.about-partners-section{background:var(--background)}.section.about-partners-section{padding-top:32px}.about-partners-heading{display:grid;gap:16px;margin-bottom:40px}.about-partners-heading h2{margin:0;font-size:clamp(40px,10vw,64px);font-weight:400;letter-spacing:-.045em;line-height:1.04}.about-partners-heading h2 em{font-style:italic}.about-partners-grid{display:grid;gap:16px}.about-partner-link{display:flex;min-height:144px;align-items:center;justify-content:center;padding:24px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--cream);box-shadow:0 4px 16px rgba(20,37,52,.04);transition:transform var(--duration-card) var(--ease-editorial),box-shadow var(--duration-card) var(--ease-editorial),border-color var(--duration-card) var(--ease-editorial)}.about-partner-link:focus-visible,.about-partner-link:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:var(--shadow-soft)}.about-partner-link img{width:100%;height:88px;object-fit:contain;transition:transform var(--duration-card) var(--ease-editorial)}.about-partner-link:focus-visible img,.about-partner-link:hover img{transform:scale(1.03)}:root[data-theme=dark] .about-partner-link{background:var(--cream);border-color:rgba(255,255,255,.12)}.about-visit-cta{background:linear-gradient(180deg,var(--sage) 0,var(--cream) 100%);color:var(--navy)}.about-visit-cta-inner{display:grid;justify-items:center;gap:24px;text-align:center}.about-visit-cta .eyebrow{margin:0;color:var(--rust)}.about-visit-cta h2{max-width:18ch;margin:0;font-size:clamp(40px,10vw,72px);font-weight:400;letter-spacing:-.045em;line-height:1.04}.about-visit-cta h2 em{font-style:italic}.about-visit-cta-inner>p:not(.eyebrow){max-width:54ch;margin:0;color:var(--navy);font-size:18px;line-height:1.6}:root[data-theme=dark] .about-visit-cta{background:linear-gradient(180deg,var(--teal) 0,var(--navy) 100%);color:var(--cream)}:root[data-theme=dark] .about-visit-cta .eyebrow{color:var(--sage)}:root[data-theme=dark] .about-visit-cta-inner>p:not(.eyebrow){color:var(--cream)}.static-intro-copy{max-width:760px;color:var(--text-soft);font-size:18px}.static-intro-copy p{margin:0 0 1.35em}.static-list{color:var(--text);border-top-color:var(--line)}.static-list article{border-bottom-color:var(--line)}.static-list article>span{color:var(--accent)}.static-list h2{color:var(--text)}.static-list p,.static-section-copy ul{color:var(--text-soft)}.static-section-copy p:first-child{margin-top:0}.static-section-copy ul{margin:0;padding-left:1.2em}.static-section-copy li+li{margin-top:8px}.static-section-copy .text-link{display:inline-block;margin-top:24px}.static-image-grid{display:grid;margin-top:24px;gap:16px}.static-image{position:relative;aspect-ratio:4/3;min-height:216px;overflow:hidden;border-radius:var(--radius-sm);background:var(--teal)}.static-image img{object-fit:cover}.static-image-grid .static-image:only-child{aspect-ratio:16/9}.static-content>.contact-form{max-width:760px;padding:32px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface)}.search-results{display:grid;gap:16px}.search-results h2{margin:0}.status-page{display:flex;min-height:100vh;align-items:flex-start;justify-content:center;flex-direction:column;padding:10vw}.status-page p:not(.eyebrow){max-width:52ch;margin:24px 0 32px}.communities-page h2,.communities-page h3{margin:0;font-weight:400;letter-spacing:-.04em;line-height:1.04}.communities-page h2{font-size:clamp(38px,10vw,64px)}.communities-page h2 em,.communities-page h3 em{font-family:var(--font-editorial);font-style:italic;font-weight:400}.communities-hero{padding-top:40px;padding-bottom:56px}.about-page-hero.resources-hero,.communities-hero{background:linear-gradient(180deg,var(--surface-alt),var(--background))}.about-page-hero.resources-hero{padding-block:clamp(48px,6vw,64px);border-bottom:1px solid var(--line)}.communities-hero-copy,.resources-hero-copy{gap:20px}.resources-hero-search{width:100%;margin:4px 0 0;text-align:left}.resources-hero-search .button,.resources-hero-search input{min-height:44px;font-size:13px}.resources-hero-search input{padding-inline:14px}.resources-hero-search .button{padding:8px 18px}.resources-popular-topics{display:grid;width:100%;gap:10px;text-align:left}.resources-popular-topics>div{display:flex;max-height:52px;align-content:flex-start;flex-wrap:wrap;gap:6px;overflow:hidden}.resources-popular-topics>div a{display:inline-flex;min-height:21px;align-items:center;padding:5px 10px;border:1px solid var(--line);border-radius:999px;color:var(--text-soft);font-size:11px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap}.resources-popular-topics>div a:hover{border-color:var(--sage);background:var(--sage);color:var(--navy)}.resources-topics-all{justify-self:start;margin-top:6px;padding:0;border:0;border-radius:0;color:var(--text-soft);font-size:11px;font-weight:700;text-decoration:underline}.resources-topics-all:hover{background:transparent;color:var(--accent)}.communities-hero-copy .eyebrow,.resources-hero-copy .eyebrow{color:var(--accent)}.communities-hero-copy .about-intro-headline,.resources-hero-copy .about-intro-headline{font-size:clamp(42px,11vw,68px);line-height:1}.communities-hero-body{display:grid;max-width:58ch;gap:12px}.communities-hero-body p{margin:0;color:var(--text-soft);line-height:1.65}.communities-hero-media{aspect-ratio:4/5}.resources-hero-media{aspect-ratio:auto;min-height:0;background:transparent}.resources-hero-latest{display:grid;overflow:hidden;height:100%;grid-template-rows:auto 1fr;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);color:var(--navy);text-decoration:none;transition:box-shadow .22s ease,transform .22s ease}.resources-hero-latest-image{position:relative;display:block;overflow:hidden;aspect-ratio:16/9;background:var(--teal)}.resources-hero-latest-badge{position:absolute;z-index:1;top:12px;left:12px;padding:6px 10px;border-radius:999px;background:var(--cream);color:var(--navy);font-size:10px;font-weight:700;letter-spacing:.04em;line-height:1}.resources-hero-latest-image img{object-fit:cover;transition:transform .3s ease}.resources-hero-latest:hover .resources-hero-latest-image img{transform:scale(1.025)}.resources-hero-latest-copy{display:flex;min-height:120px;flex-direction:column;padding:18px 24px}.resources-hero-latest-copy h3{margin:0;font-size:clamp(24px,3vw,32px);font-weight:700;letter-spacing:-.03em;line-height:1.12}.resources-hero-latest-copy .card-meta{padding-top:16px;color:#53616e}.communities-feature-image img,.communities-hero-media img{object-fit:cover}.communities-purpose-section{border-top:1px solid var(--line);background:linear-gradient(180deg,var(--background),var(--surface-alt))}.section.communities-purpose-section{padding-top:clamp(48px,6vw,64px);padding-bottom:0}.communities-experience-layout{display:grid;gap:40px}.communities-form-layout{display:grid}.communities-form-heading{display:grid;width:100%;gap:12px;justify-items:center;padding-block:clamp(48px,7vw,72px);padding-inline:clamp(32px,5vw,56px);text-align:center}@media (min-width:720px){.communities-form-heading{grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:clamp(32px,7vw,96px);justify-items:start;text-align:left}.communities-form-heading h2,.communities-form-heading p{grid-column:1}.communities-form-heading .button{grid-column:2;grid-row:1/span 2;margin-top:0}}.communities-form-heading h2{max-width:20ch;font-size:clamp(28px,6vw,40px);line-height:1.12;text-wrap:balance}.communities-form-heading p{max-width:62ch;margin:0;color:var(--text-soft);font-size:15px;line-height:1.6}.communities-section-heading{display:grid;max-width:760px;gap:12px}.communities-section-heading .eyebrow{margin:0}.communities-section-heading h2{max-width:17ch;margin:0}.communities-prose{display:grid;gap:16px}.communities-prose p,.communities-section-heading>p:last-child{max-width:62ch;margin:0;color:var(--text-soft);line-height:1.65}.communities-scripture{margin:8px 0 0;color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.04em;line-height:1.6}.communities-scripture-desktop{display:none}.communities-purpose-heading .communities-scripture{margin:0;max-width:none}.communities-purpose-layout{display:grid;gap:32px}.communities-purpose-heading{display:grid;align-content:start;gap:20px}.communities-purpose-heading h2{max-width:18ch;font-size:clamp(32px,7vw,48px);line-height:1.12;text-wrap:balance}.communities-purpose-copy{display:grid;align-content:start;gap:24px}.communities-purpose-bridge{position:relative;z-index:2;min-height:0;overflow:hidden;aspect-ratio:16/9;margin-top:48px;margin-bottom:-64px;border-radius:var(--radius-lg);background:var(--teal)}.communities-purpose-bridge img{object-fit:cover}.communities-experience-section{border-top:0;background:linear-gradient(180deg,var(--surface-alt) 0,var(--surface-alt) 54%,var(--background) 100%)}.section.communities-experience-section{padding-top:clamp(112px,12vw,136px)}.communities-experience-heading{display:grid;max-width:min(100%,960px);margin-inline:auto;gap:16px;justify-items:center;text-align:center}.communities-experience-heading h2{max-width:28ch;font-size:clamp(32px,7vw,48px);line-height:1.12;text-wrap:balance}.communities-experience-heading p{max-width:52ch;margin:0;color:var(--text-soft);line-height:1.65}.communities-experience-layout{margin-top:48px}.communities-practices{margin:0;padding:0;list-style:none}.communities-practices li{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:start;align-content:start;gap:8px;padding:18px 0;border-bottom:1px solid var(--line)}.communities-practices span{color:var(--accent);font-size:11px;font-weight:700}.communities-practices p{margin:0;line-height:1.5}.section.communities-list-section{border-top:1px solid var(--line);background:var(--background);padding-top:clamp(48px,6vw,64px);padding-bottom:clamp(16px,3vw,24px)}.communities-feature-card{display:grid;overflow:hidden;margin-top:32px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface)}.communities-feature-image{position:relative;min-height:0;aspect-ratio:4/3;background:var(--teal)}.communities-feature-copy{display:flex;align-items:flex-start;flex-direction:column;padding:28px 24px}.communities-feature-copy h3{margin-top:8px;font-size:clamp(34px,7vw,48px)}.communities-feature-copy>p:not(.eyebrow){margin:16px 0 0;color:var(--text-soft);line-height:1.55}.communities-feature-footer{display:grid;width:100%;margin:20px 0 0;padding-top:20px;border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px}.communities-feature-meta{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:12px}.communities-feature-meta-icon{display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--accent)}.communities-feature-meta-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.communities-feature-meta>div{display:grid;gap:1px}.communities-feature-meta>div span{color:var(--text-soft);font-size:13px;line-height:1.2}.communities-feature-meta>div span:first-child{color:var(--text);font-weight:700}.communities-feature-copy .communities-feature-action{min-height:38px;padding:7px 14px;font-size:12px}.communities-feature-action:focus-visible,.communities-feature-action:hover{transform:none}.communities-feature-action:after{max-width:0;opacity:0;overflow:hidden;content:"→";white-space:nowrap;transition:max-width .18s ease,margin-left .18s ease,opacity .18s ease}.communities-feature-action:focus-visible:after,.communities-feature-action:hover:after{max-width:1em;margin-left:6px;opacity:1}.section.communities-form-section{scroll-margin-top:80px;padding-top:clamp(8px,2vw,20px);padding-bottom:clamp(48px,6vw,64px);background:linear-gradient(180deg,color-mix(in srgb,var(--sage) 32%,var(--background)) 0,var(--background) 100%)}.communities-form-shell{overflow:hidden;border:0;border-radius:0;background:transparent}.communities-form-shell .community-interest-form{width:100%;padding:clamp(24px,4vw,32px) clamp(32px,5vw,56px) clamp(32px,5vw,56px)}.communities-form-heading .button{margin-top:12px}.resource-series-all-cta{display:flex;justify-content:center;margin-top:clamp(28px,4vw,48px)}.community-inquiry-dialog{width:min(900px,calc(100vw - 32px));max-height:min(780px,calc(100dvh - 32px));overflow:auto;padding:0;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);color:var(--text);box-shadow:0 24px 80px rgb(15 32 47/28%)}.community-inquiry-dialog::backdrop{background:rgb(15 32 47/52%);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.community-inquiry-dialog-inner{position:relative;display:grid;gap:14px;padding:clamp(28px,5vw,48px)}.community-inquiry-dialog .eyebrow{margin:0;padding-right:44px}.community-inquiry-dialog h2{max-width:16ch;margin:0;font-size:clamp(30px,5vw,42px);line-height:1.08;text-wrap:balance}@media (min-width:720px){.community-inquiry-dialog h2{max-width:none;white-space:nowrap}}.community-inquiry-dialog-description{max-width:56ch;margin:0 0 10px;color:var(--text-soft);line-height:1.55}.community-inquiry-dialog-close{position:absolute;top:18px;right:18px;display:grid;width:36px;height:36px;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--text);cursor:pointer;font-size:28px;line-height:1}.community-inquiry-dialog-close:focus-visible,.community-inquiry-dialog-close:hover{border-color:var(--accent);color:var(--accent)}.communities-form-shell .community-inquiry-dialog .community-interest-form,.community-inquiry-dialog .community-interest-form{width:100%;padding:0}.community-inquiry-dialog .community-form-footer{display:flex;justify-content:flex-end}.community-interest-form{width:100%}.community-form-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px 24px}.community-form-footer .button{justify-self:end;margin-inline:0;flex-shrink:0}.community-interest-form select{width:100%;min-height:48px;padding:0 44px 0 16px;border:1px solid rgba(20,37,52,.34);border-radius:var(--radius-sm);appearance:none;box-shadow:none;background:linear-gradient(45deg,transparent 50%,var(--navy) 50%) calc(100% - 20px) 21px /5px 5px no-repeat,linear-gradient(135deg,var(--navy) 50%,transparent 50%) calc(100% - 15px) 21px /5px 5px no-repeat,var(--cream);background-color:var(--cream);color:var(--navy);font:inherit}.community-interest-form select:focus-visible{outline:none;border-color:var(--focus)}.community-consent{display:grid!important;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:12px!important}.community-consent input{width:18px;min-height:18px;margin-top:2px;accent-color:var(--accent)}.community-consent span{font-size:12px!important;font-weight:400!important;letter-spacing:0!important;line-height:1.55;text-transform:none!important}.community-interest-form .form-status{max-width:52ch;color:var(--text-soft);font-size:13px;line-height:1.55}.communities-faq-section,.visit-faq-section{border-top:1px solid var(--line);background:var(--background)}.section.visit-faq-section{padding-top:clamp(48px,6vw,72px);padding-bottom:clamp(32px,4vw,48px)}.communities-faq-section .communities-section-heading,.visit-faq-section .communities-section-heading{gap:4px}.communities-faq-section .communities-section-heading h2,.visit-faq-section .communities-section-heading h2{max-width:22ch;font-size:clamp(28px,6vw,40px);line-height:1.12;text-wrap:balance}.visit-faq-section .communities-section-heading h2{max-width:none;text-wrap:pretty}.visit-faq-section .beliefs-accordion{margin-top:0}.visit-faq-section .beliefs-accordion-toolbar{padding:0 0 12px}.communities-faq-section .beliefs-accordion{margin-top:8px}.communities-faq-section .beliefs-accordion-toolbar{padding:8px 0 12px}.communities-faq-section .beliefs-accordion-item h3>button,.visit-faq-section .beliefs-accordion-item h3>button{min-height:60px;padding:12px 0}.communities-faq-section .beliefs-accordion-title,.visit-faq-section .beliefs-accordion-title{font-size:clamp(16px,3.5vw,20px);line-height:1.3}.communities-faq-section .beliefs-accordion-icon,.visit-faq-section .beliefs-accordion-icon{font-size:20px}:root[data-theme=dark] .communities-form-section,:root[data-theme=dark] .communities-hero,:root[data-theme=dark] .resources-hero{background:var(--background)}:root[data-theme=dark] .collection-card,:root[data-theme=dark] .collection-card-copy,:root[data-theme=dark] .resources-hero-latest{background:var(--cream);color:var(--navy);--text:var(--navy);--text-soft:#53616e;--line:rgba(20,37,52,0.18);border-color:rgba(20,37,52,.18)}:root[data-theme=dark] .communities-experience-section{background:linear-gradient(180deg,var(--surface-alt),var(--background))}:root[data-theme=dark] .communities-feature-card{background:var(--surface-alt)}:root[data-theme=dark] .communities-form-shell{background:transparent}:root[data-theme=dark] .community-interest-form select{border-color:transparent;background:linear-gradient(45deg,transparent 50%,var(--navy) 50%) calc(100% - 20px) 21px /5px 5px no-repeat,linear-gradient(135deg,var(--navy) 50%,transparent 50%) calc(100% - 15px) 21px /5px 5px no-repeat,var(--white);color:var(--navy)}:root[data-theme=dark] .community-interest-form .form-status{color:var(--text-soft)}@media (min-width:720px){.container{width:min(calc(100% - 48px),var(--max-content))}.nav-shell,.site-header{height:80px}.nav-shell{width:min(calc(100% - 48px),var(--max-navigation));min-height:80px}.brand{height:64px}.brand img{height:47px}.hero{padding:56px 0 32px}.hero-grid{gap:48px}.article-hero h1,.page-hero h1{font-size:clamp(56px,7vw,88px)}.hero-media{aspect-ratio:2.12/1}.section{padding:96px 0}.section.resource-hub-section.resource-catalog-section{padding-bottom:clamp(40px,5vw,48px)}.about-page-hero{padding:80px 0 48px}.about-page>.about-page-hero{padding-block:64px}.about-page-hero-inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px}.visit-page-hero-inner{grid-template-columns:minmax(0,1fr)}.visit-gathering-layout{gap:72px}.visit-gathering-intro{justify-items:center;margin-inline:auto;text-align:center}.visit-gathering-intro h2{max-width:16ch}.visit-page-hero .about-page-hero-copy{text-align:center;justify-items:center}.visit-page-hero .about-page-hero-copy h1{align-items:center}.about-page-hero-copy{gap:24px;text-align:left;justify-items:start}.about-page-hero-copy h1{align-items:flex-start;gap:16px}.about-intro-greeting{font-size:64px}.about-intro-headline{font-size:clamp(44px,4vw,52px)}.about-intro-tagline{max-width:24ch;font-size:clamp(26px,2.5vw,30px)}.about-page-hero-media{min-height:0;aspect-ratio:4/5}.resources-hero .resources-hero-media{aspect-ratio:auto}.visit-page-hero .about-page-hero-media{aspect-ratio:16/10}.about-pastor-card{grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:48px}.about-pastor-copy{min-height:100%}.beliefs-accordion-item h3>button{min-height:80px;grid-template-columns:64px minmax(0,1fr) 40px}.beliefs-accordion-panel{padding:0}.beliefs-accordion-panel p{padding-right:40px;padding-left:64px}.beliefs-accordion-panel-action{padding:8px 40px 24px 64px}.about-partners-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-about-section{padding-bottom:64px}.home-about-section+.contact-section{padding-top:48px}.principles-section+.home-about-section{padding-top:64px}.principles-section{padding-bottom:16px}.principles-grid{gap:16px}.principle-card{min-height:120px;padding:16px 24px;grid-template-columns:56px minmax(0,1fr);gap:16px}.principle-icon{width:56px;height:56px}.principle-card h2{font-size:clamp(22px,2.8vw,32px)}.home-about-shell{gap:72px}.home-about-gallery{width:calc(100% + 48px);margin-inline:-24px;padding-inline:24px;scroll-padding-inline:24px;gap:24px}.home-about-photo{flex-basis:44%}.home-communities-shell{align-items:center;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:48px}.home-community-card{grid-template-columns:minmax(0,1fr)}.home-community-image{min-height:0;aspect-ratio:16/9}.home-community-copy{padding:24px}.home-community-copy h3{font-size:clamp(28px,3vw,40px)}.section.home-communities-section{padding:64px 0}.home-latest-teaching{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr}.home-teachings-layout{grid-template-columns:1fr}.home-latest-image{aspect-ratio:auto;min-height:0}.home-latest-copy{min-height:320px;padding:32px}.home-content-shell{gap:64px}.home-resources-group{margin-bottom:-96px;padding:80px 0}.home-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-series-grid{--series-card-width:calc((100% - 24px) / 2.2);width:calc(100% + 48px);margin-inline:-24px;padding-inline:24px;scroll-padding-inline:24px;overflow-x:auto;gap:24px;padding-bottom:16px;scroll-snap-type:x mandatory}.home-series-grid:after{display:none}.home-series-card{aspect-ratio:16/9}.split-heading{grid-template-columns:minmax(0,1.5fr) minmax(240px,.65fr);gap:48px}.contact-section h2,.section-heading h2,.static-contact h2{font-size:clamp(40px,5vw,64px)}.subsection-heading.with-link{align-items:flex-end;justify-content:space-between;flex-direction:row}.collection-grid,.resource-catalog-grid,.resource-grid,.teaching-grid,.teaching-list,.topics-directory{grid-template-columns:repeat(2,minmax(0,1fr))}.topics-directory{gap:56px 48px}.topic-directory-scripture ul{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-grid,.static-contact{grid-template-columns:minmax(304px,.85fr) minmax(0,1.15fr)}.contact-grid .contact-form,.contact-grid>div:first-child,.static-contact .contact-form,.static-contact>div:first-child{padding:48px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-scripture-card{min-height:480px}.home-scripture-quote{padding:32px;gap:24px}.site-footer{padding:56px 0 32px}.footer-grid{grid-template-columns:minmax(0,3fr) minmax(min-content,1fr) minmax(min-content,1fr) minmax(0,5fr);gap:24px;padding-bottom:36px}.footer-identity{grid-column:auto}.footer-newsletter{grid-column:auto;padding-top:0;border-top:none;max-width:100%}.footer-meeting-actions{flex-direction:column;gap:6px}.footer-bottom,.footer-preferences{align-items:center;flex-direction:row}.article-hero,.page-hero{padding:112px 0}.static-hero .page-hero-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:64px}.article-layout{grid-template-columns:184px minmax(0,760px);gap:64px}.article-aside{position:sticky;top:112px;align-self:start;padding:8px 0 0;border-bottom:0}.filter-bar>div{flex-direction:row}.filter-bar input{flex:1 1}.filter-bar .button{width:auto}.static-list article{grid-template-columns:48px minmax(180px,.65fr) minmax(0,1fr)}.static-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.static-image-grid .static-image:only-child{grid-column:1/-1}.communities-hero-copy{justify-items:start;text-align:left}.communities-purpose-layout{grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);align-items:start;gap:48px}.communities-scripture-mobile{display:none}.communities-scripture-desktop{display:block}.communities-purpose-bridge{aspect-ratio:16/7;margin-top:64px;margin-bottom:-88px}.section.communities-experience-section{padding-top:clamp(136px,14vw,168px)}.communities-feature-card{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.communities-feature-image{min-height:100%;aspect-ratio:auto}.communities-feature-copy{padding:40px}}@media (min-width:980px){.section.home-communities-section{padding:64px 0}.about-pastor-card{grid-template-columns:minmax(360px,.8fr) minmax(0,1.2fr);gap:64px}.home-resources-group{margin-bottom:-112px}.nav-shell{width:min(calc(100% - 64px),var(--max-navigation));grid-template-columns:224px 1fr auto}.desktop-nav{position:absolute;left:50%;display:flex;width:max-content;align-items:center;justify-content:center;gap:24px;transform:translateX(-50%)}.header-actions{grid-column:3;justify-self:end}.desktop-search-action{display:block}.desktop-nav a{font-size:13px;font-weight:700;text-decoration:none}.desktop-nav a.active,.desktop-nav a:hover{color:var(--rust)}:root[data-theme=dark] .desktop-nav a{color:var(--white)}:root[data-theme=dark] .desktop-nav a.active,:root[data-theme=dark] .desktop-nav a:hover{color:var(--sage)}.header-actions{gap:24px}.mobile-menu{display:none}.visit-page-hero-inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:center}.visit-page-hero-content{display:grid;gap:24px}.visit-page-hero-inner .about-page-hero-copy,.visit-page-hero-inner .about-page-hero-media,.visit-page-hero-inner .visit-page-info{order:unset}.visit-page-hero-inner .about-page-hero-copy{gap:16px;text-align:left;justify-items:start}.visit-page-hero-inner .about-page-hero-copy h1{align-items:flex-start}.visit-page-hero-inner .about-page-hero-media{aspect-ratio:4/5}.visit-page-hero-inner .visit-page-info{gap:40px}.visit-gathering-section{padding-top:112px;padding-bottom:112px}.visit-gathering-section .container.visit-gathering-layout{width:min(88vw,1120px);max-width:1120px}.visit-gathering-layout{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(64px,8vw,112px)}.visit-gathering-intro{position:sticky;top:calc(50svh - 184px);min-height:auto;align-content:start;align-self:start;justify-items:start;text-align:left}.visit-gathering-intro h2{width:100%;max-width:none;text-wrap:wrap}.visit-gathering-timeline{--timeline-line-x:22px;width:100%;max-width:500px;margin-inline:auto;padding-left:64px}.visit-gathering-marker{position:absolute;left:-57px;top:0}.visit-gathering-scene{display:grid;position:relative}.visit-gathering-step{display:block;min-height:0;padding-bottom:112px}.visit-gathering-step:last-child{padding-bottom:0}.visit-gathering-scene p{font-size:clamp(28px,2.6vw,38px)}.hero{padding:64px 0 32px}.hero-grid{gap:48px}.hero-copy h1{font-size:clamp(48px,4.4vw,64px)}.section{padding:112px 0}.section.resource-hub-section.resource-catalog-section{padding-bottom:clamp(40px,5vw,48px)}.home-about-section{padding-bottom:64px}.home-about-gallery{display:grid;width:100%;align-items:end;margin-inline:0;padding-inline:0;scroll-padding-inline:0;order:2;overflow:visible;padding-bottom:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;scroll-snap-type:none}.home-about-gallery:after{display:none}.home-about-photo{flex:initial;scroll-snap-align:none;will-change:transform}.home-about-photo-left{transform:translateY(calc(8px + var(--card-offset-y, 0px)))}.home-about-photo-featured{transform:translateY(-32px)}.home-about-photo-right{transform:translateY(calc(14px + var(--card-offset-y, 0px)))}.home-about-intro{padding-bottom:32px}.home-about-action{order:3}.home-about-section+.contact-section{padding-top:48px}.principles-section+.home-about-section{padding-top:64px}.principles-section{padding-bottom:16px}.principles-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.principle-card{min-height:112px;padding:16px 24px;grid-template-columns:56px minmax(0,1fr);gap:16px}.principle-card h2{font-size:clamp(20px,2.1vw,32px)}.principle-icon{width:56px;height:56px}.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.resource-catalog-toolbar{justify-content:space-between}.resource-catalog-tabs{justify-content:flex-start}.resource-catalog-toolbar-actions{justify-content:flex-end;margin-left:auto;margin-right:0}.resource-filters-trigger{display:none}.resource-teachings-layout{grid-template-columns:minmax(280px,.32fr) minmax(0,1fr);align-items:start}.resources-expository-layout{grid-template-columns:minmax(200px,.82fr) minmax(0,1.18fr);grid-template-areas:"heading body" "cta cta";gap:clamp(24px,4vw,32px)}.resources-expository-heading{grid-area:heading}.resources-expository-body{grid-area:body}.resources-expository-cta{grid-area:cta}.resource-teaching-filters-desktop{display:block;position:sticky;top:104px}.resource-hub-section .collection-card-copy{min-height:208px;padding:24px}.resource-hub-section .collection-card h2{font-size:clamp(24px,2.6vw,32px)}.home-resource-grid,.home-series-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-series-grid{display:grid;width:100%;margin-inline:0;padding-inline:0;scroll-padding-inline:0;overflow:visible;grid-auto-columns:auto;grid-auto-flow:row;padding-bottom:0;scroll-snap-type:none;gap:24px}.home-series-grid:after{display:none}.home-series-card{flex:initial}.collection-card{grid-template-columns:minmax(0,1fr)}.resource-catalog-grid,.teaching-grid,.teaching-list{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-teaching-grid,.related-section .teaching-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.resources-expository-layout{grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);grid-template-areas:"heading body" "cta body";gap:48px}.resources-expository-heading h2{font-size:clamp(40px,4.2vw,56px)}.topics-directory{grid-template-columns:repeat(3,minmax(0,1fr));gap:72px 56px}.topic-directory-scripture ul{grid-template-columns:repeat(4,minmax(0,1fr))}.contact-grid .contact-form,.contact-grid>div:first-child,.static-contact .contact-form,.static-contact>div:first-child{padding:40px}.static-hero .page-hero-grid{grid-template-columns:minmax(0,1fr) minmax(400px,.8fr);gap:96px}.article-layout{grid-template-columns:200px minmax(0,760px);gap:96px}.communities-hero-inner,.resources-hero-inner{align-items:center;gap:72px}.communities-hero-copy .about-intro-headline,.resources-hero-copy .about-intro-headline{font-size:clamp(52px,5.2vw,72px)}.communities-purpose-layout{grid-template-columns:minmax(360px,.9fr) minmax(420px,1.1fr);gap:clamp(72px,9vw,128px)}.communities-purpose-bridge{aspect-ratio:16/6;margin-top:72px;margin-bottom:-112px}.section.communities-experience-section{padding-top:clamp(152px,13vw,208px)}.communities-experience-heading{max-width:min(100%,1040px)}.communities-practices{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;column-gap:clamp(16px,2vw,28px)}.communities-practices li{display:grid;grid-template-columns:1fr;align-content:start;align-items:start;height:100%;gap:12px;padding:0 0 0 clamp(16px,2vw,24px);border-top:0;border-bottom:0;border-left:1px solid var(--line)}.communities-practices p,.communities-practices span{align-self:start}.communities-practices li:first-child{padding-left:0;border-left:0;border-top:0}.communities-practices li:last-child{grid-column:auto}.communities-feature-copy{padding:36px 40px}.communities-form-heading{padding:48px 56px}.communities-form-shell .community-interest-form{padding:32px 56px 56px}.site-footer{padding:64px 0 36px}.footer-grid{grid-template-columns:minmax(0,3fr) minmax(min-content,1fr) minmax(min-content,1fr) minmax(0,5fr);gap:40px;padding-bottom:40px}.footer-newsletter{grid-column:auto;padding-top:0;border-top:none;width:100%;max-width:100%}.footer-newsletter-form{max-width:440px}}.give-page{--give-type-section:clamp(36px,4.7vw,48px);--give-type-supporting:clamp(30px,4vw,40px);--give-type-card:clamp(26px,3.2vw,32px);--give-type-item:clamp(18px,2vw,20px);--give-type-body:clamp(15px,1.7vw,17px)}.give-hero{position:relative;padding-top:clamp(40px,5vw,56px);padding-bottom:clamp(32px,4vw,48px);border-bottom:1px solid var(--line);background:radial-gradient(circle at 88% 14%,color-mix(in srgb,var(--sage) 12%,transparent),transparent 30%),var(--background)}:root:not([data-theme=dark]) .about-page>.about-page-hero,:root:not([data-theme=dark]) .give-hero,:root:not([data-theme=dark]) .visit-page-hero{background:linear-gradient(180deg,var(--surface-alt) 0,var(--cream) 100%)}:root[data-theme=dark] .about-page>.about-page-hero,:root[data-theme=dark] .communities-hero,:root[data-theme=dark] .give-hero,:root[data-theme=dark] .resources-hero,:root[data-theme=dark] .visit-page-hero{background:linear-gradient(180deg,var(--teal) 0,var(--navy) 100%)}.give-hero>.container{display:grid;gap:clamp(28px,4vw,40px)}.give-hero-inner{gap:clamp(32px,5vw,56px)}.give-hero-copy{align-content:center}.give-hero-copy .about-intro-headline{max-width:12ch;font-size:clamp(42px,10vw,68px);line-height:1.02}.give-hero-copy .give-hero-reference{color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.04em;line-height:1.4}.communities-hero-copy .button,.give-hero-copy .button{justify-self:start;min-height:40px;padding:8px 16px;font-size:13px}.give-hero-media{position:relative;min-height:340px}.give-hero-media img{object-position:center}.section.give-section{padding:clamp(64px,9vw,112px) 0}.section.give-methods-section{padding:clamp(48px,6vw,72px) 0 clamp(64px,8vw,104px)}.give-mission-heading h2{margin:0;font-size:var(--give-type-section);font-weight:400;letter-spacing:-.035em;line-height:1.12}.give-mission-heading h2 em{font-family:var(--font-editorial);font-style:italic;font-weight:400}.give-mission-heading>p{max-width:62ch;margin:0;color:var(--text-soft);font-size:var(--give-type-body);line-height:1.6}.give-mission-heading{display:grid;gap:16px;max-width:640px}.give-mission-heading .eyebrow{margin:0}.section.give-section.give-mission-section{padding:clamp(72px,8.5vw,112px) 0 clamp(64px,8vw,96px)}.give-mission-section{overflow:hidden;border-top:1px solid var(--line);border-bottom:0;background:linear-gradient(180deg,var(--surface-alt) 0,var(--background) 100%)}.give-mission-grid{display:grid;gap:24px;margin-top:clamp(32px,4.5vw,48px)}@media (min-width:720px){.give-mission-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.give-mission-card{display:grid;align-content:start;gap:14px;padding:clamp(24px,3.5vw,32px);border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 4px 16px rgba(20,37,52,.03)}.give-mission-card-number{color:var(--accent);font-size:13px;font-weight:700;letter-spacing:.08em}.give-mission-card h3{margin:0;font-size:19px;font-weight:700;letter-spacing:-.02em;line-height:1.3}.give-mission-card p{margin:0;color:var(--text-soft);font-size:15px;line-height:1.6}.give-methods-section .communities-section-heading{max-width:620px;margin-inline:0;margin-bottom:clamp(24px,4vw,40px);justify-items:start;text-align:left}.give-methods-section .communities-section-heading h2{font-size:var(--give-type-section);font-weight:400;letter-spacing:-.035em;line-height:1.12}.give-methods-section .communities-section-heading>p:last-child{font-size:var(--give-type-body);line-height:1.6}.give-methods-grid{display:grid;gap:24px}@media (min-width:860px){.give-methods-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:start;gap:24px}.give-methods-grid>.give-transfer-card{grid-column:2;grid-row:1/span 2}}.give-method-card{display:flex;flex-direction:column;align-content:start;gap:16px;padding:clamp(24px,3.5vw,32px);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:0 4px 20px rgba(20,37,52,.04)}.give-method-card,.give-transfer-card{background:var(--surface)}.give-method-card-header{display:grid;gap:10px}.give-method-card h3{margin:0;font-family:var(--font-editorial);font-size:var(--give-type-card);font-style:italic;font-weight:400;line-height:1.2}.give-method-card p{max-width:54ch;margin:0;color:var(--text-soft);font-size:14px;line-height:1.55}.give-method-number{color:var(--accent);font-size:13px;font-weight:700;letter-spacing:.08em}.give-online-card .give-online-security{display:flex;align-items:center;gap:8px;margin-top:auto;font-size:12px!important}.give-online-card .give-online-security svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.give-online-card .give-online-trigger{width:100%}.give-online-dialog{width:min(560px,calc(100vw - 32px));max-height:min(90vh,820px);overflow-y:auto}.give-online-dialog--checkout{width:min(580px,calc(100vw - 24px));max-height:min(94vh,900px);overflow-y:auto}.give-online-dialog .community-inquiry-dialog-inner{padding:clamp(24px,4.5vw,36px) clamp(24px,4.5vw,36px) 20px}.give-online-dialog--checkout .community-inquiry-dialog-inner{padding:18px 24px 20px;gap:10px}.give-online-dialog .community-inquiry-dialog-description{margin-bottom:20px}.give-online-dialog .give-online-form{display:grid;gap:18px;padding:0;border:0;background:transparent;box-shadow:none}.give-online-checkout-step{display:flex;flex-direction:column;gap:8px}.give-online-checkout-topbar{display:flex;align-items:center;justify-content:space-between;padding-right:36px;min-height:32px}.give-online-back-button{display:inline-flex;align-items:center;gap:6px;margin:0;padding:4px 0;border:none;background:transparent;color:var(--text-soft);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:color .15s ease}.give-online-back-button:hover{color:var(--text)}.give-online-back-button svg{width:14px;height:14px}.give-online-checkout-badge{display:inline-flex;align-items:center;gap:6px;width:fit-content;margin:0;padding:4px 12px;border-radius:999px;background:var(--sage);color:var(--navy);font-size:13px;font-weight:700}.give-online-elements-container{min-height:auto;margin:0;display:flex;flex-direction:column}.give-online-elements-form{display:flex;flex-direction:column;gap:12px;width:100%}.give-online-elements-form .give-online-actions{padding-top:12px}.give-online-mandate{margin:-2px 0 2px;color:var(--text-soft);font-size:12px;line-height:1.45}:root[data-theme=dark] .give-online-mandate{color:color-mix(in srgb,var(--cream) 70%,transparent)}.give-online-embedded-checkout{min-height:360px;margin:0;padding-bottom:8px;overflow:visible;border-radius:var(--radius-md)}.give-online-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:380px;gap:16px;color:var(--text-soft);font-size:14px}.give-online-loading .spinner{width:32px;height:32px;border:3px solid var(--line);border-top-color:var(--navy);border-radius:50%;animation:give-spin .8s linear infinite}@keyframes give-spin{to{transform:rotate(1turn)}}.give-online-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 8px 8px;gap:14px}.give-online-success-icon{display:grid;place-items:center;width:60px;height:60px;border-radius:50%;background:color-mix(in srgb,var(--sage) 35%,transparent);color:var(--navy)}.give-online-success-icon svg{width:28px;height:28px}.give-online-success h2{margin:0;font-size:clamp(24px,4vw,30px)}.give-online-success-amount{margin:0;font-size:15px;color:var(--text-soft)}.give-online-success-amount strong{color:var(--text);font-size:17px}.give-online-success .community-inquiry-dialog-description{max-width:44ch;margin:0}.give-online-success-button{min-width:140px;margin-top:6px}.give-online-form fieldset{display:grid;min-width:0;margin:0;padding:0;border:0;gap:0}.give-online-form legend{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:var(--text-soft);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.give-online-step{display:inline-grid;width:22px;height:22px;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--accent);font-size:9px}.give-amount-grid,.give-option-group{display:grid;gap:8px}.give-amount-grid,.give-option-group{grid-template-columns:repeat(2,minmax(0,1fr))}.give-amount-grid button,.give-amount-grid label,.give-option-group button{display:flex;min-height:44px;align-items:center;justify-content:center;padding:8px 12px;border:1px solid var(--line);border-radius:var(--radius-sm);background:transparent;color:var(--text);font:inherit;font-size:13px;font-weight:700}.give-amount-grid button,.give-option-group button{cursor:pointer}.give-amount-grid button.active,.give-amount-grid label.active,.give-option-group button.active{border-color:var(--sage);background:var(--sage);color:var(--navy)}.give-amount-grid label{gap:4px;font-weight:400}.give-amount-grid input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:inherit;font:inherit}.give-amount-grid input::placeholder{color:var(--text-soft)}.give-online-submit{width:auto;min-width:160px;min-height:40px;justify-self:end;padding:8px 20px;border-color:var(--navy);background:var(--navy);color:var(--cream);font-size:13px}.give-online-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:14px;border-top:1px solid var(--line)}.give-online-summary{display:grid;gap:3px;margin:0}.give-online-summary span{color:var(--text-soft);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.give-online-summary strong{color:var(--text);font-size:14px;line-height:1.3}:root[data-theme=dark] .give-online-form{border-color:color-mix(in srgb,var(--cream) 22%,transparent);background:var(--teal);color:var(--cream)}:root[data-theme=dark] .give-online-form legend{color:color-mix(in srgb,var(--cream) 78%,transparent)}:root[data-theme=dark] .give-amount-grid button,:root[data-theme=dark] .give-amount-grid label,:root[data-theme=dark] .give-option-group button{border-color:color-mix(in srgb,var(--cream) 30%,transparent);color:var(--cream)}:root[data-theme=dark] .give-amount-grid button.active,:root[data-theme=dark] .give-amount-grid label.active,:root[data-theme=dark] .give-option-group button.active{color:var(--navy)}:root[data-theme=dark] .give-online-summary strong{color:var(--cream)}:root[data-theme=dark] .give-amount-grid input::placeholder{color:color-mix(in srgb,var(--cream) 72%,transparent)}:root[data-theme=dark] .give-online-submit{border-color:var(--cream);background:var(--cream);color:var(--navy)}:root[data-theme=dark] .give-online-back-button{color:color-mix(in srgb,var(--cream) 70%,transparent)}:root[data-theme=dark] .give-online-back-button:hover{color:var(--cream)}:root[data-theme=dark] .give-online-checkout-badge{background:var(--sage);color:var(--navy)}:root[data-theme=dark] .give-online-success-icon{background:color-mix(in srgb,var(--sage) 30%,transparent);color:var(--sage)}:root[data-theme=dark] .give-online-success-amount strong{color:var(--cream)}:root[data-theme=dark] .give-online-loading .spinner{border-color:color-mix(in srgb,var(--cream) 25%,transparent);border-top-color:var(--cream)}.give-online-error{min-height:1.5em;color:var(--rust)!important;font-size:12px!important}.give-online-error:empty{display:none}.give-bank-card{display:grid;margin:12px 0 0;padding:0;border-top:1px solid var(--line)}.give-bank-row{display:grid;gap:8px;padding:14px 0;border-bottom:1px solid var(--line)}.give-bank-row dt{color:var(--text-soft);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.give-bank-row dd{margin:0;color:var(--text);font-size:14px;line-height:1.5}.give-bank-row-actions dd{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.give-copy-button{display:inline-grid;width:30px;height:30px;padding:6px;place-items:center;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--accent);font-family:inherit;cursor:pointer;transition:border-color .18s ease,color .18s ease,background-color .18s ease}.give-copy-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.give-copy-button:focus-visible,.give-copy-button:hover{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,transparent);color:var(--text)}.give-page .visit-faq-section .communities-section-heading h2{font-size:var(--give-type-supporting)}.give-page .section.visit-faq-section{padding-block:clamp(40px,5vw,56px);border-top:0}@media (min-width:720px){.give-amount-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.give-online-form{grid-template-columns:1fr;align-items:stretch;gap:18px;padding:24px}.give-online-form fieldset{grid-template-columns:1fr;gap:0;padding:0}.give-online-form fieldset:first-child{border-bottom:0}.give-online-form fieldset legend{margin-bottom:8px}.give-online-actions,.give-online-error{grid-column:1}.give-bank-row{grid-template-columns:minmax(120px,.42fr) minmax(0,1fr);align-items:center}}@media (min-width:980px){.give-hero-media{min-height:440px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important}}.resources-hero-search.search-page-form>div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:0}.resources-hero-search.search-page-form .button,.resources-hero-search.search-page-form .resources-hero-search-field,.resources-hero-search.search-page-form input{min-height:52px;font-size:13px}.resources-hero-search.search-page-form .resources-hero-search-field,.resources-hero-search.search-page-form input{padding:12px 16px;border:1px solid rgba(20,37,52,.34);border-right:0;border-radius:var(--radius-sm) 0 0 var(--radius-sm);background:var(--cream);color:var(--navy);text-align:left;cursor:pointer;display:flex;align-items:center;width:100%}.resources-hero-search.search-page-form .resources-hero-search-placeholder,.resources-hero-search.search-page-form input::placeholder{color:var(--text-soft)}:root[data-theme=dark] .resources-hero-search.search-page-form .resources-hero-search-field,:root[data-theme=dark] .resources-hero-search.search-page-form input{border-color:rgba(240,236,233,.24);background:var(--navy);color:var(--cream)}:root[data-theme=dark] .resources-hero-search.search-page-form .resources-hero-search-placeholder,:root[data-theme=dark] .resources-hero-search.search-page-form input::placeholder{color:rgba(240,236,233,.62)}.resources-hero-search.search-page-form .button{width:auto;padding:10px 22px;border-radius:0 var(--radius-sm) var(--radius-sm) 0}@media (max-width:560px){.resources-hero-search.search-page-form>div{grid-template-columns:minmax(0,1fr);gap:8px}.resources-hero-search.search-page-form .resources-hero-search-field,.resources-hero-search.search-page-form input{border-right:1px solid var(--line);border-radius:var(--radius-sm)}.resources-hero-search.search-page-form .button{width:100%;border-radius:var(--radius-sm)}}.about-page-hero{--page-hero-title-size:clamp(40px,10vw,56px);--page-hero-body-size:clamp(15px,2.8vw,17px);padding-block:clamp(48px,6vw,64px)}.about-page-hero-inner{gap:clamp(36px,5vw,64px)}.about-page-hero .about-page-hero-copy{gap:clamp(18px,2.4vw,24px)}.about-page-hero .about-intro-headline{font-size:var(--page-hero-title-size);line-height:1.04}.about-page-hero .about-page-copy,.about-page-hero .communities-hero-body{max-width:58ch}.about-page-hero .about-page-copy p,.about-page-hero .communities-hero-body p{font-size:var(--page-hero-body-size);line-height:1.6}.about-page-hero .about-page-copy p.give-hero-reference{font-size:11px;line-height:1.4}.communities-hero-media,.give-hero-media{min-height:0;aspect-ratio:16/10}.communities-hero-copy>.button,.give-hero-copy>.button,.visit-page-info-block>.button{min-height:40px;padding:8px 16px;border-radius:var(--radius-sm);font-size:13px}@media (min-width:720px){.about-page-hero{--page-hero-title-size:clamp(48px,5vw,56px)}.communities-hero-media,.give-hero-media{aspect-ratio:4/5}}@media (min-width:980px){.about-page-hero-inner{min-height:576px}}.teaching-article-header{padding:clamp(52px,6.5vw,76px) 0 clamp(14px,1.8vw,20px);background:linear-gradient(180deg,color-mix(in srgb,var(--sage) 35%,var(--cream)) 0,color-mix(in srgb,var(--teal) 12%,var(--cream)) 80%,var(--background) 100%)}:root[data-theme=dark] .teaching-article-header{background:linear-gradient(180deg,color-mix(in srgb,var(--sage) 20%,var(--teal)) 0,var(--navy) 100%)}.teaching-header-container{max-width:1080px;margin:0 auto}.teaching-header-grid{display:grid;grid-template-columns:1fr;gap:28px;align-items:start}@media (min-width:860px){.teaching-header-grid{grid-template-columns:minmax(180px,240px) minmax(0,1fr);gap:clamp(48px,6vw,84px)}}.teaching-header-aside{display:grid;gap:14px;padding-top:8px}.teaching-header-breadcrumbs{margin-bottom:0;font-size:14px}.teaching-header-breadcrumbs a{color:var(--text-soft);text-decoration:none;font-weight:500;transition:color .16s ease}.teaching-header-breadcrumbs a:focus-visible,.teaching-header-breadcrumbs a:hover{color:var(--accent);text-decoration:underline}.teaching-header-main{display:grid;gap:16px}.teaching-header-heading{display:grid;gap:8px}.teaching-eyebrow{color:var(--accent);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0}.teaching-header-details{display:grid;gap:24px}.resource-header-excerpt{max-width:68ch;margin:8px 0 0;color:var(--text-soft);font-size:18px;line-height:1.65}.teaching-title{font-family:var(--font-sans);font-size:clamp(32px,3.8vw,44px);font-weight:700;line-height:1.18;letter-spacing:-.03em;margin:0;color:var(--text);max-width:22ch;text-wrap:balance}.teaching-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:20px clamp(32px,4vw,52px)}.teaching-meta-item{display:flex;align-items:center;gap:8px;font-size:14px}.teaching-meta-author{gap:12px}.teaching-author-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--text);transition:color .16s ease}.teaching-author-link:focus-visible .teaching-meta-val,.teaching-author-link:hover .teaching-meta-val{color:var(--accent);text-decoration:none}.teaching-author-link:hover .teaching-author-avatar{transform:scale(1.06)}.teaching-author-avatar{display:grid;overflow:hidden;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--navy);color:var(--cream);font-size:14px;font-weight:700;transition:transform .16s ease}.teaching-author-avatar-image{width:100%;height:100%;object-fit:cover}:root[data-theme=dark] .teaching-author-avatar{background:var(--sage);color:var(--navy)}.teaching-meta-label{color:var(--text-soft);font-weight:500}.teaching-meta-val{color:var(--text);font-weight:600}.teaching-tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0}.teaching-tags a,.teaching-tags span{display:inline-flex;align-items:center;padding:4px 12px;border-radius:9999px;background:var(--surface-alt);border:1px solid var(--line);color:var(--text-soft);font-size:12px;font-weight:600;text-decoration:none;transition:all .16s ease}.teaching-tags a:focus-visible,.teaching-tags a:hover{border-color:var(--accent);color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,transparent)}.teaching-divider-container{max-width:1080px;margin:0 auto}.teaching-header-divider{border:0;border-top:1px solid var(--line);margin:clamp(40px,5.5vw,64px) 0 0}.teaching-video-section{padding-top:clamp(14px,1.8vw,20px)}.teaching-video-container{max-width:1080px;margin:0 auto}.teaching-video-wrapper{display:grid;gap:12px}.teaching-video-frame{position:relative;aspect-ratio:16/9;border-radius:var(--radius-lg);overflow:hidden;background:var(--navy);box-shadow:0 16px 48px rgba(20,37,52,.1)}.teaching-video-frame iframe{display:block;width:100%;height:100%;border:0}.teaching-video-facade{position:absolute;inset:0;width:100%;padding:0;border:0;background-color:var(--navy);background-position:50%;background-size:cover;color:var(--cream);cursor:pointer}.teaching-video-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,37,52,.1),rgba(20,37,52,.65))}.teaching-video-play{position:absolute;top:50%;left:50%;display:grid;width:72px;height:72px;border:1px solid rgba(240,236,233,.7);border-radius:50%;background:var(--cream);color:var(--navy);transform:translate(-50%,-50%);place-items:center;box-shadow:0 8px 24px rgba(0,0,0,.3);transition:transform .18s ease,box-shadow .18s ease}.teaching-video-play svg{width:32px;height:32px;margin-left:3px}@media (hover:hover){.teaching-video-facade:hover .teaching-video-play{transform:translate(-50%,-50%) scale(1.08);box-shadow:0 12px 32px rgba(0,0,0,.4)}}.teaching-video-facade:focus-visible .teaching-video-play{border-color:var(--focus);box-shadow:0 0 0 3px var(--focus)}.teaching-audio-section{padding-top:clamp(24px,3.5vw,36px)}.teaching-audio-container{max-width:1080px;margin:0 auto}.teaching-audio-frame{position:relative;width:100%;height:150px;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(20,37,52,.08);isolation:isolate;background:var(--surface)}:root[data-theme=dark] .teaching-audio-frame{box-shadow:0 10px 30px rgba(0,0,0,.4);background:#111d27}.teaching-audio-iframe{display:block;width:100%;height:150px;border:0;border-radius:16px;overflow:hidden;color-scheme:light dark}.teaching-body-container{max-width:1080px;margin:0 auto;padding-top:clamp(36px,5vw,52px);padding-bottom:clamp(64px,8vw,96px)}.teaching-body-grid{display:grid;grid-template-columns:1fr;gap:28px;align-items:start}@media (min-width:980px){.teaching-body-grid{grid-template-columns:minmax(180px,240px) minmax(0,1fr);gap:clamp(48px,6vw,84px)}}.teaching-body-aside{display:none}@media (min-width:980px){.teaching-body-aside{display:block;position:sticky;top:104px}}.teaching-toc{margin-bottom:0;padding:0 0 0 16px;border:0;border-left:2px solid var(--line);border-radius:0;background:transparent}.teaching-toc-title{color:var(--text-soft);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 16px}.teaching-toc ol{display:grid;padding:0;margin:0;list-style:none;gap:16px}.teaching-toc-link{display:block;color:var(--text-soft);font-size:14px;font-weight:400;line-height:1.55;text-decoration:none;transition:color var(--duration-fast) var(--ease-gentle)}.teaching-toc-link:focus-visible,.teaching-toc-link:hover{color:var(--text);text-decoration:none}.teaching-toc-link.is-active{color:var(--accent)}.teaching-content{max-width:720px}.teaching-content h2,.teaching-content h3,.teaching-content h4{scroll-margin-top:112px}.article-heading-with-ref{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.article-heading-title{display:block}.article-heading-ref{display:inline-flex;align-items:center;font-family:var(--font-sans);font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#2c5943;line-height:1.4}:root[data-theme=dark] .article-heading-ref{color:var(--sage)}.teaching-content .article-body{font-size:18px;line-height:1.75}.teaching-content .article-body h2,.teaching-content .article-body h3{scroll-margin-top:112px}.teaching-nav-container{max-width:1080px;margin:0 auto;padding-bottom:clamp(28px,4vw,44px)}.teaching-nav{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:clamp(20px,3vw,40px);padding:clamp(32px,4vw,44px) 0 0;border:0;border-top:1px solid var(--line);background:transparent;border-radius:0;box-shadow:none}.teaching-nav-link{display:grid;gap:2px;text-decoration:none;color:var(--text);transition:color var(--duration-fast) var(--ease-gentle)}.teaching-nav-next{text-align:right;justify-items:end}.teaching-nav-label{color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.teaching-nav-title{font-family:var(--font-sans);font-size:16px;font-weight:600;line-height:1.35;color:var(--text);transition:color var(--duration-fast) var(--ease-gentle)}.teaching-nav-link:focus-visible .teaching-nav-title,.teaching-nav-link:hover .teaching-nav-title{color:var(--accent)}.teaching-nav-series-link{min-height:42px;padding:10px 20px;font-size:13px;letter-spacing:.02em;white-space:nowrap}.teaching-nav-series-link:active,.teaching-nav-series-link:focus-visible,.teaching-nav-series-link:hover{transform:none;box-shadow:none}.teaching-nav-series-link:after{max-width:0;opacity:0;overflow:hidden;content:"→";white-space:nowrap;transition:max-width .18s ease,opacity .18s ease,margin-left .18s ease}.teaching-nav-series-link:focus-visible:after,.teaching-nav-series-link:hover:after{max-width:1em;margin-left:6px;opacity:1}.teaching-nav-placeholder{visibility:hidden}@media (max-width:680px){.teaching-nav{grid-template-columns:1fr;text-align:center;gap:20px;padding-top:28px}.teaching-nav-next{text-align:center}.teaching-nav-link,.teaching-nav-next{justify-items:center}.teaching-nav-placeholder{display:none}}.section.related-section{padding:32px 0 44px}.scripture-ref{cursor:pointer;transition:color var(--duration-fast) var(--ease-gentle)}.scripture-ref:focus-visible,.scripture-ref:hover{color:var(--accent)}.scripture-ref:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:2px}.article-body .scripture-ref{text-decoration:underline;text-decoration-style:solid;text-decoration-color:currentColor;text-underline-offset:3px;text-decoration-thickness:1px;transition:color var(--duration-fast) var(--ease-gentle),text-decoration-color var(--duration-fast) var(--ease-gentle)}.article-body .scripture-ref:focus-visible,.article-body .scripture-ref:hover{color:var(--accent);text-decoration-color:var(--accent)}.scripture-popover{position:fixed;z-index:9999;max-width:380px;width:max-content;padding:20px 24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);pointer-events:auto;animation:scripture-popover-in var(--duration-fast) var(--ease-editorial) both}.scripture-popover[data-closing=true]{animation:scripture-popover-out .15s ease both}.scripture-popover[data-position=top]{transform-origin:center bottom}.scripture-popover[data-position=bottom]{transform-origin:center top}@keyframes scripture-popover-in{0%{opacity:0;transform:scale(.96) translateY(4px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes scripture-popover-out{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.96) translateY(4px)}}.scripture-popover-arrow{position:absolute;left:50%;width:10px;height:10px;background:var(--surface);border:1px solid var(--line);transform:translateX(-50%) rotate(45deg);pointer-events:none}.scripture-popover[data-position=top] .scripture-popover-arrow{bottom:-5px;border-top:none;border-left:none}.scripture-popover[data-position=bottom] .scripture-popover-arrow{top:-5px;border-bottom:none;border-right:none}.scripture-popover-text{margin:0;font-family:var(--font-sans);font-size:14px;line-height:1.7;color:var(--text);max-height:280px;overflow-y:auto;overscroll-behavior:contain;padding-right:8px;animation:scripture-content-fade .22s ease-out both}.scripture-popover-text::-webkit-scrollbar{width:4px}.scripture-popover-text::-webkit-scrollbar-track{background:transparent}.scripture-popover-text::-webkit-scrollbar-thumb{background:var(--line);border-radius:4px}.scripture-popover-text[data-scroll-down=true]:not([data-scroll-up=true]){-webkit-mask-image:linear-gradient(180deg,black calc(100% - 32px),transparent);mask-image:linear-gradient(180deg,black calc(100% - 32px),transparent)}.scripture-popover-text[data-scroll-down=true][data-scroll-up=true]{-webkit-mask-image:linear-gradient(180deg,transparent 0,black 24px,black calc(100% - 32px),transparent);mask-image:linear-gradient(180deg,transparent 0,black 24px,black calc(100% - 32px),transparent)}.scripture-popover-text[data-scroll-up=true]:not([data-scroll-down=true]){-webkit-mask-image:linear-gradient(180deg,transparent 0,black 24px,black);mask-image:linear-gradient(180deg,transparent 0,black 24px,black)}.scripture-popover-cite{margin:12px 0 0;font-family:var(--font-sans);font-size:13px;font-weight:700;letter-spacing:.01em;color:var(--accent);animation:scripture-content-fade .22s ease-out both}@keyframes scripture-content-fade{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.scripture-popover-error{margin:0;font-family:var(--font-sans);font-size:13px;color:var(--text-soft);font-style:italic;animation:scripture-content-fade .22s ease-out both}.scripture-popover-loading{display:flex;flex-direction:column;gap:8px;min-width:200px}.scripture-popover-loading div{height:14px;border-radius:4px;background:linear-gradient(90deg,var(--line) 25%,transparent 50%,var(--line) 75%);background-size:200% 100%;animation:scripture-shimmer 1.5s ease-in-out infinite}.scripture-popover-loading div:first-child{width:100%}.scripture-popover-loading div:nth-child(2){width:88%}.scripture-popover-loading div:nth-child(3){width:60%}@keyframes scripture-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:719px){.scripture-popover{max-width:calc(100vw - 32px)}}