:root{color:#1a1a1a;font-synthesis:none;text-rendering:optimizelegibility;background:#fff;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}:root{--bethel-blue:#0b79b7;--bethel-blue-dark:#075783;--bethel-blue-light:#dceff8;--bethel-black:#111;--bethel-charcoal:#1c1c1c;--bethel-white:#fff;--bethel-off-white:#f7f8f9;--bethel-grey:#62676c;--bethel-border:#dde2e5}.site{min-height:100vh}.navbar{z-index:20;width:100%;color:var(--bethel-white);justify-content:space-between;align-items:center;padding:20px 6%;display:flex;position:absolute;top:0;left:0}.brand{color:var(--bethel-white);align-items:center;gap:15px;text-decoration:none;display:flex}.brand-logo{object-fit:contain;background:var(--bethel-white);border-radius:2px;width:75px;height:58px;padding:4px}.brand-text{flex-direction:column;display:flex}.brand-name{letter-spacing:.01rem;font-size:1.08rem;font-weight:700}.brand-location{letter-spacing:.04rem;opacity:.82;margin-top:4px;font-size:.7rem}.nav-links{gap:28px;display:flex}.nav-links a{color:var(--bethel-white);padding-bottom:7px;font-size:.9rem;font-weight:600;text-decoration:none;position:relative}.nav-links a:after{background:var(--bethel-blue);content:"";width:0;height:2px;transition:width .2s;position:absolute;bottom:0;left:0}.nav-links a:hover:after{width:100%}.menu-toggle{cursor:pointer;background:0 0;border:1px solid #ffffff8c;border-radius:2px;width:46px;height:46px;padding:10px;display:none}.menu-toggle span{background:#fff;width:100%;height:2px;margin:5px 0;transition:transform .25s,opacity .25s;display:block}.menu-toggle-open span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle-open span:nth-child(2){opacity:0}.menu-toggle-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{text-align:center;min-height:82vh;color:var(--bethel-white);background-image:url(/hero-placeholder.png);background-position:50% 25%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;display:flex;position:relative}.hero-overlay{background:linear-gradient(#00000094 0%,#00000052 48%,#0000009e 100%);position:absolute;inset:0}.hero-content{z-index:2;width:min(900px,90%);padding-top:100px;position:relative}.eyebrow{color:var(--bethel-blue-light);letter-spacing:.32rem;margin-bottom:18px;font-size:.77rem;font-weight:700}.hero h1{letter-spacing:-.04em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.2rem,7vw,6.4rem);font-weight:500;line-height:.98}.hero-text{max-width:650px;margin:27px auto 34px;font-size:1.15rem;line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.button{letter-spacing:.08rem;text-transform:uppercase;border-radius:2px;padding:15px 27px;font-size:.82rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,color .2s;display:inline-block}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--bethel-blue);color:var(--bethel-white)}.button-primary:hover{background:var(--bethel-blue-dark)}.button-secondary{color:var(--bethel-white);border:1px solid #ffffffd9}.button-secondary:hover{background:var(--bethel-white);color:var(--bethel-black)}.button-light{background:var(--bethel-white);color:var(--bethel-blue-dark);margin-top:25px}.section{padding:110px 6%}.section-inner{max-width:1200px;margin:0 auto}.narrow{text-align:center;max-width:780px}.section-heading{max-width:720px;margin-bottom:55px}.section-label{color:var(--bethel-blue);letter-spacing:.24rem;margin-bottom:15px;font-size:.72rem;font-weight:700}.section-label.light{color:#9fd2ec}.section h2,.service-section h2{color:var(--bethel-black);letter-spacing:-.025em;margin-top:0;margin-bottom:20px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.25rem,4vw,3.7rem);font-weight:500;line-height:1.12}.section p{font-size:1.03rem;line-height:1.85}.section-accent{background:var(--bethel-blue);width:52px;height:3px;margin:0 0 28px}.narrow .section-accent{margin-left:auto;margin-right:auto}.section-accent-light{background:#72bce2}.about-section{background:var(--bethel-white)}.about-section p{color:var(--bethel-grey)}.service-section{background:linear-gradient(135deg, var(--bethel-blue-dark), var(--bethel-blue));color:var(--bethel-white);text-align:center;padding:120px 6%;position:relative;overflow:hidden}.service-pattern{border:80px solid #ffffff0d;border-radius:50%;width:430px;height:430px;position:absolute;top:-170px;right:-150px}.service-content{z-index:2;max-width:820px;margin:0 auto;position:relative}.service-section h2{color:var(--bethel-white)}.service-content .section-accent{margin-left:auto;margin-right:auto}.service-time{letter-spacing:-.04em;margin:28px 0 9px;font-size:clamp(2rem,5vw,4rem);font-weight:700}.service-location{color:#ffffffd1;max-width:600px;margin:15px auto;font-size:1.1rem;line-height:1.7}.pastors-section{background:var(--bethel-white)}.pastors-intro{max-width:720px;margin-bottom:55px}.pastors-intro p:last-child{color:var(--bethel-grey)}.pastors-layout{grid-template-columns:1.2fr .8fr;align-items:stretch;gap:65px;display:grid}.pastors-image-wrapper{background:var(--bethel-off-white);min-height:580px;overflow:hidden}.pastors-image{object-fit:cover;object-position:center;width:100%;height:100%;min-height:580px;display:block}.pastors-list{flex-direction:column;justify-content:center;display:flex}.pastor-card{border-bottom:1px solid var(--bethel-border);padding:27px 0 27px 24px;position:relative}.pastor-card:first-child{border-top:1px solid var(--bethel-border)}.pastor-card:before{content:"";background:0 0;width:3px;position:absolute;top:0;bottom:0;left:0}.pastor-card:hover:before,.pastor-card-featured:before{background:var(--bethel-blue)}.pastor-role{letter-spacing:.15rem;text-transform:uppercase;font-weight:700;color:var(--bethel-blue)!important;margin:0 0 8px!important;font-size:.68rem!important}.pastor-card h3{color:var(--bethel-black);margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.65rem;font-weight:500}.pastor-card-featured h3{font-size:1.9rem}.ministries-section{background:var(--bethel-off-white)}.section-heading p:last-child{color:var(--bethel-grey)}.cards{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.card{background:var(--bethel-white);border-top:4px solid var(--bethel-blue);min-height:280px;padding:42px 32px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 10px 35px #0000000b}.card:hover{transform:translateY(-6px);box-shadow:0 18px 45px #00000016}.card-number{color:var(--bethel-blue-light);font-size:2.5rem;font-weight:700;position:absolute;top:24px;right:26px}.card h3{color:var(--bethel-black);margin-top:45px;margin-bottom:18px;font-family:Georgia,Times New Roman,serif;font-size:1.65rem;font-weight:500;position:relative}.card p{color:var(--bethel-grey);margin-bottom:0}.giving-section{background:var(--bethel-charcoal);color:var(--bethel-white);text-align:center}.giving-section h2{color:var(--bethel-white)}.giving-intro{color:#ffffffb8}.mpesa-card{background:var(--bethel-white);border-top:5px solid var(--bethel-blue);max-width:540px;color:var(--bethel-black);text-align:left;margin:45px auto 0;padding:36px 40px}.mpesa-heading{color:var(--bethel-grey);justify-content:space-between;align-items:center;margin-bottom:28px;font-size:.85rem;display:flex}.mpesa-badge{background:var(--bethel-blue-light);color:var(--bethel-blue-dark);letter-spacing:.12rem;padding:7px 11px;font-size:.7rem;font-weight:800}.giving-detail{border-top:1px solid var(--bethel-border);justify-content:space-between;align-items:center;gap:20px;padding:21px 0;display:flex}.giving-detail span{color:var(--bethel-grey)}.giving-detail strong{color:var(--bethel-black);font-size:1.45rem}.contact-section{background:var(--bethel-white)}.location-feature{background:var(--bethel-off-white);border-top:5px solid var(--bethel-blue);grid-template-columns:1.15fr .85fr;gap:65px;margin-top:55px;padding:55px;display:grid}.location-main h3{color:var(--bethel-black);margin:0 0 18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3rem);font-weight:500}.location-address{color:var(--bethel-grey);margin-bottom:30px;font-size:1.05rem;line-height:1.8}.directions-button{background:var(--bethel-blue);color:var(--bethel-white)}.directions-button:hover{background:var(--bethel-blue-dark)}.visit-details{flex-direction:column;justify-content:center;gap:35px;display:flex}.visit-detail{border-top:2px solid var(--bethel-blue);padding-top:22px}.contact-label{letter-spacing:.17rem;font-weight:700;color:var(--bethel-blue)!important;margin-bottom:16px!important;font-size:.68rem!important}.visit-detail h3{color:var(--bethel-black);margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:500}.visit-detail p{color:var(--bethel-grey);margin:0}.visit-detail a{color:inherit;text-decoration:none}.visit-detail a:hover{color:var(--bethel-blue)}.footer{color:#b8b8b8;background:#0c0c0c;padding:48px 6%}.footer-inner{justify-content:space-between;align-items:flex-end;gap:40px;max-width:1200px;margin:0 auto;display:flex}.footer-brand{align-items:center;gap:16px;display:flex}.footer-logo{object-fit:contain;background:var(--bethel-white);width:68px;height:53px;padding:4px}.footer h3{color:var(--bethel-white);margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-weight:500}.footer p{margin:0;font-size:.86rem;line-height:1.6}@media (width<=950px){.pastors-layout{grid-template-columns:1fr;gap:35px}.pastors-image-wrapper,.pastors-image{min-height:420px}.cards{grid-template-columns:1fr}.location-feature{grid-template-columns:1fr;gap:45px}}@media (width<=800px){.navbar{flex-direction:row;align-items:center;padding:14px 20px;position:absolute}.brand{z-index:25;max-width:calc(100% - 70px);position:relative}.brand-logo{width:56px;height:44px}.brand-name{font-size:.92rem}.brand-location{font-size:.62rem}.menu-toggle{z-index:25;flex-shrink:0;display:block;position:relative}.nav-links{z-index:20;background:#083853fa;flex-direction:column;align-items:flex-start;gap:0;width:100%;height:100vh;padding:130px 28px 40px;transition:transform .3s;display:flex;position:fixed;top:0;left:0;transform:translate(100%)}.nav-links-open{transform:translate(0)}.nav-links a{border-bottom:1px solid #ffffff26;width:100%;padding:19px 0;font-family:Georgia,Times New Roman,serif;font-size:1.7rem;font-weight:500}.nav-links a:after{display:none}.hero{background-position:50%;min-height:78vh}.hero-content{width:88%;padding-top:110px}.hero h1{font-size:clamp(3rem,13vw,4.7rem);line-height:.98}.hero-text{margin-top:22px;font-size:1rem;line-height:1.65}.hero-actions{flex-direction:column;align-items:center;margin-top:26px}.hero-actions .button{width:min(310px,100%)}.section{padding:76px 22px}.section h2,.service-section h2{font-size:2.35rem}.section p{font-size:1rem;line-height:1.75}.service-section{padding:85px 22px}.service-time{font-size:2.25rem;line-height:1.15}.service-location{font-size:1rem}.pastors-intro{margin-bottom:36px}.pastors-layout{gap:28px}.pastors-image-wrapper,.pastors-image{min-height:320px}.pastor-card{padding:23px 0 23px 18px}.pastor-card h3,.pastor-card-featured h3{font-size:1.4rem}.card{min-height:auto;padding:34px 25px}.card h3{margin-top:35px;font-size:1.5rem}.mpesa-card{width:100%;padding:28px 22px}.giving-detail{padding:18px 0}.location-feature{grid-template-columns:1fr;gap:45px;margin-top:35px;padding:35px 25px}.location-main h3{font-size:2rem}.directions-button{text-align:center;width:100%}.visit-details{gap:28px}.footer{padding:40px 22px}.footer-inner{flex-direction:column;align-items:flex-start;gap:30px}}@media (width<=480px){.navbar{padding:12px 16px}.brand{gap:10px}.brand-logo{width:49px;height:39px}.brand-name{font-size:.82rem}.brand-location{display:none}.menu-toggle{width:43px;height:43px}.nav-links{padding:110px 22px 35px}.nav-links a{font-size:1.5rem}.hero{background-position:50%;min-height:720px}.hero-content{width:90%;padding-top:100px}.eyebrow{letter-spacing:.24rem;font-size:.67rem}.hero h1{font-size:3rem}.section{padding:65px 20px}.section h2,.service-section h2{font-size:2rem}.service-section{padding:75px 20px}.service-time{font-size:2rem}.pastors-image-wrapper,.pastors-image{min-height:280px}.mpesa-heading{flex-direction:column;align-items:flex-start;gap:15px}.giving-detail{flex-direction:column;align-items:flex-start;gap:5px}.giving-detail strong{font-size:1.35rem}.location-feature{padding:30px 20px}.location-main h3{font-size:1.8rem}.footer-brand{align-items:flex-start}.footer-logo{width:56px;height:44px}}
