/*
Theme Name: One Page3
Theme URI: https://bethanynazchurch.com/
Author: Bethany Church of the Nazarene
Description: A responsive one-page WordPress theme for Bethany Church of the Nazarene.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: one-page3
*/

:root{
  --navy:#132238;
  --blue:#27648f;
  --gold:#d8a545;
  --cream:#f7f2e8;
  --ink:#223044;
  --muted:#65758a;
  --white:#ffffff;
  --shadow:0 20px 50px rgba(19,34,56,.14);
  --radius:24px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{color:inherit}.container{width:min(1120px,92vw);margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);box-shadow:0 3px 22px rgba(0,0,0,.06)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 0}.brand{display:flex;align-items:center;gap:14px;text-decoration:none;font-weight:800;color:var(--navy)}.brand img{height:58px;width:auto}.brand span{font-size:clamp(1rem,2vw,1.2rem)}.menu{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.menu a{text-decoration:none;font-weight:700;color:var(--navy);font-size:.95rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:13px 22px;background:var(--gold);color:#17130b;text-decoration:none;font-weight:800;box-shadow:0 12px 24px rgba(216,165,69,.25);transition:.2s}.btn:hover{transform:translateY(-2px)}.btn.dark{background:var(--navy);color:white}.btn.light{background:white;color:var(--navy)}.hero{min-height:760px;display:grid;place-items:center;position:relative;color:white;overflow:hidden;background:linear-gradient(120deg,rgba(19,34,56,.88),rgba(39,100,143,.62)),url('assets/images/hero.jpeg') center/cover no-repeat}.hero:after{content:"";position:absolute;inset:auto -10% -20% -10%;height:220px;background:white;border-radius:50% 50% 0 0/100% 100% 0 0}.hero-content{position:relative;z-index:2;text-align:center;width:min(980px,92vw);padding:90px 0 130px}.eyebrow{letter-spacing:.22em;text-transform:uppercase;font-size:.78rem;font-weight:900;color:#ffe2a5}.hero h1{font-size:clamp(2.8rem,7vw,6.8rem);line-height:.95;margin:18px 0;text-wrap:balance}.hero p{font-size:clamp(1.15rem,2.1vw,1.45rem);max-width:760px;margin:0 auto 30px;color:#f4f6f8}.hero-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.section{padding:82px 0}.section.alt{background:var(--cream)}.section h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;margin:0 0 16px;color:var(--navy);text-wrap:balance}.lead{font-size:1.18rem;color:var(--muted);max-width:780px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:white;border-radius:var(--radius);padding:30px;box-shadow:var(--shadow);border:1px solid rgba(19,34,56,.08)}.card h3{margin-top:0;color:var(--navy);font-size:1.45rem}.service-time{font-size:2rem;font-weight:900;color:var(--blue);display:block;margin-bottom:6px}.about-wrap{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center}.about-img{border-radius:32px;overflow:hidden;box-shadow:var(--shadow)}.about-img img{width:100%;height:100%;object-fit:cover;display:block}.prayer{background:linear-gradient(135deg,var(--navy),var(--blue));color:white;border-radius:36px;padding:48px;display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center;box-shadow:var(--shadow)}.prayer h2{color:white}.prayer p{color:#e8f0f6}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.contact-list{list-style:none;margin:0;padding:0}.contact-list li{padding:11px 0;border-bottom:1px solid rgba(19,34,56,.1)}.facebook-box{min-height:360px;border-radius:var(--radius);background:#eef3f7;display:grid;place-items:center;text-align:center;padding:30px;color:var(--muted);border:1px dashed #b4c2cf}.site-footer{background:var(--navy);color:white;padding:46px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px;align-items:start}.site-footer a{color:#ffe2a5}.mobile-give{display:none;position:fixed;right:18px;bottom:18px;z-index:70}@media(max-width:860px){.menu{display:none}.hero{min-height:650px}.grid,.grid.two,.about-wrap,.prayer,.contact-grid,.footer-grid{grid-template-columns:1fr}.section{padding:62px 0}.prayer{padding:30px}.mobile-give{display:inline-flex}.brand span{display:none}}@media(max-width:520px){.hero h1{font-size:3rem}.hero-actions{flex-direction:column}.btn{width:100%}.card{padding:24px}.brand img{height:50px}}
