:root{--gold:#C9A84C;--gold-light:#E8C97A;--gold-dark:#9A7530;--cream:#FAF7F2;--dark:#1A1410;--stone:#6B5E4E;--muted:#9A8F82;--white:#FFFFFF;--nav-h:80px}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Jost',sans-serif;background:var(--cream);color:var(--dark);overflow-x:hidden}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;padding:0 4rem;background:transparent;transition:background .4s,box-shadow .4s}
nav.scrolled{background:rgba(26,20,16,.96);backdrop-filter:blur(12px);box-shadow:0 2px 30px rgba(0,0,0,.3)}
body.inner-page nav{background:rgba(26,20,16,.96);backdrop-filter:blur(12px);box-shadow:0 2px 30px rgba(0,0,0,.3)}
.nav-logo{display:flex;align-items:center;gap:12px;cursor:pointer;text-decoration:none;color:inherit}
nav a.nav-logo{cursor:pointer}
.nli{width:42px;height:42px;border:1.5px solid var(--gold);display:flex;align-items:center;justify-content:center;transform:rotate(45deg)}
.nli span{display:block;width:16px;height:16px;background:var(--gold);clip-path:polygon(50% 0%,0% 100%,100% 100%);transform:rotate(-45deg)}
.nav-brand{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:600;color:var(--white);letter-spacing:.08em;text-transform:uppercase}
.nav-links{display:flex;align-items:center;gap:1.8rem;list-style:none}
.nav-links a{font-size:.74rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;color:rgba(255,255,255,.8);transition:color .3s;cursor:pointer}
.nav-links a:hover,.nav-links a.active{color:var(--gold)}
.nav-cta{padding:9px 20px;border:1px solid var(--gold);color:var(--gold)!important;transition:background .3s,color .3s!important}
.nav-cta:hover{background:var(--gold);color:var(--dark)!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}
.hamburger span{display:block;width:26px;height:2px;background:var(--white);transition:all .3s}

/* INNER PAGE LAYOUT */
.main-content{min-height:calc(100vh - var(--nav-h))}

/* HERO SLIDER */
.hero{position:relative;height:100vh;overflow:hidden;background:var(--dark)}
.slide{position:absolute;inset:0;opacity:0;transition:opacity 1.2s ease}
.slide.active{opacity:1}
.slide-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.slide-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,20,16,.85) 0%,rgba(26,20,16,.4) 60%,rgba(201,168,76,.1) 100%)}
.s1 .slide-bg{background-image:url('https://images.unsplash.com/photo-1438032005730-c779502df39b?w=1920&q=80')}
.s2 .slide-bg{background-image:url('https://images.unsplash.com/photo-1519491050282-cf00c82424b5?w=1920&q=80')}
.s3 .slide-bg{background-image:url('https://images.unsplash.com/photo-1507692049790-de28e91c9a24?w=1920&q=80')}
.slide-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 8rem;max-width:900px}
.slide-tag{font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem;display:flex;align-items:center;gap:12px}
.slide-tag::before{content:'';display:block;width:40px;height:1px;background:var(--gold)}
.slide-title{font-family:'Playfair Display',serif;font-size:clamp(2.8rem,6vw,5.5rem);font-weight:700;line-height:1.1;color:var(--white);margin-bottom:1.5rem}
.slide-title em{font-style:italic;color:var(--gold-light)}
.slide-desc{font-family:'Cormorant Garamond',serif;font-size:1.25rem;color:rgba(255,255,255,.75);line-height:1.7;margin-bottom:2.5rem;max-width:520px;font-weight:300}
.slide-actions{display:flex;gap:1rem;flex-wrap:wrap}
.btn-primary{padding:14px 36px;background:var(--gold);color:var(--dark);font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:background .3s,transform .2s;display:inline-block}
.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px)}
.btn-outline{padding:14px 36px;background:transparent;color:var(--white);font-size:.78rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;cursor:pointer;border:1px solid rgba(255,255,255,.4);transition:border-color .3s,color .3s;display:inline-block}
.btn-outline:hover{border-color:var(--gold);color:var(--gold)}
.slider-controls{position:absolute;bottom:2.5rem;left:8rem;z-index:10;display:flex;align-items:center;gap:1rem}
.slider-dot{width:28px;height:2px;background:rgba(255,255,255,.3);cursor:pointer;transition:background .3s,width .3s}
.slider-dot.active{background:var(--gold);width:52px}
.slider-arrows{position:absolute;bottom:2rem;right:8rem;z-index:10;display:flex;gap:.5rem}
.slider-arrow{width:48px;height:48px;border:1px solid rgba(255,255,255,.3);background:transparent;color:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:all .3s}
.slider-arrow:hover{border-color:var(--gold);color:var(--gold)}
.scroll-ind{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.5);font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;z-index:10}
.scroll-line{width:1px;height:50px;background:rgba(255,255,255,.2);position:relative;overflow:hidden}
.scroll-line::after{content:'';position:absolute;top:-100%;left:0;width:100%;height:100%;background:var(--gold);animation:sd 2s infinite}
@keyframes sd{0%{top:-100%}100%{top:100%}}

/* SHARED */
.section-tag{font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:flex;align-items:center;gap:12px}
.section-tag::before{content:'';display:block;width:30px;height:1px;background:var(--gold)}
.section-title{font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;color:var(--dark);line-height:1.2;margin-bottom:1rem}
.section-sub{font-family:'Cormorant Garamond',serif;font-size:1.15rem;color:var(--stone);line-height:1.7;max-width:560px;margin-bottom:3.5rem}
.pad{padding:7rem 8rem}
.pad-sm{padding:5rem 8rem}

/* STATS STRIP */
.stats-strip{background:var(--dark);padding:3.5rem 8rem;display:grid;grid-template-columns:1fr auto 1fr 1fr;gap:2rem;align-items:center}
.ss-text h2{font-family:'Playfair Display',serif;font-size:2rem;color:var(--white);font-style:italic}
.ss-div{width:1px;height:80px;background:var(--gold);margin:0 2rem}
.ss-stat{text-align:center}
.ss-num{font-family:'Playfair Display',serif;font-size:2.8rem;color:var(--gold);font-weight:700;line-height:1}
.ss-label{font-size:.72rem;letter-spacing:.2em;color:var(--muted);text-transform:uppercase;margin-top:6px}

/* SERVICES */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:var(--muted)}
.service-card-link,.time-card-link{text-decoration:none;color:inherit;display:block}
.service-card-link:hover,.time-card-link:hover{color:inherit}
.service-day{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}
.service-cta{display:inline-block;margin-top:1rem;font-size:.8rem;color:var(--gold);letter-spacing:.08em}
.event-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}
.rsvp-meta{font-size:.75rem;color:var(--muted)}
.member-dash-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}
.member-dash-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}
.member-panel{background:var(--cream);border:1px solid rgba(201,168,76,.2);padding:1.5rem}
.member-panel h3{font-family:'Playfair Display',serif;margin-bottom:1rem;font-size:1.15rem}
.member-list{list-style:none;padding:0}
.member-list li{padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:.9rem}
.member-announce{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.06)}
.member-announce p{font-size:.88rem;color:var(--stone);margin-top:.35rem}
.muted{color:var(--muted);font-size:.88rem}
.empty-state{text-align:center;padding:4rem 2.5rem;border:1px solid rgba(201,168,76,.28);background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(250,247,242,.9));position:relative;overflow:hidden}
.empty-state::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:120px;height:3px;background:var(--gold)}
.empty-state--dark{background:linear-gradient(165deg,#1e150e,#2c1f0e);border-color:rgba(201,168,76,.35)}
.empty-state--dark .empty-state-title{color:var(--white)}
.empty-state--dark .empty-state-msg{color:rgba(255,255,255,.55)}
.empty-state--dark .empty-state-icon{color:var(--gold)}
.empty-state--panel{padding:2rem 1.25rem;background:var(--white);border-style:dashed}
.empty-state--compact{padding:2rem 1.5rem}
.empty-state-icon{width:72px;height:72px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(201,168,76,.12);color:var(--gold)}
.empty-state-title{font-family:'Playfair Display',serif;font-size:1.45rem;color:var(--dark);margin-bottom:.65rem;font-weight:600}
.empty-state-msg{font-size:.92rem;color:var(--stone);line-height:1.75;max-width:380px;margin:0 auto 1.5rem}
.empty-state-cta{display:inline-block;margin-top:.25rem}
.empty-state--panel .empty-state-title{font-size:1.1rem}
.empty-state--panel .empty-state-msg{font-size:.85rem;margin-bottom:1rem}
.service-card{background:var(--cream);padding:3rem 2.5rem;position:relative;overflow:hidden;transition:background .4s;cursor:pointer}
.service-card::before{content:'';position:absolute;bottom:0;left:0;width:0;height:3px;background:var(--gold);transition:width .4s}
.service-card:hover::before{width:100%}
.service-card:hover{background:var(--white)}
.service-icon{width:52px;height:52px;margin-bottom:1.5rem;color:var(--gold)}
.service-card h3{font-family:'Playfair Display',serif;font-size:1.3rem;margin-bottom:.8rem;color:var(--dark)}
.service-card p{font-size:.9rem;color:var(--stone);line-height:1.7}
.service-time{margin-top:1.5rem;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);font-weight:500}

/* MINISTRY CARDS */
.ministry-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}
.ministry-card{position:relative;height:340px;overflow:hidden;cursor:pointer}
.ministry-bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .6s}
.ministry-card:hover .ministry-bg{transform:scale(1.08)}
.ministry-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(26,20,16,.88) 0%,rgba(26,20,16,.2) 60%)}
.ministry-content{position:absolute;bottom:0;left:0;right:0;padding:2rem;z-index:2;transform:translateY(12px);transition:transform .4s}
.ministry-card:hover .ministry-content{transform:translateY(0)}
.ministry-content h3{font-family:'Playfair Display',serif;font-size:1.4rem;color:var(--white);margin-bottom:.5rem}
.ministry-content p{font-size:.88rem;color:rgba(255,255,255,.7);line-height:1.6;max-height:0;overflow:hidden;transition:max-height .4s}
.ministry-card:hover .ministry-content p{max-height:100px}
.ministry-link{display:inline-flex;align-items:center;gap:6px;color:var(--gold);font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;margin-top:.8rem;text-decoration:none}

/* TESTIMONIALS */
.testi-section{padding:7rem 8rem;background:var(--dark);overflow:hidden}
.testi-section .section-title{color:var(--white)}
.testi-section .section-sub{color:rgba(255,255,255,.5)}
.testi-wrap{overflow:hidden;margin-top:3.5rem}
.testi-track{display:flex;gap:2rem;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}
.testi-card{flex:0 0 calc(33.333% - 1.34rem);min-width:0;background:rgba(255,255,255,.04);border:1px solid rgba(201,168,76,.2);padding:2.5rem}
.tq{font-family:'Cormorant Garamond',serif;font-size:4rem;color:var(--gold);line-height:.8;margin-bottom:1rem;opacity:.6}
.testi-text{font-family:'Cormorant Garamond',serif;font-size:1.1rem;color:rgba(255,255,255,.8);line-height:1.8;margin-bottom:2rem;font-style:italic;overflow-wrap:break-word}
.testi-author{display:flex;align-items:center;gap:1rem}
.testi-author>div:last-child{min-width:0}
.testi-av{width:48px;height:48px;border-radius:50%;background-size:cover;background-position:center;border:2px solid var(--gold);flex-shrink:0}
.testi-name{font-weight:600;font-size:.9rem;color:var(--white);margin-bottom:2px}
.testi-role{font-size:.78rem;color:var(--gold)}
.testi-stars{color:var(--gold);font-size:.8rem;margin-bottom:.5rem}
.testi-nav{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem}
.testi-btn{width:44px;height:44px;border:1px solid rgba(201,168,76,.4);background:transparent;color:var(--gold);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .3s}
.testi-btn:hover{background:var(--gold);color:var(--dark)}
.testi-dots{display:flex;gap:8px}
.testi-dot{width:8px;height:8px;border-radius:50%;background:rgba(201,168,76,.3);cursor:pointer;transition:background .3s}
.testi-dot.active{background:var(--gold)}
.testi-track--static{flex-wrap:wrap;transform:none!important}
.testi-track--static .testi-card{flex:1 1 min(100%,320px);min-width:0}
@media(max-width:640px){.testi-track--static .testi-card{flex:1 1 100%}}

/* CTA BANNER */
.cta-banner{padding:7rem 8rem;background:url('https://images.unsplash.com/photo-1470225620780-dba8ba36b745?w=1920&q=80') center/cover;position:relative;text-align:center}
.cta-banner::after{content:'';position:absolute;inset:0;background:rgba(26,20,16,.8)}
.cta-content{position:relative;z-index:2;max-width:700px;margin:0 auto}
.cta-content .section-tag{justify-content:center}
.cta-content .section-tag::before{display:none}
.cta-content h2{font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,3.5rem);color:var(--white);margin-bottom:1.2rem;line-height:1.2}
.cta-content p{font-family:'Cormorant Garamond',serif;font-size:1.2rem;color:rgba(255,255,255,.7);line-height:1.7;margin-bottom:2.5rem}
.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* PAGE HERO */
.page-hero{height:55vh;position:relative;overflow:hidden;display:flex;align-items:center;background-size:cover;background-position:center}
.page-hero::after{content:'';position:absolute;inset:0;background:rgba(26,20,16,.72)}
.page-hero-content{position:relative;z-index:2;padding:0 8rem;margin-top:var(--nav-h)}
.page-title{font-family:'Playfair Display',serif;font-size:clamp(3rem,6vw,5rem);font-weight:700;color:var(--white);line-height:1.1}

/* ABOUT */
.about-story{display:grid;grid-template-columns:1fr 1fr}
.about-img{height:600px;overflow:hidden;background:url('https://images.unsplash.com/photo-1581579438747-1dc8d17bbce4?w=900&q=80') center/cover}
.about-text{padding:5rem;background:var(--dark);display:flex;flex-direction:column;justify-content:center}
.about-text .section-title{color:var(--white)}
.about-text .section-sub{color:rgba(255,255,255,.6)}
.about-text p{color:rgba(255,255,255,.65);line-height:1.9;margin-bottom:1.2rem;font-size:.95rem}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-top:3rem}
.value-item{text-align:center}
.value-num{font-family:'Playfair Display',serif;font-size:4rem;color:rgba(201,168,76,.15);font-weight:700;line-height:1;margin-bottom:-1rem}
.value-item h3{font-family:'Playfair Display',serif;font-size:1.15rem;color:var(--dark);margin-bottom:.8rem;position:relative;z-index:1}
.value-item p{font-size:.88rem;color:var(--stone);line-height:1.7}
.pastors-section{padding:7rem 8rem;background:var(--dark)}
.pastors-section .section-title{color:var(--white)}
.pastors-section .section-sub{color:rgba(255,255,255,.55)}
.pastors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}
.pastor-img{height:380px;background-size:cover;background-position:center top;position:relative}
.pastor-img::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(26,20,16,.9) 0%,transparent 60%)}
.pastor-info{position:absolute;bottom:0;left:0;right:0;padding:2rem;z-index:1}
.pastor-info h3{font-family:'Playfair Display',serif;font-size:1.3rem;color:var(--white);margin-bottom:.3rem}
.pastor-role{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}

/* SERMONS */
.sermons-featured-thumb{position:relative;height:440px;overflow:hidden}
.sermons-featured-thumb img{width:100%;height:100%;object-fit:cover}
.sermons-featured-thumb::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(26,20,16,.92) 0%,rgba(26,20,16,.3) 60%)}
.sfp{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:90px;height:90px;border:2px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s,background .3s}
.sfp svg{width:32px;height:32px;fill:var(--gold);margin-left:6px}
.sfp:hover{transform:translate(-50%,-50%) scale(1.1);background:var(--gold)}
.sfp:hover svg{fill:var(--dark)}
.sfi{position:absolute;bottom:0;left:0;right:0;padding:2.5rem;z-index:2}
.sfi .testi-role{margin-bottom:.4rem}
.sfi h3{font-family:'Playfair Display',serif;font-size:2rem;color:var(--white);font-style:italic}
.sfi p{color:rgba(255,255,255,.6);font-size:.85rem;margin-top:.3rem}
.sermons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.sermon-card{border-bottom:2px solid rgba(201,168,76,.15);cursor:pointer;transition:border-color .3s}
.sermon-card:hover{border-color:var(--gold)}
.sermon-thumb{height:200px;position:relative;overflow:hidden}
.sermon-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.sermon-card:hover .sermon-thumb img{transform:scale(1.05)}
.sermon-thumb::after{content:'';position:absolute;inset:0;background:rgba(26,20,16,.35)}
.splay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:52px;height:52px;border:2px solid var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .3s,border-color .3s}
.splay svg{width:18px;height:18px;fill:var(--white);margin-left:3px}
.sermon-card:hover .splay{background:var(--gold);border-color:var(--gold)}
.sermon-info{padding:1.2rem .25rem}
.sermon-series{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem}
.sermon-info h3{font-family:'Playfair Display',serif;font-size:1rem;color:var(--dark);line-height:1.4}
.sermon-meta{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.78rem;color:var(--muted)}

/* VIDEOS */
.videos-section{padding:5rem 8rem;background:var(--dark)}
.videos-section .section-title{color:var(--white)}
.videos-section .section-sub{color:rgba(255,255,255,.5)}
.videos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.video-card{cursor:pointer}
.video-thumb{height:200px;background-size:cover;background-position:center;position:relative;overflow:hidden}
.video-thumb::after{content:'';position:absolute;inset:0;background:rgba(26,20,16,.4);transition:background .3s}
.video-card:hover .video-thumb::after{background:rgba(26,20,16,.6)}
.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;z-index:2;border:2px solid var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .3s,border-color .3s}
.play-btn svg{width:18px;height:18px;fill:var(--white);margin-left:3px}
.video-card:hover .play-btn{background:var(--gold);border-color:var(--gold)}
.video-label{padding:1.2rem 0;border-bottom:1px solid rgba(201,168,76,.15)}
.video-series{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem}
.video-label h3{font-family:'Playfair Display',serif;font-size:.95rem;color:rgba(255,255,255,.85);line-height:1.4}
.video-meta{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.78rem;color:var(--muted)}

/* EVENTS */
.events-list{margin-top:3rem}
.event-item{display:grid;grid-template-columns:auto 1fr auto;gap:2.5rem;align-items:center;padding:2.5rem 0;border-bottom:1px solid rgba(201,168,76,.2)}
.event-item:first-child{border-top:1px solid rgba(201,168,76,.2)}
.edate{text-align:center;min-width:70px}
.edate .day{font-family:'Playfair Display',serif;font-size:2.8rem;color:var(--gold);font-weight:700;line-height:1}
.edate .month{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--stone)}
.einfo h3{font-family:'Playfair Display',serif;font-size:1.4rem;color:var(--dark);margin-bottom:.4rem}
.einfo p{font-size:.9rem;color:var(--stone);line-height:1.6}
.emeta{display:flex;gap:1.5rem;margin-top:.8rem;font-size:.78rem;color:var(--muted)}
.etag{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;padding:4px 12px;border:1px solid var(--gold);color:var(--gold);white-space:nowrap}

/* FORMS */
.form-group{margin-bottom:1.5rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
label{display:block;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--stone);margin-bottom:.5rem}
input,select,textarea{width:100%;padding:12px 16px;border:1px solid rgba(107,94,78,.3);background:var(--white);color:var(--dark);font-family:'Jost',sans-serif;font-size:.95rem;outline:none;transition:border-color .3s;border-radius:0}
input:focus,select:focus,textarea:focus{border-color:var(--gold)}
textarea{resize:vertical;min-height:140px}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:6rem;margin-top:3rem}
.contact-info h3,.contact-form-wrap h3{font-family:'Playfair Display',serif;font-size:1.6rem;color:var(--dark);margin-bottom:2rem}
.cd-item{display:flex;gap:1.2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(201,168,76,.2)}
.cd-item:last-of-type{border-bottom:none}
.cd-icon{width:44px;height:44px;border:1px solid var(--gold);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold);font-size:1.1rem}
.cd-text strong{display:block;font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;color:var(--stone);margin-bottom:.3rem}
.cd-text span{font-size:.95rem;color:var(--dark);line-height:1.6}

/* SERVICE TIMES */
.svc-times-section{padding:5rem 8rem;background:var(--dark)}
.svc-times-section .section-title{color:var(--white)}
.svc-times-section .section-sub{color:rgba(255,255,255,.5)}
.times-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:var(--stone);margin-top:3rem}
.time-card{background:#221810;padding:2.5rem}
.time-card .day-name{font-size:.72rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:.8rem}
.time-card h3{font-family:'Playfair Display',serif;font-size:1.2rem;color:var(--white);margin-bottom:.5rem}
.time-card p{font-size:.88rem;color:var(--muted);line-height:1.7}
.time-hour{font-family:'Playfair Display',serif;font-size:2rem;color:var(--gold-light);margin-top:1rem;font-style:italic}

/* DONATE PAGE */
.give-intro{padding:7rem 8rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.give-intro-text p{color:var(--stone);line-height:1.9;margin-bottom:1.2rem;font-size:.95rem}
.give-verse{border-left:3px solid var(--gold);padding:1.5rem 2rem;margin:2rem 0;background:rgba(201,168,76,.05)}
.give-verse p{font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-style:italic;color:var(--dark);line-height:1.7;margin:0 0 .3rem}
.give-verse span{font-size:.8rem;letter-spacing:.15em;color:var(--gold);display:block;margin-top:.5rem}
.give-methods{display:flex;flex-direction:column;gap:1.5rem}
.give-method-card{background:var(--white);border:1px solid rgba(201,168,76,.25);padding:2rem}
.gm-head{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}
.gm-icon{width:44px;height:44px;background:rgba(201,168,76,.1);border:1px solid var(--gold);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.1rem;flex-shrink:0}
.gm-head h3{font-family:'Playfair Display',serif;font-size:1.1rem;color:var(--dark)}
.give-method-card p{font-size:.88rem;color:var(--stone);line-height:1.7}
.bank-details{margin-top:1rem;display:grid;grid-template-columns:1fr 1fr;gap:.6rem}
.bdi strong{display:block;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-bottom:2px}
.bdi span{font-size:.9rem;color:var(--dark);font-weight:500}
.tiers-section{padding:5rem 8rem;background:var(--dark)}
.tiers-section .section-title{color:var(--white)}
.tiers-section .section-sub{color:rgba(255,255,255,.5)}
.tiers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5px;background:var(--stone);margin-top:3rem}
.tier-card{background:#1E150E;padding:2.5rem 2rem;text-align:center;cursor:pointer;transition:background .3s}
.tier-card:hover,.tier-card.selected{background:#2C1F0E}
.tier-amt,.tier-amount{font-family:'Playfair Display',serif;font-size:2.2rem;color:var(--gold);font-weight:700;margin-bottom:.3rem}
.campaigns-section{padding:5rem 8rem;background:var(--cream)}
.campaigns-section .section-sub{color:var(--stone);max-width:640px;margin-bottom:2rem}
.campaigns-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.campaign-card{background:var(--white);border:1px solid rgba(201,168,76,.25);overflow:hidden;display:flex;flex-direction:column}
.campaign-thumb{height:180px;background-size:cover;background-position:center}
.campaign-body{padding:1.75rem;flex:1;display:flex;flex-direction:column}
.campaign-body h3{font-family:'Playfair Display',serif;font-size:1.35rem;margin-bottom:.75rem}
.campaign-body p{font-size:.9rem;color:var(--stone);line-height:1.7;margin-bottom:1rem;flex:1}
.campaign-progress{height:6px;background:rgba(201,168,76,.2);margin-bottom:.75rem}
.campaign-progress span{display:block;height:100%;background:var(--gold)}
.campaign-stats{display:flex;justify-content:space-between;font-size:.8rem;color:var(--muted);margin-bottom:1rem}
.campaign-give-btn{width:100%;margin-top:auto}
.bongz-site-credit{position:fixed;right:0;bottom:0;z-index:90;background:rgba(26,20,16,.92);color:#c9a84c;font-size:.7rem;letter-spacing:.06em;padding:.45rem .75rem;text-decoration:none;border-top-left-radius:4px;border:1px solid rgba(201,168,76,.35)}
.bongz-site-credit:hover{background:#2c1f0e;color:#faf7f2}
.footer-bottom span:last-child{font-weight:500}
.tier-label{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}
.tier-desc{font-size:.85rem;color:rgba(255,255,255,.55);line-height:1.7}
.give-form-section{padding:5rem 8rem}
.give-form-section .section-title{margin-bottom:3rem}
.give-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.give-grid .full{grid-column:1/-1}
.give-note{grid-column:1/-1;background:rgba(201,168,76,.08);border:1px solid rgba(201,168,76,.25);padding:1rem 1.5rem;font-size:.85rem;color:var(--stone);line-height:1.7}
.give-note strong{color:var(--gold)}
.success-box{display:none;background:rgba(201,168,76,.08);border:1px solid var(--gold);padding:1.5rem;text-align:center;grid-column:1/-1}
.success-box p{color:var(--gold);font-family:'Playfair Display',serif;font-size:1.2rem}
.success-box span{color:var(--stone);font-size:.88rem;display:block;margin-top:.5rem}

/* PRAYER PAGE */
.prayer-section{padding:7rem 8rem}
.prayer-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:6rem;margin-top:3rem}
.prayer-promises h3{font-family:'Playfair Display',serif;font-size:1.5rem;color:var(--dark);margin-bottom:2rem}
.prayer-promise{border-left:2px solid var(--gold);padding:1rem 1.5rem;margin-bottom:1.5rem}
.prayer-promise p{font-family:'Cormorant Garamond',serif;font-size:1.1rem;font-style:italic;color:var(--dark);line-height:1.7;margin:0 0 .3rem}
.prayer-promise span{font-size:.75rem;letter-spacing:.15em;color:var(--gold)}
.prayer-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.5rem}
.pstat{background:var(--dark);padding:1.5rem;text-align:center}
.pstat .num{font-family:'Playfair Display',serif;font-size:2rem;color:var(--gold);font-weight:700}
.pstat .label{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-top:4px}
.prayer-form-wrap h3{font-family:'Playfair Display',serif;font-size:1.6rem;color:var(--dark);margin-bottom:2rem}
.prayer-type-row{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:1.5rem}
.pt-btn{padding:8px 18px;border:1px solid rgba(107,94,78,.3);background:transparent;color:var(--stone);font-family:'Jost',sans-serif;font-size:.8rem;letter-spacing:.1em;cursor:pointer;transition:all .3s}
.pt-btn.active,.pt-btn:hover{border-color:var(--gold);color:var(--gold);background:rgba(201,168,76,.06)}
.anon-row{display:flex;align-items:center;gap:10px;margin-top:1rem}
.anon-row input[type=checkbox]{width:auto;accent-color:var(--gold)}
.anon-row label{font-size:.85rem;color:var(--stone);margin:0;text-transform:none;letter-spacing:0}

/* FOOTER */
footer{background:#0E0A06;padding:5rem 8rem 0;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:4rem}
.footer-brand p{font-size:.88rem;color:rgba(255,255,255,.4);line-height:1.8;margin-top:1rem}
.footer-social{display:flex;gap:.7rem;margin-top:1.5rem;flex-wrap:wrap}
.social-btn{width:38px;height:38px;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:border-color .3s,background .3s;flex-shrink:0}
.social-btn svg{width:15px;height:15px;fill:none;stroke:rgba(255,255,255,.5);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke .3s}
.social-btn.yt svg{fill:rgba(255,255,255,.5);stroke:none;transition:fill .3s}
.social-btn:hover{border-color:var(--gold);background:rgba(201,168,76,.1)}
.social-btn:hover svg{stroke:var(--gold)}
.social-btn.yt:hover svg{fill:var(--gold);stroke:none}
.footer-col h4{font-size:.72rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:.8rem}
.footer-col ul a{font-size:.88rem;color:rgba(255,255,255,.45);text-decoration:none;transition:color .3s}
.footer-col ul a:hover{color:var(--gold)}
.footer-bottom{grid-column:1/-1;padding:2rem 0;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:rgba(255,255,255,.3);flex-wrap:wrap;gap:.5rem}
.footer-bottom a{color:var(--gold);text-decoration:none}
.footer-bottom a:hover{text-decoration:underline}

/* CMS NOTICE */
.cms-notice{background:rgba(201,168,76,.1);border-top:2px solid var(--gold);border-bottom:2px solid var(--gold);padding:.8rem 2rem;font-size:.82rem;color:var(--gold);text-align:center}

/* MODAL */
.modal-overlay{position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center;padding:2rem}
.modal-overlay.open{display:flex}
.modal-box{background:var(--dark);max-width:820px;width:100%;position:relative}
.modal-close{position:absolute;top:-2.5rem;right:0;background:none;border:none;color:rgba(255,255,255,.6);font-size:1.4rem;cursor:pointer}
.modal-close:hover{color:var(--gold)}
.modal-video{position:relative;padding-bottom:56.25%;height:0}
.modal-video iframe,.modal-video>div{position:absolute;top:0;left:0;width:100%;height:100%}
.modal-info{padding:1.5rem 2rem}
.modal-info h3{font-family:'Playfair Display',serif;font-size:1.3rem;color:var(--white);margin-bottom:.3rem}
.modal-info p{font-size:.85rem;color:var(--muted)}

/* MOBILE MENU */
.mobile-menu{position:fixed;inset:0;z-index:999;background:var(--dark);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.6rem;transform:translateX(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94)}
.mobile-menu.open{transform:translateX(0)}
.mobile-menu a{font-family:'Playfair Display',serif;font-size:1.9rem;color:var(--white);text-decoration:none;transition:color .3s}
.mobile-menu a:hover{color:var(--gold)}
.mobile-close{position:absolute;top:2rem;right:2rem;background:none;border:none;color:var(--white);font-size:2rem;cursor:pointer}
.mobile-close:hover{color:var(--gold)}

/* RESPONSIVE */
@media(max-width:1100px){
  nav{padding:0 2rem}
  .nav-links{gap:1.2rem}
  .nav-links a{font-size:.7rem}
  .slide-content,.stats-strip,.services-section,.ministry-section,.testi-section,.cta-banner,
  .pad,.pad-sm,.pastors-section,.svc-times-section,.contact-section,.events-section,
  .campaigns-grid{grid-template-columns:1fr}
  .give-intro,.tiers-section,.give-form-section,.campaigns-section,.prayer-section,.videos-section,
  footer{padding-left:3rem;padding-right:3rem}
}
@media(max-width:960px){
  .nav-links{display:none}
  .hamburger{display:flex}
  .stats-strip{grid-template-columns:1fr 1fr;gap:1.5rem}
  .ss-div{display:none}
  .services-grid,.pastors-grid,.times-grid{grid-template-columns:1fr 1fr}
  .values-grid,.tiers-grid{grid-template-columns:1fr 1fr}
  .sermons-grid,.videos-grid{grid-template-columns:1fr 1fr}
  .about-story{grid-template-columns:1fr}
  .about-img{height:320px}
  .give-intro{grid-template-columns:1fr;gap:3rem}
  .contact-grid,.prayer-grid{grid-template-columns:1fr;gap:3rem}
  .give-grid{grid-template-columns:1fr}
  .give-grid .full{grid-column:1}
  .ministry-grid{grid-template-columns:1fr}
  .testi-card{flex:0 0 calc(50% - 1rem)}
  footer{grid-template-columns:1fr 1fr;gap:3rem}
  .footer-bottom{flex-direction:column;text-align:center}
}
@media(max-width:640px){
  .slide-content{padding:0 1.5rem}
  .slide-title{font-size:2rem}
  .slider-controls{left:1.5rem}
  .slider-arrows{right:1.5rem;bottom:1rem}
  .services-grid,.values-grid,.pastors-grid,.times-grid,.tiers-grid,.sermons-grid,.videos-grid,.ministry-grid{grid-template-columns:1fr}
  .testi-wrap[data-mobile-stack]{overflow:visible}
  .testi-wrap[data-mobile-stack] .testi-track{flex-direction:column;transform:none!important}
  .testi-wrap[data-mobile-stack] .testi-card{flex:0 0 auto;width:100%}
  .testi-nav--slider[data-mobile-stack]{display:none}
  .form-row{grid-template-columns:1fr}
  .page-hero-content{padding:0 1.5rem}
  .event-item{grid-template-columns:auto 1fr}
  footer{grid-template-columns:1fr;padding-left:1.5rem;padding-right:1.5rem}
  .prayer-stats{grid-template-columns:1fr 1fr}
  .stats-strip{grid-template-columns:1fr;text-align:center;padding:2.5rem 1.5rem}
}
