:root{--bg: #f2eee6;--surface: #fffdf8;--surface-soft: #e9e3d8;--text: #18243a;--text-soft: #526071;--nav-bg: rgba(24, 36, 58, .96);--accent: #a8e3c4;--accent-dark: #2f8b67;--border: rgba(24, 36, 58, .12);--shadow-sm: 0 8px 24px rgba(24, 36, 58, .08);--shadow: 0 18px 50px rgba(24, 36, 58, .12);--radius-sm: 10px;--radius: 18px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Trebuchet MS,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}:focus-visible{outline:3px solid var(--accent-dark);outline-offset:3px}.app-shell{min-height:100vh}.site-nav{position:sticky;top:0;z-index:1000;padding:0;border-bottom:1px solid rgba(255,255,255,.08);background:var(--nav-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1180px;min-height:76px;margin:0 auto;padding:.75rem 1.25rem}.brand{display:flex;align-items:center;color:#fff;font-weight:700;letter-spacing:.02em;text-decoration:none}.brand-text{font-size:1rem}.desktop-nav{display:flex;align-items:center;gap:.35rem}.nav-link{padding:.65rem .95rem;border-radius:4px;color:#ffffffe0;font-weight:700;text-decoration:none;transition:color .2s ease,background-color .2s ease}.nav-link:hover{background:#a0ffd11f;color:#fff}.nav-link.active{background:#a8e3c41f;box-shadow:inset 0 -2px 0 var(--accent);color:#fff}.lang-button{margin-left:.35rem;padding:.68rem 1rem;border:1px solid rgba(160,255,209,.45);border-radius:4px;background:transparent;color:var(--accent);cursor:pointer;font-weight:700;transition:border-color .2s ease,background-color .2s ease}.lang-button:hover{border-color:var(--accent);background:#a0ffd11a}.hamburger{display:none;width:46px;height:46px;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid rgba(255,255,255,.16);border-radius:6px;background:transparent;cursor:pointer}.hamburger span{width:20px;height:2px;border-radius:999px;background:#fff;transition:transform .2s ease,opacity .2s ease}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:flex;flex-direction:column;gap:.35rem;max-width:1180px;margin:0 auto;padding:.75rem 1.25rem 1.25rem;border-top:1px solid rgba(255,255,255,.08)}.mobile-menu .nav-link,.mobile-menu .lang-button{width:100%;margin:0;text-align:left}.page-content{max-width:1180px;margin:0 auto;padding:clamp(2.5rem,6vw,5rem) 1.25rem}.route-loading{min-height:45vh;text-align:center}.page-header{max-width:760px;margin:0 auto clamp(2rem,5vw,3.5rem);text-align:center}.page-header h1,.section-heading h2,.gospel-invite h2{margin:0;color:var(--text);font-family:American Typewriter,Courier New,serif;line-height:1.12}.page-header h1{font-size:clamp(2.2rem,6vw,3.75rem)}.page-header>p:last-child,.section-heading>p:last-of-type{max-width:680px;margin:1rem auto 0;color:var(--text-soft);font-size:clamp(1rem,2vw,1.15rem);line-height:1.7}.section-eyebrow{margin:0 0 .55rem;color:#247a5a;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.section-heading{max-width:760px;margin:0 auto clamp(2rem,4vw,3rem);text-align:center}.section-heading h2{font-size:clamp(2rem,5vw,3rem)}.primary-button,.outline-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.85rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:800;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.primary-button{border:2px solid var(--text);background:var(--text);color:#fff}.outline-button{border:2px solid var(--text);background:transparent;color:var(--text)}.primary-button:hover,.outline-button:hover{transform:translateY(-2px)}.primary-button:hover{background:#24334e}.outline-button:hover{background:#18243a0f}.home-hero{position:relative;display:grid;min-height:clamp(560px,calc(100svh - 76px),760px);isolation:isolate}.home-hero:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#0a1323e6,#0a1323b3 48%,#0a132326),linear-gradient(0deg,rgba(10,19,35,.48),transparent 55%);content:"";pointer-events:none}.home-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center center;filter:saturate(.88)}.hero-content{display:flex;width:calc(100% - 2.5rem);max-width:1180px;margin:0 auto;padding:clamp(3.5rem,8vw,6.5rem) 0;align-items:flex-start;justify-content:center;flex-direction:column}.hero-logo{width:clamp(82px,8vw,112px);height:clamp(82px,8vw,112px);margin-bottom:1.5rem;padding:.65rem;border-radius:50%;background:#fffffff0;object-fit:cover}.hero-location{margin:0 0 .85rem;color:var(--accent);font-size:.82rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hero-content h1{max-width:840px;margin:0;color:#fff;font-family:American Typewriter,Courier New,serif;font-size:clamp(3.2rem,7vw,5.8rem);line-height:.98;text-wrap:balance}.hero-summary{max-width:680px;margin:1.25rem 0 0;color:#ffffffe0;font-size:clamp(1.1rem,2.2vw,1.4rem);line-height:1.55}.hero-visit{display:flex;margin-top:2.25rem;align-items:center;gap:1.5rem;color:#fff}.hero-visit strong{font-size:1.02rem}.hero-visit a{display:inline-flex;min-height:48px;padding:.8rem 1.2rem;align-items:center;border-radius:4px;background:var(--accent);color:var(--text);font-weight:800;text-decoration:none}.welcome-section{padding:clamp(5.5rem,10vw,8.5rem) 1.25rem;background:#f7f1e7}.welcome-inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);max-width:1180px;margin:0 auto;align-items:center;gap:clamp(3rem,8vw,7rem)}.welcome-copy h2,.visit-content h2{margin:0;color:var(--text);font-family:American Typewriter,Courier New,serif;font-size:clamp(2.35rem,5vw,3.65rem);line-height:1.08;text-wrap:balance}.welcome-copy>p{margin:1.5rem 0 0;color:var(--text-soft);font-size:clamp(1.05rem,2vw,1.18rem);line-height:1.8}.doctrine-action{margin-top:2rem}.welcome-photo{position:relative;z-index:0;margin:0}.welcome-photo:before{position:absolute;top:18px;right:-18px;bottom:-18px;left:18px;z-index:-1;background:var(--accent);content:""}.welcome-photo img{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover}.visit-section{padding:clamp(5.5rem,10vw,8rem) 1.25rem;background:var(--text);color:#ffffffc7}.visit-inner{display:grid;grid-template-columns:minmax(340px,.9fr) minmax(0,1.1fr);max-width:1180px;margin:0 auto;align-items:stretch;gap:clamp(3rem,7vw,6rem)}.visit-inner>.reveal{height:100%}.visit-content h2{color:#fff}.schedule-panel{margin-top:2.75rem}.schedule-panel h3,.location-details h3{margin:0 0 1rem;color:var(--accent);font-size:.82rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.service-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem 2rem}.service-day{display:grid;gap:.2rem;color:#ffffffb8;line-height:1.48}.service-day:first-child{grid-column:1 / -1}.service-day strong{color:#fff;font-size:1.05rem}.location-details{display:flex;margin-top:2.75rem;padding-top:2rem;align-items:flex-end;justify-content:space-between;gap:2rem;border-top:1px solid rgba(255,255,255,.18)}.location-address{margin:0;color:#ffffffbf;font-size:1.05rem;font-style:normal;line-height:1.6}.location-address a,.location-link{color:var(--accent);font-weight:800;text-underline-offset:.2em}.map-shell{height:100%;min-height:570px;overflow:hidden;border:0;border-radius:4px;background:#d5d9dd}.map-frame{width:100%;height:100%;border:0}.gallery-section{padding:clamp(5.5rem,10vw,8rem) 1.25rem;background:var(--surface)}.gallery-inner{max-width:1180px;margin:0 auto}.gallery-section .section-heading{max-width:none;margin-left:0;text-align:left}.gallery-strip{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(2,clamp(210px,25vw,320px));gap:.75rem}.gallery-item{min-width:0;margin:0;overflow:hidden;background:#d5d9dd}.gallery-item:nth-child(1){grid-column:1 / 8}.gallery-item:nth-child(2){grid-column:8 / -1}.gallery-item:nth-child(3){grid-column:1 / 6}.gallery-item:nth-child(4){grid-column:6 / -1}.gallery-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.gallery-item:hover .gallery-image{transform:scale(1.025)}.gallery-hint{display:none;margin-top:1rem;color:var(--text);font-size:.9rem;font-weight:800}.events-page{max-width:1000px;margin:0 auto}.events-header{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:clamp(1.25rem,4vw,2.5rem);max-width:none;padding:clamp(1.5rem,4vw,2.75rem);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);text-align:left}.events-header img{width:clamp(88px,11vw,120px);height:clamp(88px,11vw,120px);object-fit:contain}.events-header>div>p:last-child{margin-inline:0}.events-section h2,.past-events summary{font-family:American Typewriter,Courier New,serif}.events-section h2{margin:0 0 1.25rem;font-size:clamp(1.75rem,4vw,2.4rem)}.event-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.event-card{display:grid;grid-template-columns:108px 1fr;gap:1.1rem;min-height:132px;padding:1.2rem;align-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow-sm)}.event-month{display:flex;min-height:86px;padding:.75rem;align-items:center;justify-content:center;border-radius:12px;background:#a0ffd18c;color:var(--text);font-weight:800;text-align:center}.event-date{display:block;margin-bottom:.35rem;color:#247a5a;font-size:.88rem;font-weight:800;letter-spacing:.04em}.event-card h3{margin:0;font-size:1.08rem;line-height:1.4}.empty-events{padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-soft)}.past-events{margin-top:2.5rem;border-top:1px solid var(--border)}.past-events summary{padding:1.5rem 0;cursor:pointer;font-size:clamp(1.35rem,3vw,1.8rem);font-weight:700}.past-events[open] summary{margin-bottom:.5rem}.staff-page{max-width:1000px;margin:0 auto}.staff-list{display:grid;gap:1.5rem}.staff-card{position:relative;display:flex;align-items:center;gap:clamp(1.5rem,4vw,3rem);padding:clamp(1.5rem,4vw,2.5rem);overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.staff-card:before{position:absolute;top:0;bottom:0;left:0;width:6px;background:var(--accent-dark);content:""}.staff-card:nth-child(2n){flex-direction:row-reverse}.staff-card:nth-child(2n):before{right:0;left:auto}.staff-photo{width:clamp(190px,25vw,240px);height:clamp(190px,25vw,240px);flex:0 0 auto;border:6px solid var(--surface-soft);border-radius:50%;object-fit:cover;box-shadow:0 10px 26px #18243a2e}.staff-copy{color:var(--text-soft);font-size:1.08rem;line-height:1.7}.staff-copy h2{margin:.45rem 0 .75rem;color:var(--text);font-family:American Typewriter,Courier New,serif;font-size:clamp(1.7rem,4vw,2.25rem)}.staff-copy p{margin:0}.staff-role{display:inline-flex;padding:.35rem .75rem;border-radius:999px;background:#a0ffd18c;color:var(--text);font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.about-card{max-width:960px;margin:0 auto;padding:clamp(1.5rem,5vw,3.5rem) 0}.about-header{max-width:none;margin:0 0 2rem;text-align:left}.about-lede{max-width:840px;margin:0 0 clamp(3rem,6vw,4.5rem);color:var(--text);font-family:American Typewriter,Courier New,serif;font-size:clamp(1.35rem,3vw,2rem);line-height:1.5}.about-copy{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.75rem,4vw,3.5rem);color:var(--text-soft);font-size:clamp(1rem,1.8vw,1.1rem);line-height:1.75}.about-copy p{margin:0}.gospel-page{max-width:900px;margin:0 auto}.gospel-steps{display:grid;gap:1.25rem}.gospel-step{display:grid;grid-template-columns:72px 1fr;gap:1.25rem;padding:clamp(1.4rem,4vw,2.25rem);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.step-number{display:flex;width:58px;height:58px;align-items:center;justify-content:center;border-radius:50%;background:var(--accent);color:var(--text);font-family:American Typewriter,Courier New,serif;font-size:1.05rem;font-weight:800}.gospel-step-copy h2{margin:0;color:var(--text);font-family:American Typewriter,Courier New,serif;font-size:clamp(1.5rem,4vw,2rem)}.verse-reference{margin:.45rem 0 0;color:#247a5a;font-style:italic;font-weight:700}.gospel-step blockquote{margin:1.25rem 0;padding:0 0 0 1.1rem;border-left:4px solid var(--accent-dark);color:var(--text);font-size:1.08rem;font-weight:700;line-height:1.65}.gospel-step-copy>p:last-child{margin:0;color:var(--text-soft);font-size:1.05rem;line-height:1.75}.prayer-callout{margin-top:2rem;padding:clamp(1.75rem,5vw,3rem);border:1px solid rgba(88,201,155,.4);border-radius:var(--radius);background:linear-gradient(135deg,#fff,#effff7);text-align:center;box-shadow:var(--shadow-sm)}.prayer-callout h2{margin:0;font-family:American Typewriter,Courier New,serif;font-size:clamp(1.6rem,4vw,2.25rem)}.prayer-callout>p:last-child{max-width:720px;margin:1.25rem auto 0;color:var(--text-soft);font-size:1.08rem;line-height:1.75}.gospel-invite{width:calc(100% - 2rem);max-width:1120px;margin:clamp(2rem,6vw,5rem) auto;padding:clamp(2.25rem,6vw,4rem) 1.25rem;border:1px solid rgba(88,201,155,.35);border-radius:var(--radius);background:linear-gradient(135deg,#fff,#f1fff8);box-shadow:var(--shadow-sm);text-align:center}.gospel-invite h2{font-size:clamp(1.85rem,5vw,2.8rem)}.gospel-invite-copy{max-width:720px;margin:1rem auto 1.75rem;color:var(--text-soft);font-size:clamp(1.05rem,2.5vw,1.2rem);line-height:1.7}.site-footer{margin-top:clamp(3rem,7vw,6rem);background:var(--text);color:#ffffffc7}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:clamp(2rem,5vw,4rem);max-width:1180px;margin:0 auto;padding:clamp(2.75rem,6vw,4.5rem) 1.25rem}.footer-brand{display:block}.footer-brand strong{display:block;margin-bottom:.75rem;color:#fff;font-family:American Typewriter,Courier New,serif;font-size:1.15rem}.footer-brand p,.footer-schedule p{margin:.25rem 0;line-height:1.6}.footer-brand a,.footer-schedule a,.footer-nav a{color:var(--accent);font-weight:700;text-decoration:none}.footer-brand a:hover,.footer-schedule a:hover,.footer-nav a:hover{text-decoration:underline}.footer-nav{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem}.footer-nav h2,.footer-schedule h2{margin:0 0 .75rem;color:#fff;font-size:1rem;letter-spacing:.08em;text-transform:uppercase}.footer-schedule a{display:inline-block;margin-top:.75rem}.footer-bottom{padding:1.25rem;border-top:1px solid rgba(255,255,255,.1);color:#ffffff94;font-size:.9rem;text-align:center}.reveal{opacity:0;transition:opacity .75s cubic-bezier(.22,1,.36,1) var(--reveal-delay),transform .75s cubic-bezier(.22,1,.36,1) var(--reveal-delay);will-change:opacity,transform}.reveal-left{transform:translate(-28px)}.reveal-right{transform:translate(28px)}.reveal-up{transform:translateY(22px)}.reveal.is-visible{opacity:1;transform:translate(0);will-change:auto}@media(max-width:860px){.desktop-nav{display:none}.hamburger{display:flex}.brand-text{font-size:.95rem}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-schedule{grid-column:1 / -1}.welcome-inner,.visit-inner{grid-template-columns:1fr}.welcome-photo{max-width:720px}.visit-inner{gap:3.5rem}.map-shell{min-height:400px}}@media(max-width:700px){.page-content{padding:2.75rem 1rem}.home-hero{min-height:calc(100svh - 76px)}.home-hero:after{background:linear-gradient(90deg,#0a1323d6,#0a132361),linear-gradient(0deg,rgba(10,19,35,.66),transparent 60%)}.home-hero-image{object-position:58% center}.hero-content{width:calc(100% - 2rem);padding-block:3rem}.hero-logo{width:78px;height:78px;margin-bottom:1.2rem;padding:.5rem}.hero-content h1{font-size:clamp(2.65rem,13vw,4.15rem)}.hero-summary{font-size:1.05rem}.hero-visit{align-items:flex-start;flex-direction:column;gap:1rem}.welcome-section,.visit-section,.gallery-section{padding:5rem 1rem}.welcome-inner{gap:3rem}.welcome-photo:before{top:10px;right:-10px;bottom:-10px;left:10px}.visit-inner{gap:3rem}.service-list,.event-grid{grid-template-columns:1fr}.service-day:first-child{grid-column:auto}.location-details{align-items:flex-start;flex-direction:column;gap:1.25rem}.map-shell{height:320px;min-height:320px}.gallery-section{overflow:hidden}.gallery-strip{display:flex;gap:.8rem;margin-inline:-1rem;padding:0 1rem 1rem;overflow-x:auto;scroll-padding-inline:1rem;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--text) transparent;overscroll-behavior-inline:contain}.gallery-item{width:84vw;max-width:350px;flex:0 0 auto;scroll-snap-align:start}.gallery-image{height:auto;aspect-ratio:4 / 3}.gallery-hint{display:inline-block}.events-header{grid-template-columns:1fr;justify-items:center;text-align:center}.events-header>div>p:last-child{margin-inline:auto}.event-card{grid-template-columns:90px 1fr}.staff-card,.staff-card:nth-child(2n){flex-direction:column;text-align:center}.staff-card:before,.staff-card:nth-child(2n):before{top:0;right:0;bottom:auto;left:0;width:auto;height:6px}.staff-photo{width:190px;height:190px}.gospel-step{grid-template-columns:1fr;gap:1rem}.about-copy{grid-template-columns:1fr;gap:1.5rem}.step-number{width:48px;height:48px}.footer-grid{grid-template-columns:1fr}.footer-schedule{grid-column:auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}html{overflow-x:hidden;overflow-x:clip;scroll-behavior:smooth}body{min-width:320px;margin:0;overflow-x:hidden;overflow-x:clip}img{max-width:100%;height:auto}address{font-style:normal}::selection{background:#a0ffd1;color:#18243a}
