/*
Theme Name: Bethany Members Theme
Theme URI: https://members.bethanynazchurch.com
Author: Bethany Church of the Nazarene
Description: Private BuddyPress member portal theme for Bethany Church of the Nazarene.
Version: 0.3.0
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: bethany-members
*/
:root{--bethany-red:#981515;--bethany-gold:#C49A6C;--bethany-black:#111;--bethany-light:#f6f4f1;--bethany-white:#fff;--bethany-gray:#555;}
*{box-sizing:border-box} body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bethany-light);color:#222;line-height:1.6}.site-header{background:#fff;border-bottom:1px solid #e8e2da;position:sticky;top:0;z-index:50}.site-header-inner{max-width:1180px;margin:auto;display:flex;align-items:center;gap:28px;padding:14px 22px}.site-logo img{max-height:70px;width:auto}.site-nav{margin-left:auto;display:flex;gap:16px;flex-wrap:wrap}.site-nav a{color:#111;text-decoration:none;font-weight:700}.site-nav a:hover{color:var(--bethany-red)}.button,.wp-block-button__link{background:var(--bethany-red);color:white!important;border-radius:999px;padding:.8rem 1.1rem;text-decoration:none;font-weight:700}.hero{background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.25)),url('assets/images/church-entrance.jpg') center/cover;min-height:380px;color:#fff;display:grid;place-items:center;text-align:center;padding:70px 20px}.hero img{max-width:380px;background:white;padding:12px;border-radius:10px}.hero h1{font-size:clamp(2rem,5vw,4rem);margin:.8rem 0}.container{max-width:1180px;margin:auto;padding:32px 22px}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.card{background:white;border-radius:18px;padding:24px;box-shadow:0 14px 35px rgba(25,20,15,.08);border:1px solid #ede7df}.pastor-portrait{width:280px;height:280px;object-fit:cover;border-radius:50%;display:block;margin:0 auto 24px;box-shadow:0 0 0 10px rgba(255,255,255,.9),0 22px 55px rgba(0,0,0,.32), inset 0 0 40px rgba(0,0,0,.4)}.leadership-hero{text-align:center;background:#fff;padding:56px 22px}.leadership-hero .content{max-width:900px;margin:auto}.mission{font-size:1.35rem;font-weight:800;color:var(--bethany-red)}.calendar-image{width:100%;height:auto;border-radius:14px;box-shadow:0 18px 45px rgba(0,0,0,.12)}.site-footer{background:#111;color:#fff;margin-top:40px}.site-footer-inner{max-width:1180px;margin:auto;padding:35px 22px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.site-footer a{color:#fff}.bp-wrap,.buddypress-wrap,.tribe-events{max-width:1180px;margin:25px auto;background:#fff;border-radius:16px;padding:22px}@media(max-width:760px){.site-header-inner{display:block;text-align:center}.site-nav{justify-content:center;margin-top:12px}.hero img{max-width:280px}.pastor-portrait{width:220px;height:220px}}
