:root{--clr-primary:#1e3666;--clr-secondary:#c97a8e;--clr-accent:#d4af37;--clr-bg:#fff;--clr-surface:#f5f6f8;--clr-text:#333;--clr-muted:#6b7280;--clr-border:#e5e7eb;--shadow-sm:0 8px 24px #1e36660f;--shadow-md:0 16px 40px #1e36661a;--shadow-lg:0 24px 60px #1e36661f;--radius:24px;--radius-sm:16px;--max-width:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--clr-bg);color:#333;color:var(--clr-text);min-height:100vh}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.container{margin:0 auto;padding:0;width:min(100%,1200px);width:min(100%,var(--max-width))}.section{padding:6rem 0}.section--surface{background:#f5f6f8;background:var(--clr-surface)}.section-heading{margin-bottom:2rem}.section-heading--split{align-items:end;display:flex;gap:2rem;justify-content:space-between;max-width:none}.eyebrow{color:#c97a8e;color:var(--clr-secondary);display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.24em;margin-bottom:.75rem;text-transform:uppercase}h1,h2,h3,p{margin:0}h1{font-size:clamp(2.4rem,4.4vw,4rem);letter-spacing:-.03em;line-height:1.05}h2{font-size:clamp(1.8rem,3vw,2.5rem);letter-spacing:-.02em;line-height:1.16;margin-bottom:1rem}h3{font-size:1.15rem;margin-bottom:.55rem}.card p,.list-row p,.muted,.section-copy,p{color:#6b7280;color:var(--clr-muted);line-height:1.75}.button{align-items:center;border:0;border-radius:999px;display:inline-flex;font-weight:700;justify-content:center;padding:.85rem 1.2rem;transition:transform .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-1px)}.button--primary{background:#1e3666;background:var(--clr-primary);box-shadow:0 8px 24px #1e36660f;box-shadow:var(--shadow-sm);color:#fff}.button--secondary{background:#f5f6f8;background:var(--clr-surface)}.button--ghost,.button--secondary{border:1px solid #e5e7eb;border:1px solid var(--clr-border);color:#1e3666;color:var(--clr-primary)}.button--ghost{background:#0000}.text-link{color:#1e3666;color:var(--clr-primary);font-weight:700}.site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffed;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--clr-border);position:-webkit-sticky;position:sticky;top:0;z-index:50}.nav-bar{justify-content:space-between;padding:1rem 1.5rem}.brand-block,.nav-bar{align-items:center;display:flex}.brand-block{gap:.9rem}.brand-mark{background:linear-gradient(135deg,#1e3666,#c97a8e);background:linear-gradient(135deg,var(--clr-primary),var(--clr-secondary));border-radius:16px;color:#fff;display:grid;font-weight:800;height:3.5rem;place-items:center;width:3.5rem}.brand-name{color:#1e3666;color:var(--clr-primary);font-size:1rem;font-weight:800}.brand-tag{color:#6b7280;color:var(--clr-muted);font-size:1rem}.top-nav{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.top-nav a{color:#333;color:var(--clr-text);font-weight:600}.top-nav a:hover{color:#1e3666;color:var(--clr-primary)}.hero-section{align-items:center;background-position:50%;background-size:cover;display:flex;min-height:86vh;overflow:hidden;position:relative}.hero-overlay{background:linear-gradient(90deg,#1e3666db,#1e366685 60%,#c97a8e38)}.hero-content{max-width:720px}.hero-copy{color:#ffffffe6;font-size:1.05rem;line-height:1.8;margin-top:1rem;max-width:620px}.card-grid,.contact-panel,.feature-grid,.stats-grid{grid-gap:1.25rem;display:grid;gap:1.25rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:0 20px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.card{padding:1rem}.card-label{color:#c97a8e;color:var(--clr-secondary);font-size:.78rem;font-weight:700;letter-spacing:.2em;margin-bottom:.7rem;text-transform:uppercase}.stack-card{display:flex;flex-direction:column;gap:1rem}.list-row{border-top:1px solid #e5e7eb;border-top:1px solid var(--clr-border);padding:.8rem 0}.list-row:first-child{border-top:0;padding-top:0}.list-row strong{color:#1e3666;color:var(--clr-primary);display:block;margin-bottom:.15rem}.stat-card{background:linear-gradient(135deg,#1e3666,#c97a8e);background:linear-gradient(135deg,var(--clr-primary),var(--clr-secondary));border-radius:24px;border-radius:var(--radius);box-shadow:0 16px 40px #1e36661a;box-shadow:var(--shadow-md);color:#fff;padding:1.3rem}.stat-card h3{color:#fff;font-size:1.7rem}.stat-card p{color:#ffffffd9;margin-top:.3rem}.contact-panel{align-items:center;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--clr-border);border-radius:24px;border-radius:var(--radius);box-shadow:0 8px 24px #1e36660f;box-shadow:var(--shadow-sm);grid-template-columns:1.6fr 1fr;padding:2rem}.contact-card{grid-gap:1rem;border-radius:16px;border-radius:var(--radius-sm);display:grid;gap:1rem;padding:1.3rem}.contact-card,.site-footer{background:#f5f6f8;background:var(--clr-surface)}.site-footer{border-top:1px solid #e5e7eb;border-top:1px solid var(--clr-border);padding:2rem 0 2.5rem}.footer-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.footer-card{background:#fff;background:var(--clr-bg);border:1px solid #e5e7eb;border:1px solid var(--clr-border);border-radius:24px;border-radius:var(--radius);box-shadow:0 8px 24px #1e36660f;box-shadow:var(--shadow-sm);padding:1.2rem}.footer-links{grid-gap:.7rem;gap:.7rem}.footer-bottom{margin-top:1.2rem;padding-top:1rem}.page-main{min-height:60vh}.page-shell{width:100%}.hero-banner{align-items:center;background-position:50%;background-size:cover;display:flex;min-height:38vh;overflow:hidden;position:relative}.hero-banner--compact{min-height:24vh}.hero-overlay{background:linear-gradient(90deg,#1e3666d9,#1e366699 55%,#c97a8e3d);inset:0;position:absolute}.hero-content{color:#fff;max-width:760px;padding:1rem 0;position:relative;z-index:1}.hero-content p{color:#ffffffeb}.hero-actions{display:flex;margin-top:1.8rem}.hero-actions .button--secondary{background:#ffffff1f;border-color:#ffffff40;color:#fff}.hero-dots{display:flex;gap:.6rem;margin-top:1.4rem}.padleft{padding:.8rem 2.5rem}.hero-dot{background:#fff6;border:0;border-radius:999px;height:.75rem;width:.75rem}.hero-dot.is-active{background:#d4af37;background:var(--clr-accent);transform:scale(1.15)}.card-image{border-radius:16px;height:220px;margin-bottom:1rem;object-fit:cover;width:100%}.card-body{grid-gap:.2rem;display:grid;gap:.2rem}.feature-link-card{background:#fff;background:var(--clr-bg);border:1px solid #e5e7eb;border:1px solid var(--clr-border);border-radius:24px;border-radius:var(--radius);box-shadow:0 8px 24px #1e36660f;box-shadow:var(--shadow-sm);display:block;padding:1rem;transition:transform .2s ease,box-shadow .2s ease}.feature-link-card:hover{box-shadow:0 16px 40px #1e36661a;box-shadow:var(--shadow-md);transform:translateY(-4px)}.preview-image{border-radius:14px;height:110px;margin-top:.75rem;object-fit:cover;width:100%}.split-panel{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1.05fr .95fr}.split-media img{border-radius:24px;height:100%;min-height:360px;object-fit:cover;width:100%}.split-copy{grid-gap:1rem;display:grid;gap:1rem}.cta-panel{align-items:center;background:#fff;background:var(--clr-bg);border:1px solid #e5e7eb;border:1px solid var(--clr-border);border-radius:28px;box-shadow:0 8px 24px #1e36660f;box-shadow:var(--shadow-sm);display:flex;gap:1.5rem;justify-content:space-between;padding:2rem}.top-nav a.is-active{color:#1e3666;color:var(--clr-primary)}.page-shell--admin{padding-bottom:2rem}.admin-shell{grid-gap:1.4rem;display:grid;gap:1.4rem;grid-template-columns:280px 1fr;padding:2rem 0 3rem}.admin-sidebar{gap:1rem}.admin-main,.admin-sidebar{border:1px solid #e5e7eb;border:1px solid var(--clr-border);border-radius:24px;border-radius:var(--radius);padding:1.4rem}.admin-main{background:#fff;background:var(--clr-bg);min-height:70vh}.admin-nav{grid-gap:.65rem;display:grid;gap:.65rem}.admin-nav__button{background:var(--clr-bg);border:1px solid #e5e7eb;border:1px solid var(--clr-border)}.admin-nav__button.is-active{border-color:#1e3666;border-color:var(--clr-primary)}.admin-form,.auth-card,.list-card{padding:1.2rem}.auth-card{max-width:460px}.admin-form input,.admin-form textarea,.auth-card input,.auth-card textarea{background:var(--clr-bg)}.admin-form textarea{min-height:96px}.row-actions{flex-wrap:wrap;gap:.6rem}.modal-backdrop{align-items:center;background:#1e3666b8;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:100}.admin-panel{background:#fff;background:var(--clr-bg);border-radius:30px;box-shadow:0 24px 60px #1e36661f;box-shadow:var(--shadow-lg);display:grid;grid-template-columns:260px 1fr;height:min(90vh,880px);overflow:hidden;width:min(100%,1200px)}.admin-sidebar{background:#f5f6f8;background:var(--clr-surface);border-right:1px solid #e5e7eb;border-right:1px solid var(--clr-border);justify-content:space-between;padding:1.6rem}.admin-nav,.admin-sidebar{display:flex;flex-direction:column}.admin-nav{gap:.6rem;margin-top:1.2rem}.admin-nav__button{background:#fff;border:1px solid #0000;border-radius:999px;color:#333;color:var(--clr-text);font-weight:600;padding:.8rem .95rem;text-align:left}.admin-nav__button.is-active{background:#1e3666;background:var(--clr-primary);color:#fff}.admin-content{overflow:auto;padding:1.6rem}.admin-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}.admin-form,.auth-card,.list-card{background:#f5f6f8;background:var(--clr-surface);border:1px solid #e5e7eb;border:1px solid var(--clr-border);border-radius:24px;border-radius:var(--radius);padding:1.25rem}.auth-card{grid-gap:1rem;display:grid;gap:1rem;max-width:420px}.admin-form{grid-gap:.9rem;display:grid;gap:.9rem}.admin-form label,.auth-card label{grid-gap:.4rem;color:#1e3666;color:var(--clr-primary);display:grid;font-weight:600;gap:.4rem}.admin-form input,.admin-form textarea,.auth-card input,.auth-card textarea{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--clr-border);border-radius:14px;color:#333;color:var(--clr-text);padding:.75rem .9rem}.admin-form textarea{min-height:90px;resize:vertical}.list-card{grid-gap:.8rem;display:grid;gap:.8rem}.row-actions{display:flex;gap:20%}.reveal{opacity:0;transform:translateY(24px);transition:all .8s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (max-width:900px){.admin-panel{grid-template-columns:1fr;height:auto;max-height:90vh}.admin-sidebar{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--clr-border);border-right:0}.admin-grid,.contact-panel,.split-panel{grid-template-columns:1fr}.cta-panel{align-items:flex-start;flex-direction:column}}@media (max-width:700px){.footer-inner,.nav-bar,.section-heading--split{align-items:flex-start;flex-direction:column}.top-nav{gap:.75rem}.hero-banner{min-height:34vh}.hero-content{padding:.1rem .3rem}.button{width:100%}.hero-actions{flex-direction:column}}.timeline{grid-template-columns:1fr}.timeline-item{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--clr-border);border-radius:24px;border-radius:var(--radius);display:flex;gap:1.25rem;padding:1.5rem}.timeline-dot{background:linear-gradient(135deg,#1e3666,#c97a8e);background:linear-gradient(135deg,var(--clr-primary),var(--clr-secondary));flex-shrink:0;height:1rem;margin-top:.5rem;width:1rem}.evangel-content h3,.evangel-content p,.sermon-content h3,.sermon-content p,.story-content h2,.story-content p,.timeline-content h3,.timeline-content p{margin:0}.about-grid,.activities-grid,.beliefs-grid,.connection-content,.connection-grid,.expect-grid,.faq-grid,.giving-grid,.hero-grid,.hero-image-area2,.hero-image-card2,.impact-grid,.involvement-grid,.location-grid,.mission-grid,.overview-grid,.pastors-grid,.schedule-gridd,.scriptures-grid,.serve-grid,.service-grid,.story-gallery-grid,.story-grid,.vision-grid,.why-grid{grid-gap:1.75rem;display:grid;gap:1.75rem}.hero-image-card,.hero-image-card2,.location-map,.ministry-image,.overview-image,.story-image,.video-wrapper{border-radius:24px;overflow:hidden}.hero-image-card img,.hero-image-card2 img,.location-map img,.ministry-image img,.overview-image img,.story-image img,.video-wrapper img{height:100%;object-fit:cover;width:100%}.about-grid p,.connection-content p,.event-description,.hero-description2,.hero-inner-text,.hero-subtitle,.overview-content p,.profile-card p,.promise-card p,.section-subtitle,.story-content p,.text-lead,.values-section p{color:#6b7280;color:var(--clr-muted);line-height:1.85}.btn,.btn-primary,.btn-secondary,.button,.event-btn,.featured-btn,.load-more{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-weight:700;justify-content:center;padding:1rem 1.5rem;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.btn-primary,.btn-primary.full-width{background:linear-gradient(135deg,#1e3666,#c97a8e);background:linear-gradient(135deg,var(--clr-primary),var(--clr-secondary));color:#fff}.btn-primary:hover,.btn-secondary:hover,.btn:hover,.button:hover,.event-btn:hover,.featured-btn:hover{transform:translateY(-2px)}input,select,textarea{padding:1rem 1.15rem}textarea{min-height:10rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.checkbox-group{align-items:center;color:#333;color:var(--clr-text);display:flex;gap:.75rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}@media (max-width:900px){.site-nav{align-items:stretch;flex-direction:column}.hero-carousel{min-height:62vh}.hero-title{font-size:clamp(2.2rem,7vw,3rem)}}@media (max-width:720px){.desktop-nav{display:none}.menu-toggle{display:inline-flex}.navbar-container{align-items:center}.mobile-menu{display:block}.connection-header,.section-header,.section-headerr{text-align:left}.hero-actions{justify-content:stretch}.beliefs-grid,.card-grid,.events-grid,.faq-grid,.featured-grid,.gallery-grid,.impact-grid,.involvement-grid,.location-grid,.pastors-grid,.schedule-grid,.scriptures-grid,.serve-grid,.stats-grid,.story-gallery-grid,.vision-grid,.why-grid{grid-template-columns:1fr}}.values-section:nth-child(2n){background:#f5f6f8;background:var(--clr-surface)}.containerr{margin:0 auto;padding:0 1.5rem;width:min(100%,1200px);width:min(100%,var(--max-width))}.connection-header,.section-header,.section-headerr{margin:0 auto 2rem;max-width:56rem;text-align:center}.connection-header h2,.section-header h2,.section-headerr h2{font-size:clamp(2rem,4vw,3rem);line-height:1.05;margin:1rem auto}.spantwo{background:#d4af37;background:var(--clr-accent);display:inline-block;height:2px;margin-bottom:1rem;width:6rem}.section-header span,.section-headerr span,.valuespan,.valuespann,span{color:#d4af37;color:var(--clr-accent);font-size:.8rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase}.about-grid,.beliefs-grid,.connection-grid,.faq-grid,.hero-grid,.impact-grid,.involvement-grid,.location-grid,.schedule-gridd,.scriptures-grid,.sermon-grid,.serve-grid,.story-gallery-grid,.values-grid{grid-gap:1.75rem;display:grid;gap:1.75rem}.about-grid,.beliefs-grid,.connection-grid,.faq-grid,.hero-grid,.impact-grid,.involvement-grid,.location-grid,.schedule-gridd,.scriptures-grid,.sermon-grid,.serve-grid,.story-gallery-grid,.values-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.activity-card,.connection-card,.counselling-card,.event-card,.expect-card,.feature-card,.involvement-card,.location-card,.ministry-card,.mission-card,.overview-content,.pastor-card,.profile-card,.promise-card,.scripture-card,.sermon-card,.service-card,.story-text-card,.turning-point-card,.value-card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--clr-border);border-radius:24px;border-radius:var(--radius);box-shadow:0 8px 24px #1e36660f;box-shadow:var(--shadow-sm);padding:1.75rem}.connection-card img,.hero-image-card img,.hero-image-card2 img,.location-map img,.ministry-image img,.overview-image img,.video-wrapper img{border-radius:20px;height:auto;object-fit:cover;width:100%}.about-content,.connection-content,.event-contents,.hero-content,.impact-content,.location-content,.overview-content,.pastor-content,.promise-card,.sermon-contentt,.service-card,.story-content{display:flex;flex-direction:column;gap:1rem}.btn,.btn-primary,.btn-secondary,.button{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-weight:700;gap:.55rem;justify-content:center;padding:.95rem 1.6rem;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.btn-primary:hover,.btn-secondary:hover,.btn:hover,.button:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,#1e3666,#c97a8e);background:linear-gradient(135deg,var(--clr-primary),var(--clr-secondary));color:#fff}.btn-secondary{background:#fff;border-color:#e5e7eb;border-color:var(--clr-border);color:#1e3666;color:var(--clr-primary)}.scroll-indicator{align-items:center;color:#fff;display:inline-flex;font-weight:600;gap:.5rem;letter-spacing:.18em;text-transform:uppercase}.footer{background:#f5f6f8;background:var(--clr-surface);padding:4rem 0}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.footer-links li,.footer-section h4,.footer-section p{color:#333;color:var(--clr-text)}.footer-links{grid-gap:.75rem;display:grid;gap:.75rem;list-style:none;padding:0}.footer-bottom{border-top:1px solid #e5e7eb;border-top:1px solid var(--clr-border);color:#6b7280;color:var(--clr-muted);font-size:.95rem;margin-top:2rem;padding-top:1.5rem}.hero-carousel{display:grid;min-height:72vh;overflow:hidden;place-items:center;position:relative}.hero-carousel__slide{background-position:50%;background-size:cover;inset:0;opacity:0;position:absolute;transform:scale(1.04);transition:opacity 1s ease,transform 1s ease}.hero-carousel__slide--active{opacity:1;transform:scale(1)}.hero-carousel__overlay{color:#fff;max-width:56rem;padding:4rem 1rem;position:relative;text-align:center;width:100%;z-index:1}.hero-carousel__overlay:before{background:linear-gradient(180deg,#1e366633,#1e3666d9);content:"";inset:0;position:absolute;z-index:-1}.hero-carousel__headline{font-size:clamp(2.75rem,5vw,4.5rem);font-weight:900;letter-spacing:-.05em;line-height:1;margin-bottom:1rem}.hero-carousel__copy{font-size:1.05rem;line-height:1.9;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:42rem}.hero-actions{display:inline-flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero-actions .btn{min-width:12rem}.btn{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-weight:700;gap:.5rem;justify-content:center;padding:1rem 1.8rem;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.btn:hover{transform:translateY(-2px)}.btn--primary{background:linear-gradient(135deg,#1e3666,#c97a8e);background:linear-gradient(135deg,var(--clr-primary),var(--clr-secondary));box-shadow:0 16px 32px #1e36662e;color:#fff}.btn--secondary{background:#fffffff2;border-color:#e5e7eb;border-color:var(--clr-border);color:#1e3666;color:var(--clr-primary)}.card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--clr-border);border-radius:24px;border-radius:var(--radius);box-shadow:0 8px 24px #1e36660f;box-shadow:var(--shadow-sm);padding:2rem}.card--elevated{box-shadow:0 16px 40px #1e36661a;box-shadow:var(--shadow-md)}.card-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.card-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid--stack{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.feature-list{grid-gap:1rem;display:grid;gap:1rem;list-style:none;padding:0}.feature-item{align-items:flex-start;display:flex;gap:1rem}.feature-item__dot{background:#d4af37;background:var(--clr-accent);border-radius:999px;flex-shrink:0;height:10px;margin-top:.6rem;width:10px}.section-intro{grid-gap:1rem;display:grid;gap:1rem;justify-items:center;margin-bottom:2.5rem;text-align:center}.section-intro span{color:#d4af37;color:var(--clr-accent);font-size:.8rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.stats-card{background:#f5f6f8;background:var(--clr-surface);border:1px solid #1e36660d;border-radius:24px;border-radius:var(--radius);padding:1.75rem}.stats-card h3{font-size:2rem;margin-bottom:.4rem}.stats-card p{color:#6b7280;color:var(--clr-muted)}.experience2026{background:linear-gradient(180deg,#fff,#f8fafc);overflow:hidden;padding:10px 1%;position:relative}.experience2026-top{margin:auto auto 80px;max-width:850px;text-align:center}.experience2026-top span{background:#ffe7ea;border-radius:40px;color:#c97a8e;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:2px;margin-bottom:10px;padding:10px 18px}.experience2026-top h2{color:#1e3666;font-size:clamp(2.7rem,6vw,3rem);line-height:1;margin-bottom:10px}.experience2026-top p{color:#555;font-size:1.1rem;line-height:2;margin:auto;max-width:760px}.experience2026-gallery{margin:auto;max-width:1050px;position:relative}.experience2026-gallery img{border-radius:35px;box-shadow:0 40px 90px #0000002e;display:block;height:400px;object-fit:cover;transition:1s;width:100%}.experience2026-gallery:hover img{transform:scale(1.03)}.experience-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff;border-radius:28px;box-shadow:0 25px 60px #0000001a;margin-bottom:15px;padding:15px 20px;position:absolute;transition:.4s;width:290px}.experience-card:hover{transform:translateY(-12px) scale(1.03)}.experience-card small{color:#c97a8e;font-weight:700;letter-spacing:2px}.experience-card h3{color:#1e3666;font-size:1.5rem;margin:0}.experience-card p{color:#666;line-height:1.8}.card-one{left:-60px;top:40px}.card-two{right:-50px;top:200px}.card-three{bottom:-50px;left:100px}@media(max-width:1100px){.experience-card{bottom:auto;left:auto;margin-top:25px;position:relative;right:auto;top:auto;width:100%}.experience2026-gallery img{height:450px}}.sunday-section{align-items:center;border-radius:40px;display:flex;height:95vh;justify-content:center;margin:20px 80px;overflow:hidden;position:relative}.sunday-bg{height:100%;object-fit:cover;position:absolute;transition:7s;width:100%}.sunday-section:hover .sunday-bg{transform:scale(1.08)}.sunday-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(#0a1428a6,#141e32bf);inset:0;position:absolute}.sunday-content{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff14;border:1px solid #ffffff2e;border-radius:35px;color:#fff;padding:70px;position:relative;text-align:center;width:min(900px,90%);z-index:2}.sunday-content span{background:#ffffff2e;border-radius:30px;display:inline-block;font-size:.8rem;letter-spacing:2px;margin-bottom:30px;padding:10px 18px}.sunday-content h2{font-size:clamp(2rem,4vw,2.2rem);line-height:1;margin-bottom:20px}.sunday-content p{font-size:1.1rem;line-height:2;margin:auto auto 50px;max-width:650px;opacity:.95}.sunday-info{display:flex;flex-wrap:wrap;gap:70px;justify-content:center;margin-bottom:50px}.sunday-info div{display:flex;flex-direction:column}.sunday-info small{letter-spacing:2px;margin-bottom:10px;opacity:.8}.sunday-info strong{font-size:1.5rem}@media(max-width:900px){.sunday-section{border-radius:0;height:auto}.sunday-content{padding:45px 25px}.sunday-info{gap:30px}}.discover-section{background:#faf8f6;overflow:hidden;padding:0 2%}.discover-title{margin:auto auto 60px;max-width:760px;text-align:center}.discover-title span{color:#c97a8e;font-weight:700;letter-spacing:3px}.discover-title h2{color:#1e3666;font-size:clamp(2rem,6vw,3rem);line-height:1.15;margin:20px 0}.discover-title p{font-size:1rem;line-height:2;margin:auto;max-width:700px}.discover-layout{grid-gap:5px;align-items:center;display:grid;gap:5px;grid-template-columns:repeat(3,1fr);margin:auto;max-width:1300px}.discover-center{grid-column:2;grid-row:1/span 2}.discover-center img{border-radius:35px;box-shadow:0 30px 80px #00000026;height:650px;object-fit:cover;transition:.8s;width:100%}.discover-center:hover img{transform:scale(1.04)}.ministry-circle{align-items:center;background:#fff;border-radius:50%;box-shadow:0 25px 60px #00000014;display:flex;flex-direction:column;height:220px;justify-content:center;margin:auto;overflow:hidden;text-decoration:none;transition:.45s;width:220px}.ministry-circle:hover{transform:translateY(-12px) scale(1.08)}.ministry-circle img{border-radius:50%;height:120px;margin-bottom:18px;object-fit:cover;width:120px}.ministry-circle h4{color:#1e3666;font-size:1.2rem;margin:0}@media(max-width:1000px){.discover-layout{display:flex;flex-direction:column}.discover-center{width:100%}.ministry-circle{height:180px;width:180px}}.stories-section{background:#fff;overflow:hidden;padding:0 7%}.stories-heading{margin:auto auto 10px;max-width:800px;text-align:center}.stories-heading span{color:#c97a8e;font-weight:700;letter-spacing:3px}.stories-heading h2{color:#1e3666;font-size:clamp(2rem,6vw,3rem);line-height:1;margin-top:20px}.stories-heading p{color:#666;font-size:1.08rem;line-height:2;margin:auto;max-width:700px}.stories-gallery{grid-gap:15px;display:grid;gap:15px;grid-auto-rows:120px;grid-template-columns:repeat(12,1fr);margin:0 5%;max-width:1100px}.stories-gallery img{border-radius:10px;box-shadow:0 20px 60px #0000001f;display:block;height:100%;object-fit:cover;transition:.6s;width:100%}.stories-gallery img:hover{transform:scale(1.05) rotate(1deg)}.story-one{grid-column:1/8;grid-row:1/5}.story-two{grid-column:8/13;grid-row:1/3}.story-three{grid-column:8/13;grid-row:3/6}.story-four{grid-column:1/6;grid-row:5/8}.story-five{grid-column:6/13;grid-row:6/9}@media(max-width:1000px){.stories-gallery{display:flex;flex-direction:column}.stories-gallery img{height:150px}}.about-story{background:#fff;padding:0 10%}.story-header{margin:0 auto 20px;max-width:800px;text-align:center}.story-header span{color:#ff6f61;font-weight:700;letter-spacing:3px}.story-header h2{color:#1e3666;font-size:clamp(2rem,6vw,3rem);line-height:1.15;margin-top:20px}.story-layout{grid-gap:70px;align-items:center;display:grid;gap:70px;grid-template-columns:1.2fr 1fr;margin:0 20px;max-width:1400px}.story-image{position:relative}.story-image img{border-radius:35px;box-shadow:0 35px 90px #00000026;height:600px;object-fit:cover;transition:1s;width:100%}.story-image:hover img{transform:scale(1.04)}.story-floating{background:#1e3666;background:var(--clr-primary);border-radius:0;bottom:0;box-shadow:0 20px 60px #0000001f;left:0;padding:15px;position:absolute;right:0;width:100%}.story-floating h3{color:#fff;font-size:1.5rem;margin-bottom:5px}.story-floating p{color:#666;font-size:1rem;line-height:1;margin:0}.story-text{color:#555;font-size:1.1rem;line-height:2.1}.story-text p{margin-bottom:28px}@media(max-width:1000px){.story-layout{grid-template-columns:1fr}.story-floating{bottom:0;left:0;margin-top:25px;max-width:none;position:relative}.story-image img{height:500px}}.journey-section-2026{background:#f8fafc;padding:0;position:relative}.journey-heading{margin:auto auto 0;max-width:760px;text-align:center}.journey-heading span{color:#ff6f61;font-weight:700;letter-spacing:3px}.journey-heading h2{color:#1e3666;font-size:clamp(2rem,6vw,3rem);line-height:1.15;margin:20px 0}.journey-heading p{color:#666;font-size:1.1rem;line-height:2}.timeline{max-width:1300px}.timeline:before{background:linear-gradient(#ff6f61,#1e3666);border-radius:20px;left:50%;transform:translateX(-50%)}.timeline-item{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin:90px 0}.timeline-item.left .timeline-content{text-align:right}.timeline-item.right .timeline-content{order:2}.timeline-item.right .timeline-image{order:1}.timeline-year{background:#ffe9e6;border-radius:30px;color:#ff6f61;display:inline-block;font-weight:700;margin-bottom:18px;padding:10px 18px}.timeline-content h3{font-size:2rem;margin-bottom:18px}.timeline-content p{line-height:2}.timeline-image img{border-radius:30px;box-shadow:0 25px 60px #00000026;height:340px;object-fit:cover;transition:.5s;width:100%}.timeline-image:hover img{transform:scale(1.05)}.timeline-future{padding:120px 20px 40px;text-align:center}.future-circle{align-items:center;background:linear-gradient(135deg,#ff6f61,#1e3666);border-radius:50%;box-shadow:0 20px 50px #0003;color:#fff;display:flex;font-size:4rem;font-weight:700;height:130px;justify-content:center;margin:auto auto 30px;width:130px}.timeline-future h3{color:#1e3666;font-size:2.5rem;margin-bottom:20px}.timeline-future p{color:#666;line-height:2;margin:auto;max-width:650px}@media(max-width:950px){.timeline:before{left:20px}.timeline-item{gap:30px;grid-template-columns:1fr;padding-left:60px}.timeline-item.left .timeline-content,.timeline-item.right .timeline-content{order:2;text-align:left}.timeline-item.left .timeline-image,.timeline-item.right .timeline-image{order:1}}.find-place-section{background:#fff;padding:150px 7%}.find-place-header{margin:auto auto 80px;max-width:820px;text-align:center}.find-place-header span{color:#ff6f61;font-weight:700;letter-spacing:3px}.find-place-header h2{color:#1e3666;font-size:clamp(3rem,7vw,5.5rem);line-height:1;margin:18px 0}.find-place-header p{color:#666;font-size:1.1rem;line-height:2;margin:auto;max-width:700px}.find-place-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);margin:auto;max-width:1400px}.place-card{border-radius:34px;box-shadow:0 30px 80px #0000001f;cursor:pointer;height:420px;overflow:hidden;position:relative}.place-card img{height:100%;object-fit:cover;transition:1s;width:100%}.place-card:hover img{transform:scale(1.1)}.place-overlay{background:linear-gradient(#0000,#000000d1);color:#fff;display:flex;flex-direction:column;inset:0;justify-content:flex-end;padding:35px;position:absolute}.place-overlay h3{font-size:2rem;margin-bottom:15px}.place-overlay p{line-height:1.8;opacity:.92}@media(max-width:900px){.find-place-grid{grid-template-columns:1fr}.place-card{height:320px}}.ministries-showcase{background:#fff;margin:0 5%}.showcase-heading{margin:0 auto;max-width:800px;text-align:center}.showcase-heading span{color:#ff6f61;font-weight:700;letter-spacing:3px}.showcase-heading h2{color:#1e3666;font-size:clamp(2rem,6vw,3rem);line-height:1.15;margin-top:20px}.ministry-feature{grid-gap:90px;align-items:center;display:grid;gap:90px;grid-template-columns:1.1fr .9fr;margin-bottom:10px}.ministry-feature.reverse{grid-template-columns:.9fr 1.1fr}.ministry-feature.reverse .feature-image{order:2}.ministry-feature.reverse .feature-copy{order:1}.feature-image{border-radius:34px;overflow:hidden;position:relative}.feature-image img{display:block;height:300px;object-fit:cover;transition:1s;width:100%}.feature-image:hover img{transform:scale(1.08)}.feature-copy{max-width:520px}.feature-copy span{background:#ffe7e3;border-radius:30px;color:#ff6f61;display:inline-block;font-weight:600;margin-bottom:12px;padding:0}.feature-copy h3{color:#1e3666;font-size:1.5rem;line-height:1.1;margin-bottom:15px}.feature-copy p{color:#666;font-size:1.05rem;line-height:2;margin-bottom:5px}.feature-button{background:#1e3666;border:none;border-radius:40px;color:#fff;cursor:pointer;font-weight:600;padding:16px 34px;transition:.35s}.feature-button:hover{background:#ff6f61;transform:translateY(-4px)}@media(max-width:1000px){.ministry-feature,.ministry-feature.reverse{gap:45px;grid-template-columns:1fr}.ministry-feature.reverse .feature-copy,.ministry-feature.reverse .feature-image{order:0}.feature-image img{height:420px}.feature-copy{max-width:none}}.featured-sermon-section{background:#fff;margin-top:30px;padding:10px 5%}.featured-sermon-card{background:#fff;border-radius:40px;box-shadow:0 35px 90px #00000014;display:grid;grid-template-columns:1.2fr 1fr;margin:auto;max-width:1450px;overflow:hidden}.featured-sermon-image{overflow:hidden;position:relative}.featured-sermon-image img{display:block;height:100%;min-height:720px;object-fit:cover;transition:1.2s;width:100%}.featured-sermon-card:hover .featured-sermon-image img{transform:scale(1.06)}.featured-badge{background:#ff6f61;border-radius:40px;color:#fff;font-size:.82rem;font-weight:700;left:35px;letter-spacing:2px;padding:12px 22px;position:absolute;top:35px}.featured-sermon-content{display:flex;flex-direction:column;justify-content:center;padding:80px 70px}.featured-label{color:#ff6f61;font-weight:700;letter-spacing:3px;margin-bottom:22px}.featured-sermon-content h2{color:#1e3666;font-size:clamp(2rem,5vw,3rem);line-height:1;margin-bottom:30px}.featured-description{color:#666;font-size:1.08rem;line-height:2;margin-bottom:45px}.featured-meta{grid-gap:20px;border-bottom:1px solid #eee;border-top:1px solid #eee;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:45px;padding:25px 0}.featured-meta strong{color:#1e3666;display:block;font-size:.9rem;margin-bottom:8px}.featured-meta span{color:#666;font-size:.95rem}@media(max-width:1000px){.featured-sermon-card{grid-template-columns:1fr}.featured-sermon-image img{min-height:420px}.featured-sermon-content{padding:45px 30px}.featured-meta{gap:25px;grid-template-columns:1fr}}.sermon-library-section{background:#fafafa;padding:120px 0}.sermon-library-grid{grid-gap:35px;display:grid;gap:35px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));margin-top:70px}.sermon-library-card{background:#fff;border-radius:28px;box-shadow:0 18px 50px #0000000f;cursor:pointer;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:.45s}.sermon-library-card:hover{box-shadow:0 30px 80px #0000001f;transform:translateY(-12px)}.sermon-library-image{height:260px;overflow:hidden;position:relative}.sermon-library-image img{height:100%;object-fit:cover;transition:1s;width:100%}.sermon-library-card:hover img{transform:scale(1.08)}.sermon-library-overlay{align-items:flex-start;background:linear-gradient(180deg,#00000059,#0000 40%);display:flex;inset:0;justify-content:flex-end;padding:20px;position:absolute}.reading-time{background:#ff6f61;border-radius:40px;color:#fff;font-size:.85rem;font-weight:600;padding:10px 18px}.sermon-library-body{display:flex;flex:1 1;flex-direction:column;padding:30px}.sermon-date{color:#ff6f61;font-size:.88rem;font-weight:700;letter-spacing:1px;margin-bottom:14px}.sermon-library-body h3{color:#1e3666;font-size:1.7rem;line-height:1.2;margin-bottom:18px}.sermon-library-body p{color:#666;flex:1 1;line-height:1.9;margin-bottom:35px}.sermon-footer{align-items:center;border-top:1px solid #eee;display:flex;justify-content:space-between;padding-top:22px}.sermon-footer small{color:#999;display:block;margin-bottom:4px}.sermon-footer strong{color:#1e3666}.sermon-footer button{background:none;border:none;color:#ff6f61;cursor:pointer;font-size:.95rem;font-weight:700;transition:.3s}.sermon-library-card:hover .sermon-footer button{transform:translateX(6px)}.reader-backdrop{align-items:center;animation:fadeReader .35s ease;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f172abf;display:flex;inset:0;justify-content:center;padding:0 10px;position:fixed;z-index:9999}@keyframes fadeReader{0%{opacity:0}to{opacity:1}}.reader-sheet{animation:slideReader .45s ease;background:#fff;border-radius:30px;box-shadow:0 35px 90px #00000059;height:92vh;overflow-x:hidden;overflow-y:auto;position:relative;scroll-behavior:smooth;width:min(1100px,100%)}@keyframes slideReader{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.reader-close{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff2e;border:1px solid #ffffff40;border-radius:50%;color:#fff;cursor:pointer;font-size:22px;height:52px;position:absolute;right:25px;top:25px;transition:.35s;width:52px;z-index:20}.reader-close:hover{background:#ff6f61;transform:rotate(90deg)}.reader-cover{align-items:flex-end;background-position:50%;background-size:cover;display:flex;height:420px;position:relative}.reader-cover-overlay{background:linear-gradient(180deg,#00000026,#000000d1);inset:0;position:absolute}.reader-cover-content{color:#fff;max-width:720px;padding:30px;position:relative;z-index:2}.reader-cover-content span{background:#ff6f61;border-radius:30px;display:inline-block;font-weight:600;margin-bottom:20px;padding:2px 18px}.reader-cover-content h1{font-size:clamp(1.5rem,5vw,2.5rem);line-height:1.05;margin-bottom:5px}.reader-cover-content p{font-size:1.1rem;opacity:.9}.reader-body{overflow:auto;padding:30px;scroll-behavior:smooth}.reader-author{align-items:center;border-bottom:1px solid #ececec;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:30px}.reader-author h3{color:#1e3666;font-size:1rem;margin-bottom:4px}.reader-author p{color:#777}.reader-scripture{background:#fff6f5;border-left:6px solid #ff6f61;border-radius:18px;margin-bottom:20px;padding:35px}.reader-scripture h2{color:#1e3666;margin-bottom:12px}.reader-scripture p{color:#444;font-size:1rem;font-style:italic;line-height:2}.reader-introduction{margin-bottom:20px}.reader-introduction h2{color:#1e3666;margin-bottom:10px}.reader-introduction p{color:#555;font-size:.8rem;line-height:2.2;white-space:pre-line}.reader-point{margin-bottom:30px}.reader-point h2{color:#1e3666;font-size:1rem;margin-bottom:25px;padding-bottom:18px;position:relative}.reader-point h2:after{background:#ff6f61;border-radius:40px;bottom:0;content:"";height:5px;left:0;position:absolute;width:80px}.reader-point p{color:#555;font-size:1.08rem;line-height:2.15;white-space:pre-line}.reader-quote{background:#1e3666;border-radius:24px;color:#fff;margin:80px 0;padding:55px;text-align:center}.reader-quote p{font-size:2rem;font-style:italic;line-height:1.7;margin:auto;max-width:750px}.reader-reflection{background:#f8f9fb;border-radius:24px;margin-bottom:70px;padding:50px}.reader-reflection h2{color:#1e3666;margin-bottom:30px}.reader-reflection ul{padding-left:20px}.reader-reflection li{color:#555;line-height:1.8;margin-bottom:18px}.reader-prayer{background:linear-gradient(135deg,#fff6f5,#fff);border:1px solid #ffe1dd;border-radius:24px;margin-bottom:40px;padding:50px}.reader-prayer h2{color:#1e3666;margin-bottom:20px}.reader-prayer p{color:#555;line-height:2.1;white-space:pre-line}@media(max-width:900px){.reader-sheet{border-radius:0;height:100vh}.reader-cover{height:300px}.reader-body,.reader-cover-content{padding:35px}.reader-point h2{font-size:2rem}.reader-quote{padding:35px}.reader-quote p{font-size:1.4rem}}.featured-story{padding:120px 0}.featured-news{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1.3fr 1fr}.featured-image img{border-radius:35px;box-shadow:0 30px 80px #00000026;height:650px;object-fit:cover;transition:.6s;width:100%}.featured-image:hover img{transform:scale(1.04)}.featured-content span{color:#c97a8e;font-weight:700;letter-spacing:3px}.featured-content h2{color:#1e3666;font-size:3.5rem;margin:25px 0}.featured-content p{line-height:2;margin-bottom:40px}.news-feature{margin:120px auto;max-width:1500px;padding:0 5%;position:relative}.news-feature img{border-radius:35px;box-shadow:0 30px 90px #00000026;display:block;height:500px;object-fit:cover;width:100%}.news-overlay-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border-radius:30px;bottom:40px;box-shadow:0 25px 60px #0000001f;left:90px;padding:45px;position:absolute;width:520px}.timelinee-section{background:#1e3666;color:#fff;overflow:hidden;padding:10px 0;position:relative}.timelinee-heading{margin:auto auto 90px;max-width:760px;text-align:center}.timelinee-heading span{color:#d4af37;font-weight:700;letter-spacing:3px}.timelinee-heading h2{font-size:20px;margin:25px 0}.timelinee-heading p{font-size:1.05rem;line-height:2;opacity:.85}.timelinee{margin:auto;max-width:1400px;position:relative}.timelinee:before{background:#fff3;bottom:0;content:"";left:130px;position:absolute;top:0;width:3px}.timelinee-item{grid-gap:30px;align-items:flex-start;display:grid;gap:30px;grid-template-columns:100px 60px 1fr;margin-bottom:70px;position:relative}.timelinee-date{color:#d4af37;font-size:1rem;font-weight:700;padding-top:5px;text-align:right}.timelinee-dot{background:#d4af37;border-radius:50%;box-shadow:0 0 25px #d4af3780;height:22px;margin-left:18px;position:relative;width:22px;z-index:2}.timelinee-content{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:24px;padding:30px;transition:.4s}.timelinee-content:hover{background:#ffffff1f;transform:translateX(12px)}.timelinee-content h3{font-size:1.6rem;margin-bottom:15px}.timelinee-content p{line-height:1.9;margin-bottom:20px;opacity:.9}.news-overlay-card span{color:#c97a8e;font-weight:700;letter-spacing:3px}.news-overlay-card h2{color:#1e3666;font-size:2rem;line-height:1.1;margin:20px 0}.news-overlay-card p{line-height:1.9;margin-bottom:35px}@media(max-width:900px){.news-overlay-card{bottom:auto;left:auto;margin-top:-80px;position:relative;width:100%}.news-feature img{height:450px}}.timelinee-content span{background:#d4af37;border-radius:30px;color:#1e3666;display:inline-block;font-weight:700;padding:8px 18px}@media(max-width:768px){.timelinee:before{left:18px}.timelinee-item{grid-template-columns:30px 1fr}.timelinee-date{display:none}.timelinee-dot{margin-left:7px}}.visit-invitation{margin:140px auto;max-width:1500px;padding:0 6%;position:relative}.visit-image{border-radius:40px;overflow:hidden}.visit-image img{display:block;height:720px;object-fit:cover;transition:1s;width:100%}.visit-image:hover img{transform:scale(1.05)}.visit-content{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffed;border-radius:32px;bottom:70px;box-shadow:0 25px 80px #00000026;left:80px;padding:50px;position:absolute;width:520px}.visit-content span{color:#c97a8e;font-size:.8rem;font-weight:700;letter-spacing:3px}.visit-content h2{color:#1e3666;font-size:4rem;line-height:1;margin:18px 0}.visit-content p{color:#555;line-height:2;margin-bottom:35px}@media(max-width:900px){.visit-content{bottom:auto;left:auto;margin-top:-70px;padding:35px;position:relative;width:100%}.visit-image img{height:450px}}.find-wrc{background:#f9fafc;padding:140px 0}.find-header{margin:auto auto 70px;max-width:750px;text-align:center}.find-header span{background:#ffe7ea;border-radius:30px;color:#c97a8e;display:inline-block;font-weight:700;letter-spacing:2px;margin-bottom:20px;padding:10px 18px}.find-header h2{color:#1e3666;font-size:clamp(3rem,7vw,5rem);line-height:1.05;margin-bottom:25px}.find-header p{color:#666;line-height:2;margin:auto;max-width:650px}.find-map{margin-bottom:80px}.find-map img{border-radius:36px;box-shadow:0 35px 90px #0000001f;display:block;height:600px;object-fit:cover;transition:.8s;width:100%}.find-map:hover img{transform:scale(1.03)}.find-information{max-width:900px}.find-row{border-bottom:1px solid #00000014;padding:35px 0}.find-row span{color:#c97a8e;display:block;font-size:.8rem;font-weight:700;letter-spacing:3px;margin-bottom:15px}.find-row h3{color:#1e3666;font-size:2rem;font-weight:500;line-height:1.5;margin:0}.find-button{margin-top:70px;text-align:center}@media(max-width:768px){.find-map img{height:350px}.find-row h3{font-size:1.5rem}}@keyframes heroSlide{0%,28%{opacity:1;transform:scale(1.02)}33%,to{opacity:0;transform:scale(1)}}.section-grid{grid-gap:2rem;display:grid;gap:2rem}.table-wrapper{border:1px solid #e5e7eb;border:1px solid var(--clr-border);border-radius:24px;border-radius:var(--radius);overflow-x:auto}table{border-collapse:initial;border-spacing:0;width:100%}thead th{background:#f5f6f8;background:var(--clr-surface);color:#6b7280;color:var(--clr-muted);font-weight:700;padding:1rem 1.2rem;text-align:left}tbody tr{background:#fff}tbody td{border-top:1px solid #e5e7eb;border-top:1px solid var(--clr-border);color:#333;color:var(--clr-text);padding:1rem 1.2rem}.form-grid{grid-gap:1.25rem;display:grid;gap:1.25rem}.form-field{display:flex;flex-direction:column;gap:.6rem}input,select,textarea{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--clr-border);border-radius:18px;color:#333;color:var(--clr-text);min-height:3rem;outline:none;padding:1rem 1.1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}input:focus,select:focus,textarea:focus{border-color:#1e3666;border-color:var(--clr-primary);box-shadow:0 0 0 4px #1e366614}textarea{min-height:9rem;resize:vertical}.site-footer{background:linear-gradient(180deg,#13294b,#0d1b34 60%,#081220);color:#fff;margin-top:0;overflow:hidden;padding-top:90px;position:relative}.footer-glow{background:#ff6f61;border-radius:50%;filter:blur(180px);height:550px;opacity:.08;pointer-events:none;position:absolute;right:-120px;top:-220px;width:550px}.footer-top{grid-gap:70px;display:grid;gap:70px;grid-template-columns:2fr 1fr 1fr 1fr;padding-bottom:70px;position:relative;z-index:2}.footer-brand h2{color:#fff;font-size:1rem;margin:18px 0 8px}.footer-brand p{color:#ffb5ae;font-weight:600;margin-bottom:15px}.footer-brand span{color:#ffffffd1;display:block;line-height:1.9;max-width:420px}.footer-logo{align-items:center;background:linear-gradient(135deg,#ff6f61,#ff998d);border-radius:50%;box-shadow:0 20px 45px #ff6f6159;color:#fff;display:flex;font-size:1.4rem;font-weight:800;height:78px;justify-content:center;width:78px}.footer-column{display:flex;flex-direction:column}.footer-column h4{color:#fff;font-size:1rem;margin-bottom:24px;position:relative}.footer-column h4:after{background:#ff6f61;border-radius:20px;content:"";display:block;height:3px;margin-top:10px;width:40px}.footer-column a,.footer-column p,.footer-column strong{color:#ffffffb8;margin-bottom:5px;text-decoration:none;transition:.35s}.footer-column a:hover{color:#ff6f61;padding-left:8px}.footer-divider{background:#ffffff14;height:1px;margin-bottom:28px}.footer-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding-bottom:35px}.footer-bottom p{color:#ffffffa6;font-size:.95rem;margin:0}@media(max-width:1000px){.footer-top{gap:45px;grid-template-columns:1fr 1fr}}@media(max-width:700px){.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}@media (max-width:900px){.site-nav{align-items:stretch;flex-direction:column}.hero-carousel{min-height:62vh}.hero-carousel__headline{font-size:clamp(2.2rem,7vw,3rem)}.section-intro{text-align:left}}@media (max-width:720px){.site-nav__links{flex-direction:column;gap:1rem}.card-grid--2,.card-grid--3,.footer-grid,.stats-grid{grid-template-columns:1fr}.section{padding:3rem 0}}.navigation-wrapper{align-items:center;display:flex}.menu-toggle{background:#1e3666;background:var(--clr-primary);border:none;border-radius:10%;color:#fff;cursor:pointer;display:none;font-size:28px;position:absolute;right:6%;top:40%}@media (max-width:768px){.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-bar{justify-content:space-between}.menu-toggle{align-items:center;display:flex;justify-content:center}.top-nav{background:#0d1f2d;box-shadow:0 12px 30px #00000026;display:flex;flex-direction:column;left:0;max-height:0;overflow:hidden;position:absolute;top:100%;transition:max-height .35s ease;width:100%}.top-nav.mobile-open{max-height:600px}.top-nav a{border-bottom:1px solid #ffffff14;padding:18px 30px;width:100%}.top-nav a:hover{background:#ffffff0d}}.home-timeline-preview{background:#1e3666;color:#fff;margin-bottom:20px;overflow:hidden;padding:50px 0;position:relative}.home-timeline-preview:before{background:#d4af370d;border-radius:50%;content:"";height:350px;position:absolute;right:-120px;top:-120px;width:350px}.home-timeline-preview:after{background:#ffffff08;border-radius:50%;bottom:-180px;content:"";height:420px;left:-180px;position:absolute;width:420px}.preview-heading{margin:auto auto 60px;max-width:700px;position:relative;text-align:center;z-index:2}.preview-heading span{color:#d4af37;font-weight:700;letter-spacing:3px}.preview-heading h2{font-size:2.2rem;margin:18px 0}.preview-heading p{line-height:1.8;opacity:.85}.preview-timeline{margin:auto;max-width:900px;position:relative}.preview-timeline:before{background:#ffffff26;bottom:0;content:"";left:105px;position:absolute;top:0;width:2px}.preview-item{grid-gap:25px;align-items:flex-start;display:grid;gap:25px;grid-template-columns:80px 45px 1fr;margin-bottom:40px;position:relative}.preview-date{color:#d4af37;font-size:.95rem;font-weight:700;padding-top:5px;text-align:right}.preview-dot{background:#d4af37;border-radius:50%;box-shadow:0 0 18px #d4af3799;height:18px;margin-left:13px;position:relative;width:18px;z-index:2}.preview-content{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:20px;padding:22px 28px;transition:.35s}.preview-content:hover{background:#ffffff17;transform:translateX(8px)}.preview-content h3{font-size:1.25rem;margin-bottom:12px}.preview-content p{line-height:1.8;margin-bottom:18px;opacity:.9}.preview-content span{background:#d4af37;border-radius:30px;color:#1e3666;display:inline-block;font-size:.9rem;font-weight:700;padding:8px 18px}.preview-footer{display:flex;justify-content:center;margin-top:60px}.preview-btn{background:#d4af37;border-radius:40px;color:#1e3666;font-weight:700;padding:16px 42px;text-decoration:none;transition:.35s}.preview-btn:hover{background:#fff;transform:translateY(-4px)}@media(max-width:768px){.preview-timeline:before{left:15px}.preview-item{grid-template-columns:30px 1fr}.preview-date{display:none}.preview-dot{margin-left:4px}.preview-heading h2{font-size:1.8rem}}.home-sermons-preview{background:#fff;padding:0}.sermons-preview-header{align-items:flex-end;display:flex;gap:40px;justify-content:space-between;margin-bottom:30px}.sermons-preview-header span{color:#c97a8e;color:var(--clr-secondary);font-weight:700;letter-spacing:3px}.sermons-preview-header h2{color:#1e3666;font-size:2.5rem;line-height:1.2;margin:8px 0}.sermons-preview-header p{color:#555;line-height:1.9;max-width:600px}.sermons-preview-btn{background:#1e3666;border-radius:40px;color:#fff;font-size:.8rem;font-weight:700;padding:12px 18px;text-decoration:none;transition:.35s}.sermons-preview-btn:hover{background:#d4af37;color:#1e3666}.sermons-preview-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}.sermon-preview-card{background:#fff;border-radius:26px;box-shadow:0 18px 40px #00000014;overflow:hidden;transition:.4s}.sermon-preview-card:hover{transform:translateY(-10px)}.sermon-preview-image{height:270px;overflow:hidden}.sermon-preview-image img{height:100%;object-fit:cover;transition:.6s;width:100%}.sermon-preview-card:hover img{transform:scale(1.08)}.sermon-preview-content{padding:10px}.sermon-preview-content span{color:#c97a8e;color:var(--clr-secondary);display:inline-block;font-size:.6rem;font-weight:700;margin-bottom:7px}.sermon-preview-content h3{color:#1e3666;font-size:1.2rem;line-height:1.3;margin-bottom:1px}.sermon-preview-content p{color:#666;line-height:1.9;margin-bottom:0}.sermon-read-link{color:#1e3666;font-weight:700;text-decoration:none;transition:.3s}.sermon-read-link:hover{color:#d4af37}@media(max-width:900px){.sermons-preview-header{align-items:flex-start;flex-direction:column}.sermons-preview-grid{grid-template-columns:1fr}.sermons-preview-header h2{font-size:2rem}}.pastoral-team-section{background:#f7f8fc;overflow:hidden;padding:10px 8%;position:relative}.pastoral-team-section:before{background:#1e36660d;border-radius:50%;content:"";height:500px;position:absolute;right:-150px;top:-250px;width:500px}.pastoral-header{margin:auto auto 70px;max-width:750px;position:relative;text-align:center;z-index:2}.pastoral-header span{color:#d4af37;display:block;font-size:.9rem;font-weight:700;letter-spacing:3px;margin-bottom:15px}.pastoral-header h2{color:#1e3666;font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:20px}.pastoral-header p{color:#666;font-size:1.05rem;line-height:1.9}.pastoral-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));position:relative;z-index:2}.pastor-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:.45s}.pastor-card:hover{box-shadow:0 35px 80px #00000029;transform:translateY(-12px)}.pastor-image{height:340px;overflow:hidden;position:relative}.pastor-image img{height:100%;object-fit:cover;transition:.7s;width:100%}.pastor-card:hover img{transform:scale(1.08)}.pastor-role{background:#1e3666;border-radius:50px;bottom:20px;color:#fff;font-size:.85rem;font-weight:600;left:20px;letter-spacing:1px;padding:10px 22px;position:absolute}.pastor-content{display:flex;flex:1 1;flex-direction:column;padding:10px;position:relative}.pastor-content h3{color:#1e3666;font-size:1rem;margin-bottom:0}.quote-mark{color:#d4af37;font-family:Georgia,serif;font-size:1rem;line-height:1;margin-bottom:-30px;opacity:.2}.pastor-content p{color:#666;line-height:1.9;margin-bottom:3px;position:relative;z-index:2}.pastor-line{background:linear-gradient(90deg,#d4af37,#1e3666);border-radius:50px;height:2px;margin-bottom:25px;width:70px}.pastor-btn{background:#1e3666;border:none;border-radius:50px;color:#fff;cursor:pointer;font-weight:600;padding:14px 28px;transition:.35s;width:-webkit-max-content;width:max-content}.pastor-btn:hover{background:#d4af37;color:#1e3666;transform:translateX(6px)}@media(max-width:768px){.pastoral-team-section{padding:80px 6%}.pastoral-header h2{font-size:2.2rem}.pastor-image{height:300px}}.construction-preview{background:#1e3666;color:#fff;isolation:isolate;overflow:hidden;padding:110px 0;position:relative}.construction-preview:before{background:#d4af370d;border-radius:50%;content:"";height:500px;position:absolute;right:-180px;top:-220px;width:500px}.construction-preview:after{background:#ffffff08;border-radius:50%;bottom:-300px;content:"";height:620px;left:-250px;position:absolute;width:620px}.construction-glow{border-radius:50%;filter:blur(120px);pointer-events:none;position:absolute;z-index:0}.construction-glow-one{background:#d4af371f;height:260px;right:14%;top:12%;width:260px}.construction-glow-two{background:#ffffff0d;bottom:10%;height:240px;left:5%;width:240px}.construction-wrapper{grid-gap:70px;align-items:center;display:grid;gap:70px;grid-template-columns:1fr 520px;position:relative;z-index:2}.construction-content{max-width:620px}.construction-tag{align-items:center;background:#d4af371f;border:1px solid #d4af3733;border-radius:40px;color:#d4af37;display:inline-flex;font-size:.9rem;font-weight:700;gap:10px;letter-spacing:2px;margin-bottom:28px;padding:10px 22px}.construction-content h2{font-size:clamp(2.4rem,4vw,4rem);font-weight:800;line-height:1.1;margin-bottom:28px}.construction-content h2 span{color:#d4af37}.construction-content p{color:#ffffffd1;font-size:1.05rem;line-height:2;margin-bottom:42px;max-width:540px}.construction-actions{display:flex;flex-wrap:wrap;gap:18px}.construction-btn{align-items:center;background:#d4af37;border-radius:50px;box-shadow:0 15px 35px #d4af3747;color:#1e3666;display:inline-flex;font-weight:700;justify-content:center;padding:18px 38px;text-decoration:none;transition:.35s}.construction-btn:hover{background:#fff;box-shadow:0 20px 45px #00000040;color:#1e3666;transform:translateY(-6px)}.construction-right{position:relative}.construction-image{border-radius:30px;box-shadow:0 35px 70px #00000059;overflow:hidden;position:relative}.construction-image img{display:block;height:640px;object-fit:cover;transition:.7s;width:100%}.construction-image:hover img{transform:scale(1.08)}.construction-image:after{background:linear-gradient(0deg,#1e3666e0,#1e36661a);content:"";inset:0;position:absolute}.construction-progress{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:24px;bottom:30px;left:30px;padding:28px;position:absolute;width:290px;z-index:3}.construction-progress small{color:#d4af37;display:block;letter-spacing:2px;margin-bottom:10px}.construction-progress h3{font-size:2.7rem;margin-bottom:18px}.progress-bar{background:#ffffff1f;border-radius:20px;height:11px;width:100%}.progress-bar span{background:#d4af37;border-radius:20px;width:70%}@media(max-width:1100px){.construction-wrapper{gap:60px;grid-template-columns:1fr}.construction-content{margin:auto;max-width:100%;text-align:center}.construction-content p{margin-left:auto;margin-right:auto;max-width:700px}.construction-actions{justify-content:center}.construction-right{margin:auto;max-width:700px;width:100%}.construction-image img{height:560px}}@media(max-width:850px){.construction-preview{padding:90px 0}.construction-wrapper{gap:45px}.construction-content h2{line-height:1.2}.construction-image img{height:500px}.construction-progress{bottom:22px;left:22px;padding:22px;width:260px}.construction-progress h3{font-size:2.2rem}}.payment-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:28px;bottom:40px;box-shadow:0 25px 55px #0000004d;padding:30px;position:absolute;right:-40px;transition:.4s;width:330px;z-index:5}.payment-card:hover{transform:translateY(-8px)}.payment-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.payment-top small{color:#d4af37;display:block;letter-spacing:2px;margin-bottom:8px}.payment-top h3{color:#fff;font-size:1.45rem}.payment-icon{align-items:center;background:#d4af37;border-radius:50%;box-shadow:0 8px 25px #d4af3759;color:#1e3666;display:flex;font-size:1.4rem;height:60px;justify-content:center;width:60px}.payment-body{display:flex;flex-direction:column;gap:24px}.pay-item{background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;padding:18px}.pay-item span{color:#d4af37;display:block;font-size:.9rem;letter-spacing:1px;margin-bottom:10px}.pay-item h2{color:#fff;font-size:2rem;letter-spacing:2px;margin:0}.pay-item h4{color:#fff;font-size:1.05rem;letter-spacing:1px;margin:0}@media(max-width:1100px){.payment-card{bottom:auto;margin:-70px auto 0;max-width:520px;position:relative;right:auto;width:100%}}@media(max-width:768px){.construction-preview{padding:75px 0}.construction-preview:before{height:260px;right:-120px;top:-120px;width:260px}.construction-preview:after{bottom:-150px;height:300px;left:-150px;width:300px}.construction-wrapper{display:flex;flex-direction:column;gap:35px}.construction-content{order:1;text-align:center}.construction-content h2{font-size:2.25rem}.construction-content p{font-size:.97rem;line-height:1.9;margin-bottom:30px}.construction-actions{justify-content:center}.construction-btn{max-width:320px;padding:17px;width:100%}.construction-right{order:2;width:100%}.construction-image{border-radius:24px}.construction-image img{height:340px}.construction-progress{border-radius:18px;bottom:15px;left:15px;padding:18px;position:absolute;right:15px;width:auto}.construction-progress h3{font-size:2rem}.payment-card{border-radius:22px;bottom:auto;margin-top:25px;max-width:none;padding:24px;position:relative;right:auto;width:100%}.payment-top{margin-bottom:22px}.payment-icon,.payment-top h3{font-size:1.2rem}.payment-icon{height:50px;width:50px}.pay-item{padding:16px}.pay-item h2{font-size:1.7rem}.pay-item h4{font-size:1rem}}@media(max-width:480px){.construction-preview{padding:60px 0}.construction-tag{font-size:.78rem;letter-spacing:1px;padding:9px 16px}.construction-content h2{font-size:1.9rem}.construction-content p{font-size:.92rem}.construction-btn{font-size:.95rem}.construction-image img{height:270px}.construction-progress{padding:15px}.construction-progress h3{font-size:1.6rem}.progress-bar{height:8px}.payment-card{padding:20px}.payment-top{flex-direction:column;gap:18px;text-align:center}.payment-body{gap:16px}.pay-item{text-align:center}.pay-item h2{font-size:1.5rem}.pay-item h4{font-size:.95rem}}.construction-page{background:#f8f8f8;overflow:hidden}.construction-hero{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative;text-align:center}.construction-overlay{background:linear-gradient(#0d1f45d1,#1e3666e0);inset:0;position:absolute}.construction-hero:before{background:#d4af3714;border-radius:50%;content:"";height:500px;position:absolute;right:-180px;top:-180px;width:500px}.construction-hero:after{background:#ffffff0a;border-radius:50%;bottom:-280px;content:"";height:650px;left:-280px;position:absolute;width:650px}.construction-hero-content{max-width:900px;position:relative;z-index:10}.construction-hero-content span{background:#d4af371f;border:1px solid #d4af3740;border-radius:50px;color:#d4af37;display:inline-block;font-weight:700;letter-spacing:3px;margin-bottom:28px;padding:10px 24px}.construction-hero-content h1{color:#fff;font-size:clamp(3rem,7vw,5.8rem);font-weight:800;line-height:1.08;margin-bottom:30px}.construction-hero-content h1 span{background:none;border:none;color:#d4af37;padding:0}.construction-hero-content p{color:#ffffffe6;font-size:1.12rem;line-height:2;margin:auto;max-width:720px}.construction-buttons{display:flex;flex-wrap:wrap;gap:22px;justify-content:center;margin-top:45px}.construction-primary{background:#d4af37;border-radius:50px;box-shadow:0 15px 35px #d4af374d;color:#1e3666;font-weight:700;padding:18px 40px;text-decoration:none;transition:.35s}.construction-primary:hover{background:#fff;transform:translateY(-6px)}.construction-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #ffffff2e;border-radius:50px;color:#fff;font-weight:700;padding:18px 40px;text-decoration:none;transition:.35s}.construction-secondary:hover{background:#fff;color:#1e3666}.scroll-indicator{align-items:flex-start;border:2px solid #fff6;border-radius:40px;bottom:35px;display:flex;height:60px;justify-content:center;left:50%;padding-top:10px;position:absolute;transform:translateX(-50%);width:35px;z-index:10}.scroll-indicator div{animation:scrollMove 1.7s infinite;background:#d4af37;border-radius:20px;height:12px;width:6px}@keyframes scrollMove{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(22px)}}@media(max-width:992px){.construction-hero{min-height:90vh}.construction-hero-content{max-width:700px}.construction-hero-content h1{font-size:3.6rem}.construction-hero-content p{font-size:1rem}}@media(max-width:768px){.construction-hero{min-height:100vh;padding:90px 0}.construction-hero-content{width:100%}.construction-hero-content span{font-size:.8rem;padding:9px 18px}.construction-hero-content h1{font-size:2.7rem}.construction-hero-content p{font-size:.95rem;line-height:1.8;padding:0 10px}.construction-buttons{align-items:center;flex-direction:column}.construction-primary,.construction-secondary{max-width:320px;text-align:center;width:100%}.scroll-indicator{display:none}}@media(max-width:480px){.construction-hero{padding:70px 0}.construction-hero-content h1{font-size:2.2rem}.construction-hero-content p{font-size:.9rem}.construction-primary,.construction-secondary{font-size:.95rem;padding:16px}}.section-heading{margin:0 auto 70px;max-width:760px;text-align:center}.section-heading span{color:#d4af37;display:inline-block;font-weight:700;letter-spacing:3px;margin-bottom:18px}.section-heading h2{color:#1e3666;font-size:clamp(2rem,4vw,3.2rem);line-height:1.2;margin-bottom:20px}.section-heading p{color:#666;font-size:1rem;line-height:1.9}.vision-section{background:#fff;overflow:hidden;padding:120px 0;position:relative}.vision-section:before{background:#1e36660a;border-radius:50%;content:"";height:420px;position:absolute;right:-180px;top:-180px;width:420px}.vision-grid{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:520px 1fr}.vision-image{position:relative}.vision-image img{border-radius:30px;box-shadow:0 25px 60px #0000001f;height:620px;object-fit:cover;transition:.5s;width:100%}.vision-image:hover img{transform:scale(1.03)}.vision-image:before{background:#d4af37;border-radius:30px;bottom:-30px;content:"";height:180px;left:-30px;position:absolute;width:180px;z-index:-1}.vision-content span{color:#d4af37;display:inline-block;font-weight:700;letter-spacing:3px;margin-bottom:22px}.vision-content h2{color:#1e3666;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.2;margin-bottom:28px}.vision-content p{color:#666;font-size:1rem;line-height:2;margin-bottom:22px}.project-progress{background:#f8f8f8;padding:120px 0}.progress-wrapper{background:#fff;border-radius:30px;box-shadow:0 18px 45px #00000014;margin-bottom:70px;padding:45px}.progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.progress-header h3{color:#1e3666;font-size:1.5rem}.progress-header h2{color:#d4af37;font-size:3rem}.progress-bar{background:#e5e5e5;border-radius:50px;height:14px;overflow:hidden}.progress-bar span{animation:progressFill 2.5s ease;background:linear-gradient(90deg,#d4af37,#f0c94d);border-radius:50px;display:block;height:100%;width:72%}@keyframes progressFill{0%{width:0}to{width:72%}}.progress-cards{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}.progress-card{background:#fff;border-radius:24px;border-top:5px solid #d4af37;box-shadow:0 15px 35px #00000012;padding:40px 25px;text-align:center;transition:.35s}.progress-card:hover{transform:translateY(-12px)}.progress-card h2{color:#1e3666;font-size:2.8rem;margin-bottom:14px}.progress-card p{color:#666;font-weight:600}@media(max-width:1100px){.vision-grid{gap:60px;grid-template-columns:1fr}.vision-image{margin:auto;max-width:650px}.vision-content{text-align:center}.progress-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.vision-section{padding:90px 0}.vision-image img{height:420px}.vision-image:before{bottom:-15px;height:120px;left:-15px;width:120px}.vision-content h2{font-size:2rem}.vision-content p{line-height:1.8}.progress-wrapper{padding:30px}.progress-header{flex-direction:column;gap:15px}.progress-header h2{font-size:2rem}.progress-cards{gap:20px;grid-template-columns:1fr}.progress-card{padding:35px}}@media(max-width:480px){.vision-image img{height:320px}.section-heading h2,.vision-content h2{font-size:1.8rem}.progress-wrapper{padding:22px}.progress-header h3{font-size:1.2rem}.progress-header h2{font-size:2rem}.progress-card h2{font-size:2.2rem}}.construction-gallery{background:#fff;overflow:hidden;padding:120px 0;position:relative}.construction-gallery:before{background:#1e36660a;border-radius:50%;content:"";height:500px;left:-200px;position:absolute;top:-250px;width:500px}.gallery-grid{grid-gap:24px;display:grid;gap:24px;grid-auto-rows:220px;grid-template-columns:repeat(3,1fr)}.gallery-0,.gallery-2{grid-row:span 2}.gallery-4{grid-column:span 2}.gallery-item{border-radius:28px;box-shadow:0 18px 45px #00000014;cursor:pointer;overflow:hidden;position:relative;transition:.45s}.gallery-item img{display:block;height:100%;object-fit:cover;transition:.8s;width:100%}.gallery-item:after{background:linear-gradient(#1e366614,#1e3666a6);inset:0}.gallery-item:after,.gallery-item:before{content:"";opacity:0;position:absolute;transition:.45s}.gallery-item:before{border:2px solid #d4af37d9;border-radius:18px;inset:16px;transform:scale(.9);z-index:3}.gallery-item:hover{box-shadow:0 30px 70px #0000002e;transform:translateY(-10px)}.gallery-item:hover img{transform:scale(1.08)}.gallery-item:hover:after{opacity:1}.gallery-item:hover:before{opacity:1;transform:scale(1)}.gallery-item span{bottom:25px;color:#fff;font-size:1rem;font-weight:700;left:30px;opacity:0;position:absolute;transform:translateY(20px);transition:.45s;z-index:5}.gallery-item:hover span{opacity:1;transform:translateY(0)}.gallery-item.latest:after{opacity:1}.gallery-item.latest .latest-badge{background:#d4af37;border-radius:30px;box-shadow:0 12px 25px #d4af3759;color:#1e3666;font-size:.8rem;font-weight:700;letter-spacing:1px;padding:10px 18px;position:absolute;right:20px;top:20px;z-index:10}.gallery-footer{margin-top:70px;text-align:center}.gallery-btn{align-items:center;background:#1e3666;border-radius:50px;color:#fff;display:inline-flex;font-weight:700;justify-content:center;padding:18px 40px;text-decoration:none;transition:.35s}.gallery-btn:hover{background:#d4af37;color:#1e3666;transform:translateY(-5px)}@media(max-width:1100px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-4{grid-column:span 1}}@media(max-width:768px){.construction-gallery{padding:90px 0}.gallery-grid{grid-auto-rows:280px;grid-template-columns:1fr}.gallery-0,.gallery-2,.gallery-4{grid-column:span 1;grid-row:span 1}.gallery-item{border-radius:22px}.gallery-item span{bottom:18px;left:22px}}@media(max-width:480px){.gallery-grid{gap:18px;grid-auto-rows:220px}.gallery-item{border-radius:18px}.gallery-item:before{inset:12px}.gallery-item span{font-size:.9rem}.gallery-btn{padding:16px;width:100%}}.support-section{background:#1e3666;color:#fff;overflow:hidden;padding:120px 0;position:relative}.support-section:before{background:#d4af370f;border-radius:50%;content:"";height:500px;position:absolute;right:-220px;top:-220px;width:500px}.support-section:after{background:#ffffff08;border-radius:50%;bottom:-280px;content:"";height:650px;left:-280px;position:absolute;width:650px}.support-grid{grid-gap:70px;align-items:center;display:grid;gap:70px;grid-template-columns:1fr 430px;position:relative;z-index:2}.support-content span{color:#d4af37;display:inline-block;font-weight:700;letter-spacing:3px;margin-bottom:20px}.support-content h2{font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.15;margin-bottom:25px}.support-content p{color:#ffffffd9;line-height:2;margin-bottom:35px}.support-content ul{list-style:none;margin:0;padding:0}.support-content li{border-bottom:1px solid #ffffff14;font-size:1.02rem;padding:14px 0}.support-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:30px;box-shadow:0 25px 55px #00000040;padding:35px;transition:.4s}.support-card:hover{transform:translateY(-10px)}.support-card-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:35px}.support-card-top h3{color:#d4af37;letter-spacing:2px}.support-card-top div{align-items:center;background:#d4af37;border-radius:50%;color:#1e3666;display:flex;font-size:1.5rem;height:60px;justify-content:center;width:60px}.support-number{background:#ffffff0d;border-radius:20px;margin-bottom:20px;padding:25px;text-align:center}.support-number small{color:#d4af37;display:block;letter-spacing:2px;margin-bottom:12px}.support-number h1{font-size:3rem;letter-spacing:4px;margin:0}.support-account{background:#ffffff0d;border-radius:20px;padding:25px;text-align:center}.support-account small{color:#d4af37;display:block;margin-bottom:12px}.support-account h3{color:#fff;margin:0}.support-footer{color:#ffffffbf;margin-top:30px;text-align:center}.building-timeline{background:#f8f8f8;padding:120px 0}.timeline{margin:auto;max-width:850px;position:relative}.timeline:before{background:#d4af37;bottom:0;content:"";left:22px;position:absolute;top:0;width:4px}.timeline-item{margin-bottom:60px;padding-left:80px;position:relative}.timeline-dot{background:#fff;border:4px solid #d4af37;border-radius:50%;height:28px;left:10px;position:absolute;top:5px;width:28px;z-index:2}.timeline-item.complete .timeline-dot{background:#d4af37}.timeline-item.active .timeline-dot{animation:pulseTimeline 1.8s infinite}@keyframes pulseTimeline{0%{box-shadow:0 0 0 0 #d4af37b3}70%{box-shadow:0 0 0 18px #d4af3700}to{box-shadow:0 0 0 0 #d4af3700}}.timeline-content{background:#fff;border-radius:22px;box-shadow:0 15px 35px #00000014;padding:30px;transition:.35s}.timeline-content:hover{transform:translateX(8px)}.timeline-content h3{color:#1e3666;margin-bottom:12px}.timeline-content p{color:#666;line-height:1.8}@media(max-width:1100px){.support-grid{gap:50px;grid-template-columns:1fr}.support-content{text-align:center}.support-card{margin:auto;max-width:500px}}@media(max-width:768px){.support-section{padding:90px 0}.support-card{padding:28px}.support-number h1{font-size:2.4rem}.timeline:before{left:15px}.timeline-item{padding-left:55px}.timeline-dot{height:24px;left:3px;width:24px}.timeline-content{padding:24px}}@media(max-width:480px){.support-content h2{font-size:2rem}.support-card{border-radius:22px;padding:22px}.support-card-top{flex-direction:column;gap:20px}.support-number{padding:20px}.support-number h1{font-size:2rem}.timeline-item{padding-left:45px}.timeline-content{padding:20px}.timeline-content h3{font-size:1.1rem}}.scripture-banner{background-attachment:fixed;background-image:url(/static/media/deliverance%20icon.662fcfb74907e37cb62e.jpg);background-position:50%;background-size:cover;overflow:hidden;padding:100px 0;position:relative;text-align:center}.scripture-overlay{inset:0;position:absolute}.construction-container,.scripture-overlay{background:linear-gradient(#112346d9,#1e3666e0)}.scripture-banner .container{max-width:900px;position:relative;z-index:2}.scripture-banner h2{color:#fff;font-size:clamp(2rem,4vw,3.5rem);font-style:italic;font-weight:700;line-height:1.4;margin-bottom:30px}.scripture-banner p{color:#d4af37;font-size:1.3rem;font-weight:700;letter-spacing:3px}.scripture-banner:before{top:70px}.scripture-banner:after,.scripture-banner:before{background:#d4af37;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:180px}.scripture-banner:after{bottom:70px}.construction-final{background:#1e3666;overflow:hidden;padding:120px 0;position:relative;text-align:center}.construction-final:before{background:#d4af370d;border-radius:50%;content:"";height:550px;position:absolute;right:-220px;top:-220px;width:550px}.construction-final:after{background:#ffffff08;border-radius:50%;bottom:-280px;content:"";height:600px;left:-250px;position:absolute;width:600px}.construction-final .container{max-width:820px;position:relative;z-index:2}.construction-final h2{color:#fff;font-size:clamp(2.4rem,5vw,4rem);line-height:1.2;margin-bottom:30px}.construction-final p{color:#ffffffe0;font-size:1.08rem;line-height:2;margin-bottom:45px}.construction-final-btn{align-items:center;background:#d4af37;border-radius:50px;box-shadow:0 18px 40px #d4af3759;color:#1e3666;display:inline-flex;font-weight:700;justify-content:center;padding:18px 45px;text-decoration:none;transition:.35s}.construction-final-btn:hover{background:#fff;box-shadow:0 25px 50px #00000040;transform:translateY(-6px)}@media(max-width:768px){.scripture-banner{background-attachment:scroll;padding:100px 0}.scripture-banner h2{font-size:2rem;line-height:1.6}.scripture-banner p{font-size:1rem}.scripture-banner:after,.scripture-banner:before{width:120px}.construction-final{padding:90px 0}.construction-final h2{font-size:2.3rem}.construction-final p{font-size:.96rem;line-height:1.9}.construction-final-btn{max-width:320px;width:100%}}@media(max-width:480px){.scripture-banner{padding:80px 0}.scripture-banner h2{font-size:1.6rem}.scripture-banner p{letter-spacing:2px}.construction-final{padding:70px 0}.construction-final h2{font-size:1.9rem}.construction-final p{font-size:.9rem}.construction-final-btn{font-size:.95rem;padding:16px}}.container,section{position:relative}.container{z-index:2}.construction-btn,.construction-final-btn,.gallery-btn,.gallery-item,.progress-card,.support-card,.timeline-content{transition:transform .4s ease,box-shadow .4s ease,background .35s ease,color .35s ease}.gallery-item:hover,.progress-card:hover,.support-card:hover,.timeline-content:hover{box-shadow:0 25px 60px #00000026}.construction-final-btn,.construction-primary,.gallery-btn{overflow:hidden;position:relative}.construction-final-btn:before,.construction-primary:before,.gallery-btn:before{background:linear-gradient(90deg,#0000,#ffffff80,#0000);content:"";height:100%;left:-120%;position:absolute;top:0;transform:skewX(-25deg);transition:.8s;width:60%}.construction-final-btn:hover:before,.construction-primary:hover:before,.gallery-btn:hover:before{left:160%}.support-card{animation:floatCard 5s ease-in-out infinite}@keyframes floatCard{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.construction-image img,.gallery-item img,.vision-image img{will-change:transform}.gallery-item,.progress-card,.support-card,.timeline-content{border:1px solid #0000000a}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#ececec}::-webkit-scrollbar-thumb{background:#d4af37;border-radius:20px}::-webkit-scrollbar-thumb:hover{background:#c39b2d}::selection{background:#d4af37;color:#1e3666}.fade-up{opacity:0;transform:translateY(40px);transition:1s}.fade-up.show{opacity:1;transform:none}@media(max-width:992px){section{padding:90px 0!important}.gallery-grid,.progress-cards{gap:20px}.support-grid{gap:45px}}@media(max-width:768px){.container{padding-left:20px;padding-right:20px}.progress-wrapper{padding:25px}.gallery-item{border-radius:20px}.timeline-content{padding:22px}.support-card{animation:none}}@media(max-width:480px){.container{padding-left:16px;padding-right:16px}.section-heading{margin-bottom:50px}.section-heading h2{line-height:1.3}.gallery-grid{gap:15px}.progress-card{padding:28px}.support-card{padding:20px}.timeline-item{margin-bottom:35px}}.welcome-home-section{background:#1e3666;color:#fff;overflow:hidden;padding:120px 0;position:relative}.welcome-home-section:before{background:#d4af370f;border-radius:50%;content:"";height:520px;position:absolute;right:-220px;top:-220px;width:520px}.welcome-home-section:after{background:#ffffff08;border-radius:50%;bottom:-260px;content:"";height:620px;left:-260px;position:absolute;width:620px}.welcome-home-grid{grid-gap:70px;align-items:center;display:grid;gap:70px;grid-template-columns:1fr 430px;position:relative;z-index:2}.welcome-home-content span{color:#d4af37;display:inline-block;font-weight:700;letter-spacing:3px;margin-bottom:18px}.welcome-home-content h2{font-size:3.4rem;line-height:1.15;margin-bottom:28px}.welcome-home-content p{color:#ffffffdb;font-size:1.02rem;line-height:2;margin-bottom:24px}.welcome-home-card{padding:38px}.welcome-card-top{margin-bottom:28px}.welcome-card-top h3{color:#d4af37;letter-spacing:2px}.welcome-service{background:#ffffff0d;border-radius:20px;margin-bottom:22px;padding:28px;text-align:center}.welcome-service small{color:#d4af37;display:block;letter-spacing:2px;margin-bottom:12px}.welcome-service h2{font-size:2.2rem;margin:8px 0}.welcome-location{background:#ffffff0d;border-radius:20px;padding:28px;text-align:center}.welcome-location small{color:#d4af37;display:block;letter-spacing:2px;margin-bottom:12px}.welcome-location h3{font-size:1.25rem;font-weight:600}.welcome-footer{color:#ffffffc7;font-style:italic;margin-top:28px;text-align:center}@media(max-width:1100px){.welcome-home-grid{gap:50px;grid-template-columns:1fr}.welcome-home-content{text-align:center}.welcome-home-card{margin:auto;max-width:500px}}@media(max-width:768px){.welcome-home-section{padding:90px 0}.welcome-home-content h2{font-size:2.4rem}.welcome-home-card{padding:28px}}@media(max-width:480px){.welcome-home-content h2{font-size:2rem}.welcome-home-content p{font-size:.95rem}.welcome-service h2{font-size:1.8rem}.welcome-location h3{font-size:1.05rem}}.welcome-home-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:30px;box-shadow:0 25px 60px #00000040;overflow:hidden;transition:.4s}.welcome-home-card:hover{transform:translateY(-8px)}.welcome-pastor-image{height:270px;overflow:hidden}.welcome-pastor-image img{height:100%;object-fit:cover;transition:.7s;width:100%}.welcome-home-card:hover img{transform:scale(1.08)}.welcome-pastor-details{background:linear-gradient(#112346d9,#1e3666e0);padding:18px;text-align:center}.welcome-pastor-details h3{color:#d4af37;font-size:1rem;font-weight:700;margin-bottom:8px}.welcome-pastor-details p{color:#ffffffd1;font-size:1rem;letter-spacing:1px;margin:0}.signin-page{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:60px 20px;position:relative}.signin-page:before{background:#d4af370f;height:500px;right:-180px;top:-180px;width:500px}.signin-page:after,.signin-page:before{border-radius:50%;content:"";position:absolute}.signin-page:after{background:#ffffff0a;bottom:-220px;height:650px;left:-220px;width:650px}.signin-overlay{position:relative;width:100%;z-index:2}.signin-container{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1.1fr .9fr;margin:auto;max-width:1300px}.signin-left{color:#fff}.signin-logo{border-radius:50%;box-shadow:0 20px 40px #00000059;height:90px;margin-bottom:30px;width:90px}.signin-small-title{color:#d4af37;display:inline-block;font-weight:700;letter-spacing:3px;margin-bottom:20px}.signin-left h1{font-size:4rem;line-height:1.1;margin-bottom:30px}.signin-left p{font-size:1.08rem;line-height:2;margin-bottom:40px;max-width:600px;opacity:.92}.signin-left blockquote{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff14;border-left:5px solid #d4af37;border-radius:25px;font-style:italic;line-height:2;max-width:620px;padding:35px}.signin-left blockquote strong{color:#d4af37;display:block;font-style:normal;font-weight:700;margin-top:18px}.signin-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff17;border:1px solid #ffffff1f;border-radius:35px;box-shadow:0 30px 70px #00000059;padding:50px}.signin-card-header{margin-bottom:35px}.signin-card-header span{color:#d4af37;font-weight:700;letter-spacing:3px}.signin-card-header h2{color:#fff;font-size:2.3rem;margin:18px 0 10px}.signin-card-header p{color:#ffffffbf;line-height:1.8}.google-btn{align-items:center;background:#fff;border:none;border-radius:50px;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:15px;height:60px;justify-content:center;transition:.35s;width:100%}.google-btn:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-3px)}.signin-divider{align-items:center;display:flex;margin:30px 0}.signin-divider:after,.signin-divider:before{background:#ffffff26;content:"";flex:1 1;height:1px}.signin-divider span{color:#d4af37;font-size:.9rem;font-weight:700;padding:0 18px}.signin-field{margin-bottom:25px}.signin-field label{color:#fff;display:block;font-weight:600;margin-bottom:10px}.signin-field input{background:#ffffff14;border:1px solid #ffffff1f;border-radius:18px;color:#fff;font-size:1rem;height:60px;outline:none;padding:0 20px;transition:.35s;width:100%}.signin-field input::placeholder{color:#ffffff80}.signin-field input:focus{background:#ffffff1f;border-color:#d4af37}.password-wrapper{position:relative}.show-password{background:none;border:none;cursor:pointer;font-size:1.2rem;position:absolute;right:18px;top:50%;transform:translateY(-50%)}.signin-error{background:#ffe3e3;border-radius:14px;color:#b42318;font-weight:600;margin-bottom:25px;padding:15px}.signin-btn{background:#d4af37;border:none;border-radius:50px;color:#1e3666;cursor:pointer;font-size:1rem;font-weight:700;height:62px;margin-top:10px;transition:.35s;width:100%}.signin-btn:hover{background:#fff;transform:translateY(-4px)}.signin-bottom{margin-top:28px;text-align:center}.signin-bottom a{color:#d4af37;font-weight:700;text-decoration:none}.signin-bottom a:hover{color:#fff}.privacy-text{color:#ffffffb3;font-size:.9rem;line-height:1.8;margin-top:30px;text-align:center}.privacy-text a{color:#d4af37;font-weight:700;text-decoration:none}@media(max-width:1100px){.signin-container{gap:60px;grid-template-columns:1fr}.signin-left{text-align:center}.signin-left p{margin:auto auto 35px}.signin-left blockquote{margin:auto}.signin-card{margin:auto;max-width:650px}}@media(max-width:768px){.signin-page{padding:40px 15px}.signin-left h1{font-size:2.8rem}.signin-card{border-radius:28px;padding:35px}.signin-card-header h2{font-size:2rem}}@media(max-width:500px){.signin-logo{height:75px;width:75px}.signin-left h1{font-size:2.2rem}.signin-left p{font-size:.95rem;line-height:1.9}.signin-card{padding:28px 22px}.google-btn{font-size:.95rem;height:56px}.signin-btn,.signin-field input{height:56px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Inter,Segoe UI,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg:#f7fbff;--card:#fff;--primary:#176b87;--accent:#2b8fb5;--muted:#8fa4af;--text:#111827;--error:#9b1c27;--shadow:0 8px 24px #1018280f;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.sw-root{background:linear-gradient(180deg,#fff,#f2fbff);min-height:100vh;padding:32px 16px}.sw-container,.sw-root{align-items:center;display:flex;justify-content:center}.sw-container{max-width:820px;width:100%}.sw-card{background:#fff;background:var(--card);border-radius:16px;box-shadow:0 8px 24px #1018280f;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px;padding:36px 28px;text-align:left;width:100%}.sw-brand{color:#2b8fb5;color:var(--accent);font-size:26px;font-weight:700}.sw-sub{color:#111827;color:var(--text);font-size:16px;font-weight:600;margin-bottom:6px}.sw-error{background:#ffe6e9;border-radius:10px;color:#9b1c27;color:var(--error);font-weight:600;padding:10px 12px}.sw-label{color:#374151;font-size:14px;font-weight:600;margin-top:8px}.sw-row{align-items:center;background:#fafafa;border:1px solid #e6eef6;border-radius:10px;display:flex;gap:8px;padding:6px 8px}.sw-input{color:#111827;color:var(--text);flex:1 1;font-size:15px;outline:none;padding:10px 6px}.sw-clear,.sw-input{background:#0000;border:none}.sw-clear{color:#6b7280;cursor:pointer;font-size:18px}.sw-button{background:#176b87;background:var(--primary);border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;margin-top:12px;padding:12px}.sw-button.disabled{cursor:not-allowed;opacity:.6}.sw-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-top:12px}.sw-link{color:#176b87;color:var(--primary);font-weight:600;text-decoration:none}.sw-google{align-items:center;background:#fff;border:1px solid #1018280a;border-radius:999px;box-shadow:0 6px 18px #1018280a;cursor:pointer;display:flex;gap:10px;padding:8px 12px}.sw-google-icon{height:28px;object-fit:contain;width:28px}.sw-help{color:#8fa4af;color:var(--muted);font-size:13px;margin-top:10px}@media (max-width:720px){.sw-card{border-radius:12px;padding:20px}.sw-brand{font-size:22px}.sw-button{padding:10px}}
/*# sourceMappingURL=main.4553004a.css.map*/