:root{--blue:#00A9E5;--blue2:#008dd1;--navy:#07131f;--ink:#152233;--muted:#66717f;--line:#e3eaf0;--soft:#f6f9fb;--cream:#fbf7f2;--radius:18px;--shadow:0 12px 35px rgba(12,34,52,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.section{padding:60px 0}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.8rem,6vw,5.5rem);line-height:.98;letter-spacing:-.045em}h2{font-size:1.65rem;letter-spacing:-.02em}h3{font-size:1.15rem}.eyebrow{color:var(--blue2);font-weight:800;font-size:.75rem;letter-spacing:.14em}.site-header{position:relative;z-index:30;background:var(--navy);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.site-header__inner{height:84px;display:grid;grid-template-columns:210px 1fr 42px;align-items:center;gap:24px}.brand img{display:block;width:145px}.site-nav__list{list-style:none;display:flex;justify-content:flex-end;align-items:center;gap:34px;margin:0;padding:0}.site-nav a{font-weight:600;font-size:.95rem;color:#edf6fb;position:relative}.site-nav a:hover,.site-nav .current-menu-item>a{color:var(--blue)}.site-nav .current-menu-item>a:after{content:"";position:absolute;left:0;right:0;bottom:-29px;height:2px;background:var(--blue)}.profile-link{display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.55);border-radius:50%;color:#fff}.nav-toggle{display:none;background:none;border:0;color:#fff;font-size:1.45rem}.hero{min-height:510px;background:linear-gradient(90deg,rgba(4,13,22,.98) 0%,rgba(4,13,22,.94) 38%,rgba(4,13,22,.38) 66%,rgba(4,13,22,.08) 100%),var(--hero-image) right center/58% 100% no-repeat,var(--navy);color:#fff;display:flex;align-items:center}.hero__inner{padding-block:72px}.hero__copy{max-width:590px}.hero h1 span{color:var(--blue)}.hero__lead{font-size:1.65rem;color:#f0f5f8;margin-bottom:28px}.hero__meta{display:flex;gap:28px;flex-wrap:wrap;color:#f6fbff;margin-bottom:34px}.hero__meta span{display:inline-flex;align-items:center;gap:7px}.hero__actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:10px;font-weight:800;border:1px solid transparent;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--blue);color:#fff}.btn--primary:hover{background:var(--blue2)}.btn--ghost{border-color:var(--blue);color:#fff;background:rgba(3,14,23,.25)}.btn--light{border-color:var(--line);background:#fff;color:var(--ink)}.intro-sermon-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.quick-card{min-height:170px;border:1px solid var(--line);border-radius:14px;padding:20px;background:#fff;display:flex;flex-direction:column;gap:8px;transition:.2s}.quick-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.quick-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e8f8fe;color:var(--blue2);font-size:1.3rem}.quick-card small{color:var(--muted);line-height:1.35}.quick-card b{font-size:.8rem;color:var(--blue2);margin-top:auto}.featured-sermon{display:grid;grid-template-columns:46% 1fr;border:1px solid var(--line);border-radius:14px;overflow:hidden;min-height:190px;background:#fff}.featured-sermon__image{background-size:cover;background-position:center;display:grid;place-items:center;min-height:190px}.featured-sermon__image span{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:1.2rem;box-shadow:0 12px 30px rgba(0,169,229,.34)}.featured-sermon__body{padding:22px}.featured-sermon__body h3{font-size:1.6rem;margin-bottom:4px}.featured-sermon__body p,.featured-sermon__body time{color:var(--muted);display:block;margin-bottom:8px}.inline-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:20px}.inline-actions a{font-size:.86rem;font-weight:800;color:var(--blue2)}.featured-sermon--empty{display:block;padding:28px}.split-section{display:grid;grid-template-columns:1.25fr .75fr;gap:45px;padding-top:10px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.section-heading a{color:var(--blue2);font-weight:800;font-size:.85rem}.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.experience-card{min-height:235px;border-radius:16px;overflow:hidden;position:relative;padding:22px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;background-size:cover;background-position:center;isolation:isolate}.experience-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,15,24,.08),rgba(3,15,24,.88));z-index:-1}.experience-card--one{background-image:url('../images/demo-hero.jpg')}.experience-card--two{background-image:url('../images/demo-sermon.jpg')}.experience-card--three{background-image:linear-gradient(135deg,#436b87,#0a2639)}.experience-icon{position:absolute;top:18px;left:18px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--blue);font-weight:900}.experience-card h3{margin-bottom:4px}.experience-card p{margin:0;color:#eaf6fb;font-size:.9rem}.event-list{border-top:1px solid var(--line)}.event-row{min-height:80px;display:grid;grid-template-columns:78px 1fr 24px;align-items:center;gap:14px;border-bottom:1px solid var(--line);padding:8px 0}.event-row:hover .event-title strong{color:var(--blue2)}.event-date{display:grid;grid-template-columns:22px 1fr;grid-template-rows:1fr 1fr;align-items:center;border:1px solid #caeefe;border-radius:10px;overflow:hidden;width:64px;height:60px}.event-date small:first-child{grid-row:1/3;background:#eaf9ff;height:100%;display:grid;place-items:center;color:var(--blue2);font-size:.62rem;font-weight:900}.event-date strong{font-size:1.35rem;line-height:1;text-align:center}.event-date small:last-child{text-align:center;color:var(--blue2);font-size:.62rem;font-weight:800}.event-title{display:flex;flex-direction:column}.event-title small{color:var(--muted)}.event-arrow{font-size:1.5rem;color:var(--muted)}.event-row--empty{display:block;padding:20px;color:var(--muted)}.welcome-strip{background:var(--cream);border-top:1px solid #f0ece8;border-bottom:1px solid #f0ece8}.welcome-strip__inner{min-height:160px;display:grid;grid-template-columns:250px 1fr auto;align-items:center;gap:40px}.welcome-script{font-family:"Segoe Print","Bradley Hand",cursive;font-size:1.55rem;line-height:1.15;color:var(--blue2);transform:rotate(-3deg)}.welcome-strip h2{margin-bottom:6px}.welcome-strip p{margin:0;color:#4e5965}.site-footer{background:var(--navy);color:#e9f0f4;padding-top:48px}.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1.3fr .7fr;gap:40px}.footer-brand img{width:165px}.footer-grid h3{font-size:.9rem;color:#fff}.footer-grid p,.footer-grid a{color:#aab9c5;font-size:.85rem}.newsletter-fake{display:flex;border:1px solid #41515d;border-radius:8px;overflow:hidden;max-width:300px}.newsletter-fake span{flex:1;padding:10px;color:#81909c;font-size:.8rem}.newsletter-fake button{width:44px;border:0;background:var(--blue);color:#fff}.social-row{display:flex;gap:10px}.social-row span{width:34px;height:34px;border:1px solid #556571;border-radius:50%;display:grid;place-items:center}.footer-bottom{border-top:1px solid #263744;margin-top:38px;padding:20px 0;display:flex;justify-content:space-between;gap:20px;color:#81909c;font-size:.75rem}.archive-hero,.page-hero{background:linear-gradient(135deg,#f5fbfe,#fff);padding:72px 0 54px;border-bottom:1px solid var(--line)}.archive-hero h1,.page-hero h1{font-size:clamp(3rem,6vw,5.2rem);margin-bottom:10px}.archive-hero>div>p:last-child{font-size:1.15rem;color:var(--muted)}.media-filters{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;margin-bottom:30px;box-shadow:0 8px 30px rgba(17,48,70,.04)}.search-field{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:10px;padding:0 14px;height:52px}.search-field input{border:0;outline:0;width:100%;font-size:1rem}.filter-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.filter-row select{height:44px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:0 12px}.filter-row .btn{min-height:44px}.sermon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.sermon-card{border:1px solid var(--line);border-radius:15px;overflow:hidden;background:#fff;transition:.2s}.sermon-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.sermon-card__thumb{height:160px;background-size:cover;background-position:center;display:grid;place-items:center}.sermon-card__thumb span{width:44px;height:44px;border-radius:50%;background:rgba(0,169,229,.92);color:#fff;display:grid;place-items:center}.sermon-card__body{padding:16px}.sermon-card__body h2{font-size:1.15rem;margin-bottom:8px}.sermon-card__body p{font-size:.88rem;color:var(--muted)}.sermon-badges{display:flex;gap:6px;margin-bottom:9px}.sermon-badges span,.series-tag{display:inline-block;background:#eaf9ff;color:var(--blue2);border-radius:999px;padding:4px 8px;font-size:.7rem;font-weight:800}.pagination{margin-top:36px}.pagination .nav-links{display:flex;gap:8px;justify-content:center}.pagination .page-numbers{min-width:38px;height:38px;border:1px solid var(--line);border-radius:8px;display:grid;place-items:center}.pagination .current{background:var(--blue);color:#fff;border-color:var(--blue)}.single-sermon{max-width:980px}.single-sermon__head{margin:28px 0}.single-sermon__head h1{font-size:clamp(2.6rem,5vw,4.5rem)}.back-link{color:var(--blue2);font-weight:800}.video-embed{position:relative;overflow:hidden;border-radius:18px;background:#000;aspect-ratio:16/9;margin-bottom:24px}.video-embed iframe{width:100%;height:100%}.audio-player{width:100%;margin:12px 0 24px}.bible-ref{padding:15px 18px;border-left:4px solid var(--blue);background:#f4fbfe;border-radius:0 8px 8px 0}.prose{max-width:820px;font-size:1.05rem}.prose h1{font-size:clamp(2.7rem,5vw,4.6rem)}.prose h2{margin-top:2rem}.event-list--archive{max-width:900px}.event-single-meta{font-size:1.1rem;color:var(--muted)}
@media(max-width:980px){.site-header__inner{grid-template-columns:1fr auto}.profile-link{display:none}.nav-toggle{display:block}.site-nav{display:none;grid-column:1/-1}.site-nav.is-open{display:block;padding-bottom:18px}.site-nav__list{flex-direction:column;align-items:flex-start;gap:16px}.site-nav .current-menu-item>a:after{display:none}.hero{background:linear-gradient(rgba(4,13,22,.76),rgba(4,13,22,.9)),var(--hero-image) center/cover no-repeat}.intro-sermon-grid,.split-section{grid-template-columns:1fr}.sermon-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.welcome-strip__inner{grid-template-columns:1fr;padding-block:35px;gap:16px}.quick-grid,.experience-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.shell{width:min(100% - 26px,1180px)}.site-header__inner{height:72px}.brand img{width:120px}.hero{min-height:520px}.hero__inner{padding-block:64px}.hero h1{font-size:3.4rem}.hero__lead{font-size:1.25rem}.hero__meta{gap:15px;flex-direction:column}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}.section{padding:42px 0}.quick-grid,.experience-grid,.sermon-grid{grid-template-columns:1fr}.featured-sermon{grid-template-columns:1fr}.split-section{gap:34px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.filter-row select,.filter-row .btn{width:100%}.event-row{grid-template-columns:70px 1fr 20px}.archive-hero,.page-hero{padding:50px 0 36px}}
