:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--cream:#f5efe5;--cream-deep:#e6d8c3;--white:#fffdf9;--gold:#a98735;--gold-soft:#d8bd74;--burgundy:#1b6fb6;--burgundy-deep:#0d4e86;--navy:#123a5a;--navy-soft:#2c638f;--ink:#1f2630;--muted:#596a76;--line:#123a5a24;--shadow:0 20px 50px #123a5a1f;--radius:8px;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);color:var(--ink);margin:0;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button,input,textarea{font:inherit}button{cursor:pointer}h1,h2,h3{color:var(--navy);letter-spacing:0;margin:0;font-family:Georgia,Times New Roman,serif;font-weight:700;line-height:1.12}h1{font-size:clamp(2rem,4.7vw,3.55rem)}h2{font-size:clamp(1.45rem,3vw,2.2rem)}h3{font-size:1.16rem}p{margin:0}.site-shell{background:linear-gradient(180deg, #f7efe1c2, #fffdf800 520px), var(--white);min-height:100vh}.container{width:min(100% - 40px, var(--container));margin:0 auto}.site-header{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdf8f2;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:22px;min-height:78px;display:flex}.brand{align-items:center;gap:12px;min-width:250px;display:inline-flex}.brand-mark{background:var(--navy);width:48px;height:48px;color:var(--gold-soft);border:1px solid #d8bd7494;border-radius:50%;flex:none;place-items:center;font-family:Georgia,Times New Roman,serif;font-weight:700;display:grid}.brand strong,.brand small{display:block}.brand strong{color:var(--navy);font-family:Georgia,Times New Roman,serif;font-size:1.04rem;line-height:1.2}.brand small{color:var(--muted);margin-top:2px;font-size:.78rem;line-height:1.25}.main-nav{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:4px;display:flex}.nav-link,.nav-donate,.language-switch{border-radius:var(--radius);min-height:42px;color:var(--navy);white-space:nowrap;flex:none;justify-content:center;align-items:center;padding:9px 11px;font-size:.95rem;font-weight:650;transition:background .16s,color .16s,border-color .16s;display:inline-flex}.nav-link:hover,.nav-link.active{color:var(--burgundy);background:#1b6fb61a}.nav-donate{border:1px solid var(--burgundy);background:var(--burgundy);color:var(--white);margin-left:8px;padding-inline:17px}.nav-donate:hover{background:var(--burgundy-deep);border-color:var(--burgundy-deep)}.language-switch{color:var(--navy);background:#1b6fb612;border:1px solid #123a5a33;margin-left:4px;padding-inline:14px}.language-switch:hover{border-color:var(--burgundy);color:var(--burgundy)}.mobile-menu-button{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);flex:none;place-items:center;width:44px;height:44px;padding:10px;display:none}.mobile-menu-button span{background:var(--navy);border-radius:999px;width:20px;height:2px;display:block}.hero-section{padding:74px 0 58px}.hero-grid,.split-layout,.contact-grid,.map-section,.footer-grid{align-items:center;gap:46px;display:grid}.hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)}.hero-content{max-width:760px}.hero-subtitle{max-width:650px;color:var(--navy-soft);margin-top:22px;font-size:clamp(1.12rem,2.3vw,1.45rem)}.hero-actions,.button-row{flex-wrap:wrap;gap:12px;display:flex}.hero-actions{margin-top:32px}.button{border-radius:var(--radius);text-align:center;border:1px solid #0000;justify-content:center;align-items:center;min-height:46px;padding:12px 18px;font-weight:700;line-height:1.1;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--burgundy);color:var(--white)}.button-primary:hover{background:var(--burgundy-deep)}.button-secondary{background:var(--white);color:var(--navy);border-color:#123a5a3d}.button-secondary:hover{border-color:var(--gold);color:var(--burgundy)}.button-outline{color:var(--burgundy);background:#fffdf8ad;border-color:#1b6fb64d}.button-outline:hover{border-color:var(--burgundy);background:#1b6fb612}.button-text{min-height:auto;color:var(--burgundy);border:0;justify-content:flex-start;padding:0}.button-text:hover{color:var(--navy);transform:none}.eyebrow{color:var(--gold);letter-spacing:0;text-transform:uppercase;margin-bottom:10px;font-size:.82rem;font-weight:800}.section{padding:72px 0}.section-soft{background:linear-gradient(180deg, #f7efe1f0, #ead7bb80), var(--cream)}.section-narrow{padding:58px 0}.section-heading{max-width:720px;margin-bottom:30px}.lead{color:var(--muted);margin-top:18px;font-size:1.04rem}.split-layout{grid-template-columns:minmax(0,1fr) minmax(300px,.86fr)}.split-layout.reverse{grid-template-columns:minmax(300px,.86fr) minmax(0,1fr)}.prose{max-width:780px}.prose p{color:var(--muted);margin-top:16px}.card-grid{gap:22px;display:grid}.card-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{border:1px solid var(--line);border-radius:var(--radius);background:#fffdf8eb;overflow:hidden;box-shadow:0 12px 28px #123a5a14}.card-body{padding:24px}.card-content{color:var(--muted);margin-top:12px}.card-content .button{margin-top:18px}.image-placeholder,.map-placeholder{border-radius:var(--radius);background:linear-gradient(135deg, #123a5ae6, #1b6fb6bd), var(--navy);min-height:250px;color:var(--white);text-align:center;border:1px solid #1b6fb633;place-items:center;display:grid;position:relative;overflow:hidden}.image-placeholder:before{content:"";border-radius:calc(var(--radius) - 2px);border:1px solid #d8bd7457;position:absolute;inset:18px}.image-placeholder:after{content:"";border:1px solid #fffdf859;border-radius:50%;width:120px;height:120px;position:absolute}.image-placeholder span,.map-placeholder span{z-index:1;max-width:280px;color:var(--white);padding:18px;font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:700;position:relative}.image-placeholder-tall{min-height:430px}.image-placeholder-interior{background:linear-gradient(135deg, #123a5ae0, #408ec79e), var(--navy-soft)}.image-placeholder-icon{background:linear-gradient(135deg, #0d4e86eb, #1b6fb6b8), var(--burgundy)}.image-placeholder-children{background:linear-gradient(135deg, #fffdf83d, #123a5ac7), var(--navy-soft)}.image-placeholder-choir{background:linear-gradient(135deg, #123a5af0, #0d4e86bd), var(--navy)}.image-placeholder-community,.image-placeholder-events{background:linear-gradient(135deg, #1b6fb6d1, #123a5ad1), var(--burgundy)}.page-header{background:linear-gradient(135deg, #123a5af5, #1b6fb6db), var(--navy);padding:60px 0 54px}.page-header h1,.page-header .eyebrow,.page-header p{color:var(--white)}.page-header .eyebrow{color:var(--gold-soft)}.page-header-inner{max-width:900px}.page-header-text{color:#fffdf8db;max-width:780px;margin-top:20px;font-size:1.05rem}.donation-cta,.centered-panel,.form-panel,.map-section{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}.donation-cta{justify-content:space-between;align-items:center;gap:26px;padding:clamp(24px,5vw,42px);display:flex}.donation-cta p{max-width:700px;color:var(--muted);margin-top:12px}.donation-cta-compact{box-shadow:0 12px 28px #123a5a14}.schedule-list{gap:16px;display:grid}.schedule-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);grid-template-columns:minmax(0,1fr) minmax(130px,auto);align-items:center;gap:22px;padding:24px;display:grid;box-shadow:0 10px 24px #123a5a12}.schedule-item h2{font-size:1.34rem}.schedule-item p:not(.eyebrow){color:var(--muted);margin-top:8px}.schedule-item strong{color:var(--burgundy);text-align:right;font-size:1.08rem}.centered-panel{text-align:center;justify-items:center;padding:clamp(26px,5vw,46px);display:grid}.centered-panel p{max-width:720px;color:var(--muted);margin:14px 0 22px}.contact-grid{grid-template-columns:minmax(260px,.76fr) minmax(320px,1fr);align-items:start}.contact-cards{gap:16px;display:grid}.form-panel{padding:clamp(24px,4vw,34px)}.contact-form{gap:16px;margin-top:22px;display:grid}.contact-form label{color:var(--navy);gap:7px;font-weight:700;display:grid}.contact-form input,.contact-form textarea{border-radius:var(--radius);width:100%;color:var(--ink);background:#fff;border:1px solid #123a5a2e;padding:12px 13px}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--gold);outline:3px solid #1b6fb629}.map-section{grid-template-columns:minmax(0,.85fr) minmax(280px,1fr);padding:clamp(24px,5vw,38px)}.map-section p{color:var(--muted);margin-top:14px}.map-section .button-row{margin-top:22px}.map-placeholder{background:linear-gradient(135deg, #123a5ae0, #1b6fb6b8), var(--navy);min-height:320px}.site-footer{background:var(--navy);color:#fffdf8d1;border-top:1px solid #fffdf81f;padding:48px 0 24px}.footer-grid{grid-template-columns:1.3fr .8fr .7fr;align-items:start}.site-footer h2,.site-footer h3{color:var(--white)}.site-footer h2{max-width:520px;font-size:1.55rem}.site-footer h3{margin-bottom:12px;font-size:1.1rem}.site-footer p+p{margin-top:8px}.site-footer ul{gap:6px;margin:0;padding:0;list-style:none;display:grid}.site-footer a:hover{color:var(--gold-soft)}.footer-bottom{color:#fffdf8ad;border-top:1px solid #fffdf81f;margin-top:32px;padding-top:18px;font-size:.92rem}@media (width<=1040px){.header-inner{min-height:72px}.mobile-menu-button{display:grid}.main-nav{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow);flex-direction:column;align-items:stretch;padding:12px;display:none;position:absolute;top:calc(100% + 1px);left:20px;right:20px}.main-nav-open{display:flex}.nav-link,.nav-donate,.language-switch{justify-content:flex-start;margin:0;padding:11px 12px}.hero-grid,.split-layout,.split-layout.reverse,.contact-grid,.map-section,.footer-grid{grid-template-columns:1fr}.hero-section{padding-top:52px}.image-placeholder-tall{min-height:340px}.card-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.container{width:min(100% - 28px, var(--container))}.brand{min-width:0}.brand small{display:none}.hero-section,.section{padding:48px 0}.page-header{padding:52px 0 46px}.hero-actions,.button-row{flex-direction:column;align-items:stretch}.button{width:100%}.card-grid.two,.card-grid.three{grid-template-columns:1fr}.card-body,.schedule-item,.form-panel{padding:20px}.donation-cta{flex-direction:column;align-items:stretch}.schedule-item{grid-template-columns:1fr}.schedule-item strong{text-align:left}.image-placeholder,.map-placeholder{min-height:230px}.image-placeholder-tall{min-height:300px}}@media (width<=430px){body{font-size:15px}.brand-mark{width:42px;height:42px}.brand strong{font-size:.96rem}.mobile-menu-button{width:42px;height:42px}}
