/* ======================================================================
   Streams of Hope and Healing Ministry — Global Stylesheet
   ====================================================================== */
:root{
  --navy:#0F2B4A;
  --navy-deep:#081C36;
  --gold:#C9A256;
  --gold-light:#E4C77C;
  --aqua:#4FA3B8;
  --aqua-light:#B8DDE5;
  --cream:#FAF7F0;
  --soft:#F4F9FB;
  --ink:#1a2a3f;
  --live-red:#E23B3B;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Montserrat',sans-serif;
  color:var(--ink);
  background:var(--soft);
  line-height:1.65;
  overflow-x:hidden;
}
h1,h2,h3,h4{font-family:'Cormorant Garamond',serif;color:var(--navy);font-weight:600;letter-spacing:.3px}
.script{font-family:'Great Vibes',cursive;color:var(--gold);font-weight:400}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

/* ---------- TOP BAR ---------- */
.topbar{
  background:var(--navy-deep);
  color:#e8eef6;
  font-size:.82rem;
  padding:.5rem 0;
}
.topbar .inner{
  max-width:1200px;margin:0 auto;padding:0 1.5rem;
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem
}
.topbar a:hover{color:var(--gold-light)}

/* ---------- NAV ---------- */
nav.main{
  background:#fff;
  box-shadow:0 2px 20px rgba(15,43,74,.06);
  position:sticky;top:0;z-index:100;
}
nav.main .wrap{
  max-width:1200px;margin:0 auto;padding:.9rem 1.5rem;
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
}
.brand{display:flex;align-items:center;gap:.75rem}
.brand .logo{
  width:54px;height:54px;border-radius:50%;
  background:linear-gradient(135deg,var(--aqua) 0%,var(--navy) 80%);
  display:flex;align-items:center;justify-content:center;color:#fff;
  font-family:'Cormorant Garamond',serif;font-size:1.6rem;font-weight:700;
  box-shadow:0 4px 14px rgba(79,163,184,.35);
  position:relative;
}
.brand .logo::after{
  content:'';position:absolute;inset:-4px;border-radius:50%;
  border:1.5px solid var(--gold);opacity:.6;
}
.brand-text .name{
  font-family:'Cormorant Garamond',serif;
  font-size:1.25rem;color:var(--navy);font-weight:700;line-height:1.1;
}
.brand-text .name em{font-style:italic;color:var(--aqua);font-weight:500}
.brand-text .tag{font-size:.7rem;color:var(--gold);letter-spacing:2px;text-transform:uppercase}

.menu{display:flex;gap:1.4rem;align-items:center;list-style:none}
.menu li a{
  color:var(--navy);font-size:.85rem;font-weight:500;letter-spacing:.5px;
  padding:.4rem 0;position:relative;transition:color .25s;
}
.menu li a::after{
  content:'';position:absolute;left:0;bottom:-2px;width:0;height:2px;
  background:var(--gold);transition:width .3s;
}
.menu li a:hover{color:var(--aqua)}
.menu li a:hover::after,.menu li a.active::after{width:100%}
.menu li a.active{color:var(--aqua)}
.btn-live{
  background:var(--live-red);color:#fff !important;padding:.5rem 1rem;border-radius:30px;
  font-weight:600;font-size:.78rem;letter-spacing:1px;text-transform:uppercase;
  display:inline-flex;align-items:center;gap:.45rem;
  box-shadow:0 4px 14px rgba(226,59,59,.4);
}
.btn-live .dot{
  width:8px;height:8px;border-radius:50%;background:#fff;
  animation:pulse 1.6s ease-in-out infinite;
}
.btn-live::after{display:none !important}
@keyframes pulse{
  0%,100%{opacity:1;transform:scale(1)}
  50%{opacity:.5;transform:scale(1.3)}
}
.btn-give{
  background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);
  color:#fff !important;padding:.55rem 1.1rem;border-radius:30px;font-weight:600;
  font-size:.82rem;box-shadow:0 4px 14px rgba(201,162,86,.35);
  transition:transform .25s, box-shadow .25s;
}
.btn-give:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(201,162,86,.5)}
.btn-give::after{display:none !important}

/* ---------- HERO ---------- */
.hero{
  position:relative;
  background:
    linear-gradient(135deg,rgba(15,43,74,.88) 0%,rgba(8,28,54,.75) 50%,rgba(79,163,184,.55) 100%),
    radial-gradient(circle at 20% 30%, rgba(184,221,229,.4), transparent 60%),
    linear-gradient(180deg,#0F2B4A 0%,#1e4a78 100%);
  color:#fff;
  padding:7rem 1.5rem 9rem;
  text-align:center;
  overflow:hidden;
}
.hero.compact{padding:5rem 1.5rem 7rem}
.hero::before{
  content:'';position:absolute;inset:0;
  background-image:
    radial-gradient(2px 2px at 15% 20%, rgba(255,255,255,.4), transparent),
    radial-gradient(1.5px 1.5px at 80% 40%, rgba(228,199,124,.5), transparent),
    radial-gradient(2px 2px at 55% 75%, rgba(255,255,255,.3), transparent),
    radial-gradient(1.5px 1.5px at 30% 65%, rgba(184,221,229,.4), transparent);
  background-size:400px 400px;
  pointer-events:none;
}
.hero .inner{max-width:900px;margin:0 auto;position:relative;z-index:2}
.hero .eyebrow{
  color:var(--gold-light);letter-spacing:6px;font-size:.8rem;text-transform:uppercase;
  margin-bottom:1.2rem;font-weight:500;
}
.hero h1{
  color:#fff;font-size:clamp(2.2rem,5.5vw,4.8rem);line-height:1.1;font-weight:600;
  margin-bottom:.5rem;
}
.hero h1 .script-lg{
  font-family:'Great Vibes',cursive;color:var(--gold-light);font-size:1.3em;
  display:inline-block;margin-top:-.3em;
}
.hero .lead{
  max-width:640px;margin:1.5rem auto 2.3rem;color:rgba(255,255,255,.9);
  font-size:1.08rem;line-height:1.75;
}
.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btn{
  padding:.95rem 2rem;border-radius:35px;font-weight:600;font-size:.92rem;
  letter-spacing:.5px;transition:all .3s;display:inline-flex;align-items:center;gap:.5rem;
  border:none;cursor:pointer;
}
.btn-primary{
  background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);
  color:#fff;box-shadow:0 6px 20px rgba(201,162,86,.4);
}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(201,162,86,.55)}
.btn-outline{
  background:rgba(255,255,255,.08);color:#fff;border:1.5px solid rgba(255,255,255,.55);
  backdrop-filter:blur(6px);
}
.btn-outline:hover{background:#fff;color:var(--navy)}
.btn-solid-navy{background:var(--navy);color:#fff;box-shadow:0 6px 20px rgba(15,43,74,.3)}
.btn-solid-navy:hover{background:var(--navy-deep)}

/* wave divider */
.wave{
  position:absolute;bottom:-2px;left:0;width:100%;line-height:0;z-index:2;
}
.wave svg{width:100%;height:120px;display:block}

/* ---------- VERSE STRIP ---------- */
.verse-strip{
  background:linear-gradient(90deg,#fff 0%,var(--soft) 50%,#fff 100%);
  padding:3rem 1.5rem;text-align:center;border-bottom:1px solid #e8eef3;
}
.verse-strip .v{
  max-width:760px;margin:0 auto;font-family:'Cormorant Garamond',serif;
  font-size:1.5rem;font-style:italic;color:var(--navy);line-height:1.6;
}
.verse-strip .v::before,.verse-strip .v::after{
  content:'"';color:var(--gold);font-size:2rem;font-weight:700;
}
.verse-strip .ref{
  margin-top:.8rem;color:var(--aqua);letter-spacing:3px;font-size:.8rem;
  text-transform:uppercase;font-weight:600;
}

/* ---------- SECTION SHARED ---------- */
section.block{padding:5.5rem 1.5rem}
.container{max-width:1200px;margin:0 auto}
.container-narrow{max-width:900px;margin:0 auto}
.section-head{text-align:center;margin-bottom:3.5rem}
.section-head .kicker,.kicker{
  color:var(--gold);letter-spacing:5px;font-size:.75rem;text-transform:uppercase;
  font-weight:600;margin-bottom:.8rem;display:block;
}
.section-head h2{
  font-size:clamp(2rem,4vw,3rem);line-height:1.15;margin-bottom:.8rem;
}
.section-head h2 .accent{color:var(--aqua);font-style:italic}
.section-head .subtitle{
  color:#5a6a7d;max-width:620px;margin:0 auto;font-size:1rem;
}
.divider-ornament{
  display:flex;align-items:center;justify-content:center;gap:.6rem;margin:1rem auto;
}
.divider-ornament .line{width:60px;height:1px;background:var(--gold)}
.divider-ornament .dot{width:8px;height:8px;border-radius:50%;background:var(--gold)}

/* ---------- WELCOME / ABOUT TWO-COL ---------- */
.welcome-grid{
  display:grid;grid-template-columns:1.05fr 1fr;gap:4rem;align-items:center;
}
.welcome-grid .img-wrap{
  position:relative;border-radius:14px;overflow:hidden;
  box-shadow:0 18px 50px rgba(15,43,74,.18);
  aspect-ratio:4/5;
  background:
    linear-gradient(180deg,rgba(15,43,74,0) 55%,rgba(15,43,74,.35) 100%),
    url('pastor-chioma.jpg') center top/cover;
}
.welcome-grid .img-wrap::before{
  content:'';position:absolute;top:-20px;left:-20px;right:40px;bottom:40px;
  border:2px solid var(--gold);border-radius:14px;z-index:-1;
}
.welcome-grid .img-wrap .caption{
  position:absolute;left:0;right:0;bottom:0;padding:1.4rem 1.6rem;color:#fff;z-index:2;
}
.welcome-grid .img-wrap .caption .cap-name{
  font-family:'Great Vibes',cursive;color:var(--gold-light);font-size:2rem;line-height:1;
}
.welcome-grid .img-wrap .caption .cap-role{
  color:#fff;letter-spacing:3px;font-size:.7rem;text-transform:uppercase;
  font-weight:600;margin-top:.2rem;
}
.welcome-text h2{font-size:2.6rem;margin-bottom:.8rem}
.welcome-text p{color:#4a5869;margin-bottom:1.2rem;line-height:1.8}
.welcome-text .signature{
  font-family:'Great Vibes',cursive;color:var(--aqua);font-size:2rem;margin-top:1rem;
}
.welcome-text .role{
  color:var(--gold);letter-spacing:3px;font-size:.75rem;text-transform:uppercase;
  font-weight:600;display:block;margin-top:-.3rem;
}

/* ---------- MINISTRIES ---------- */
.ministries{background:linear-gradient(180deg,#fff 0%, #eef6f8 100%);position:relative}
.ministry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem}
.ministry-grid.cols-3{grid-template-columns:repeat(3,1fr)}
.ministry{
  background:#fff;padding:2.2rem 1.5rem;border-radius:14px;text-align:center;
  box-shadow:0 6px 24px rgba(15,43,74,.06);
  border:1px solid #e6eef3;transition:transform .35s, box-shadow .35s;
  position:relative;overflow:hidden;
}
.ministry::before{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--aqua),var(--gold));
  transform:scaleX(0);transform-origin:left;transition:transform .4s;
}
.ministry:hover{transform:translateY(-6px);box-shadow:0 14px 40px rgba(15,43,74,.12)}
.ministry:hover::before{transform:scaleX(1)}
.ministry .icon{
  width:70px;height:70px;margin:0 auto 1.2rem;border-radius:50%;
  background:linear-gradient(135deg,var(--aqua-light),var(--aqua));
  display:flex;align-items:center;justify-content:center;color:#fff;
  font-size:1.8rem;box-shadow:0 6px 16px rgba(79,163,184,.3);
}
.ministry h3{font-size:1.25rem;margin-bottom:.5rem}
.ministry p{color:#6a7888;font-size:.9rem;line-height:1.65}

/* ---------- DECLARATIONS ---------- */
.declarations{
  background:linear-gradient(135deg,var(--navy) 0%,var(--navy-deep) 60%,#1a3a60 100%);
  color:#fff;position:relative;overflow:hidden;
}
.declarations::before{
  content:'';position:absolute;inset:0;
  background:
    radial-gradient(circle at 90% 10%, rgba(201,162,86,.15), transparent 40%),
    radial-gradient(circle at 10% 90%, rgba(79,163,184,.18), transparent 40%);
}
.declarations .section-head h2,.declarations .section-head .subtitle{color:#fff}
.declarations .section-head .subtitle{color:rgba(255,255,255,.75)}
.decl-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;position:relative;z-index:2;
  max-width:900px;margin:0 auto;
}
.decl{
  background:rgba(255,255,255,.05);border:1px solid rgba(228,199,124,.25);
  padding:1.4rem 1.6rem;border-radius:12px;backdrop-filter:blur(6px);
  display:flex;gap:1rem;align-items:flex-start;
}
.decl .num{
  min-width:42px;height:42px;border-radius:50%;
  background:linear-gradient(135deg,var(--gold),var(--gold-light));
  color:var(--navy);font-family:'Cormorant Garamond',serif;font-weight:700;
  font-size:1.1rem;display:flex;align-items:center;justify-content:center;
}
.decl p{color:rgba(255,255,255,.9);line-height:1.7;font-size:.95rem;font-style:italic}

/* ---------- EVENTS ---------- */
.events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}
.event{
  background:#fff;border-radius:14px;overflow:hidden;
  box-shadow:0 6px 24px rgba(15,43,74,.07);
  transition:transform .35s, box-shadow .35s;
}
.event:hover{transform:translateY(-5px);box-shadow:0 14px 40px rgba(15,43,74,.13)}
.event .img{height:200px;background-size:cover;background-position:center;position:relative}
.event .date-badge{
  position:absolute;top:16px;left:16px;background:#fff;border-radius:10px;
  padding:.6rem .9rem;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.15);
  min-width:66px;
}
.event .date-badge .d{
  font-family:'Cormorant Garamond',serif;font-size:1.6rem;font-weight:700;
  color:var(--navy);line-height:1;
}
.event .date-badge .m{
  color:var(--gold);font-size:.7rem;letter-spacing:2px;text-transform:uppercase;font-weight:600;
}
.event .body{padding:1.5rem 1.6rem}
.event h3{font-size:1.3rem;margin-bottom:.5rem;line-height:1.25}
.event .meta{color:var(--aqua);font-size:.82rem;letter-spacing:1px;
  text-transform:uppercase;font-weight:600;margin-bottom:.6rem}
.event p{color:#6a7888;font-size:.9rem;line-height:1.65;margin-bottom:1rem}
.event .more{color:var(--gold);font-weight:600;font-size:.85rem;letter-spacing:1px;text-transform:uppercase}

/* ---------- SERMONS ---------- */
.sermons{background:var(--soft)}
.sermon-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}
.sermon{
  background:#fff;border-radius:12px;padding:1.3rem 1.6rem;
  display:grid;grid-template-columns:auto 1fr auto;gap:1.3rem;align-items:center;
  box-shadow:0 4px 18px rgba(15,43,74,.05);border:1px solid #e8eef3;
  transition:all .3s;
}
.sermon:hover{border-color:var(--aqua-light);box-shadow:0 8px 26px rgba(15,43,74,.1)}
.sermon .play{
  width:54px;height:54px;border-radius:50%;
  background:linear-gradient(135deg,var(--aqua),var(--navy));
  color:#fff;display:flex;align-items:center;justify-content:center;
  font-size:1.1rem;box-shadow:0 4px 14px rgba(79,163,184,.35);
  cursor:pointer;transition:transform .3s;text-decoration:none;
}
.sermon .play:hover{transform:scale(1.08)}
.sermon h4{font-size:1.15rem;margin-bottom:.25rem;color:var(--navy)}
.sermon .s-meta{color:#6a7888;font-size:.82rem}
.sermon .s-meta span{color:var(--gold);margin-right:.8rem;font-weight:600}
.sermon .tag{
  background:var(--aqua-light);color:var(--navy);padding:.3rem .8rem;
  border-radius:20px;font-size:.7rem;letter-spacing:1.5px;text-transform:uppercase;font-weight:600;
}

/* ---------- PRAYER CTA ---------- */
.prayer-cta{
  background:
    linear-gradient(135deg,rgba(15,43,74,.85),rgba(79,163,184,.65)),
    url('https://images.unsplash.com/photo-1519681393784-d120267933ba?auto=format&fit=crop&w=1600&q=80') center/cover fixed;
  color:#fff;text-align:center;padding:6rem 1.5rem;
}
.prayer-cta h2{color:#fff;font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}
.prayer-cta .script{font-size:3rem;display:block;margin:.2rem 0}
.prayer-cta p{max-width:600px;margin:0 auto 2rem;color:rgba(255,255,255,.9);font-size:1.05rem}

/* ---------- GIVE ---------- */
.give{background:linear-gradient(180deg,#fff 0%, var(--soft) 100%)}
.give-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1050px;margin:0 auto}
.give .img{
  aspect-ratio:1/1;border-radius:14px;
  background:
    linear-gradient(135deg,rgba(201,162,86,.3),rgba(15,43,74,.4)),
    url('https://images.unsplash.com/photo-1532629345422-7515f3d16bb6?auto=format&fit=crop&w=900&q=80') center/cover;
  box-shadow:0 18px 50px rgba(15,43,74,.18);
}
.give h2{font-size:2.4rem;margin-bottom:1rem}
.give p{color:#4a5869;margin-bottom:1.3rem;line-height:1.8}
.verse-small{
  background:#fff;border-left:4px solid var(--gold);padding:1.1rem 1.3rem;
  border-radius:8px;margin-bottom:1.5rem;font-style:italic;color:var(--navy);
  font-family:'Cormorant Garamond',serif;font-size:1.1rem;
  box-shadow:0 4px 14px rgba(15,43,74,.05);
}

/* ---------- NEWSLETTER ---------- */
.newsletter{
  background:linear-gradient(135deg,var(--navy) 0%,var(--navy-deep) 100%);
  color:#fff;padding:4rem 1.5rem;text-align:center;
}
.newsletter h3{color:#fff;font-size:2rem;margin-bottom:.5rem}
.newsletter p{color:rgba(255,255,255,.8);max-width:500px;margin:0 auto 2rem}
.newsletter form{display:flex;gap:.6rem;max-width:480px;margin:0 auto;flex-wrap:wrap}
.newsletter input{
  flex:1;min-width:220px;padding:.95rem 1.2rem;border-radius:30px;border:none;
  font-family:inherit;font-size:.9rem;
}
.newsletter button{
  padding:.95rem 1.8rem;border-radius:30px;border:none;
  background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#fff;
  font-weight:600;cursor:pointer;letter-spacing:.5px;
}

/* ---------- FOOTER ---------- */
footer{
  background:var(--navy-deep);color:rgba(255,255,255,.75);
  padding:4rem 1.5rem 1.5rem;
}
.foot-grid{
  max-width:1200px;margin:0 auto;display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;gap:3rem;
}
.foot-grid h4{color:#fff;font-size:1.1rem;margin-bottom:1rem;letter-spacing:.5px}
.foot-grid a{display:block;padding:.3rem 0;font-size:.88rem;transition:color .25s}
.foot-grid a:hover{color:var(--gold-light)}
.foot-brand p{font-size:.88rem;line-height:1.8;margin-top:1rem}
.socials{display:flex;gap:.7rem;margin-top:1.2rem}
.socials a{
  width:38px;height:38px;border-radius:50%;
  background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;
  transition:background .3s;font-weight:700;font-size:.8rem;
}
.socials a:hover{background:var(--gold)}
.contact-info p{margin-bottom:.6rem;font-size:.88rem;line-height:1.6}
.contact-info strong{color:#fff;display:block;font-size:.75rem;letter-spacing:2px;
  text-transform:uppercase;margin-bottom:.2rem;font-weight:600}
.copyright{
  max-width:1200px;margin:2.5rem auto 0;padding-top:1.5rem;
  border-top:1px solid rgba(255,255,255,.1);
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;
  font-size:.82rem;
}

/* ---------- PAGE HEADER (subpages) ---------- */
.page-header{
  position:relative;color:#fff;padding:5rem 1.5rem 5.5rem;text-align:center;overflow:hidden;
  background:
    linear-gradient(135deg,rgba(15,43,74,.92) 0%,rgba(8,28,54,.85) 100%),
    radial-gradient(circle at 30% 40%, rgba(79,163,184,.3), transparent 60%);
}
.page-header::before{
  content:'';position:absolute;inset:0;
  background-image:
    radial-gradient(2px 2px at 15% 20%, rgba(255,255,255,.35), transparent),
    radial-gradient(1.5px 1.5px at 80% 40%, rgba(228,199,124,.4), transparent),
    radial-gradient(2px 2px at 55% 75%, rgba(255,255,255,.25), transparent);
  background-size:400px 400px;
}
.page-header h1{color:#fff;font-size:clamp(2.2rem,5vw,3.8rem);margin-bottom:.6rem;position:relative}
.page-header .breadcrumb{
  color:var(--gold-light);letter-spacing:4px;font-size:.75rem;text-transform:uppercase;
  font-weight:600;position:relative;
}
.page-header .breadcrumb a:hover{color:#fff}
.page-header .lead{
  color:rgba(255,255,255,.88);max-width:620px;margin:1.3rem auto 0;
  font-size:1.02rem;position:relative;
}

/* ---------- FORMS ---------- */
.form-box{
  background:#fff;border-radius:14px;padding:2.5rem;
  box-shadow:0 14px 40px rgba(15,43,74,.1);
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}
.form-row.single{grid-template-columns:1fr}
.form-field{display:flex;flex-direction:column;gap:.4rem}
.form-field label{
  color:var(--navy);font-size:.78rem;letter-spacing:1px;
  text-transform:uppercase;font-weight:600;
}
.form-field input,.form-field select,.form-field textarea{
  padding:.85rem 1rem;border:1.5px solid #dde6ed;border-radius:8px;
  font-family:inherit;font-size:.92rem;background:#fbfcfd;
  transition:border-color .25s,box-shadow .25s;
}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{
  outline:none;border-color:var(--aqua);box-shadow:0 0 0 4px rgba(79,163,184,.15);
}
.form-field textarea{min-height:140px;resize:vertical}

/* ---------- CARD GRID GENERIC ---------- */
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.card{
  background:#fff;border-radius:14px;overflow:hidden;
  box-shadow:0 6px 24px rgba(15,43,74,.07);
  transition:transform .35s, box-shadow .35s;
}
.card:hover{transform:translateY(-5px);box-shadow:0 14px 40px rgba(15,43,74,.13)}
.card .img{height:220px;background-size:cover;background-position:center}
.card .body{padding:1.6rem 1.7rem}
.card h3{font-size:1.35rem;margin-bottom:.5rem}
.card .meta{color:var(--aqua);font-size:.82rem;letter-spacing:1px;text-transform:uppercase;font-weight:600;margin-bottom:.6rem}
.card p{color:#6a7888;font-size:.92rem;line-height:1.7;margin-bottom:1rem}

/* ---------- LIVE STREAM ---------- */
.live-hero{
  background:linear-gradient(135deg,#1a0f2c 0%,var(--navy-deep) 100%);
  color:#fff;padding:3rem 1.5rem 2rem;
}
.live-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 360px;gap:1.5rem}
.live-player{
  position:relative;background:#000;border-radius:14px;overflow:hidden;
  aspect-ratio:16/9;box-shadow:0 18px 50px rgba(0,0,0,.4);
}
.live-player iframe{width:100%;height:100%;border:0}
.live-player .live-badge{
  position:absolute;top:16px;left:16px;background:var(--live-red);color:#fff;
  padding:.35rem .8rem;border-radius:20px;font-size:.72rem;letter-spacing:2px;
  font-weight:700;text-transform:uppercase;display:flex;align-items:center;gap:.45rem;z-index:5;
}
.live-player .live-badge .dot{width:8px;height:8px;border-radius:50%;background:#fff;
  animation:pulse 1.6s ease-in-out infinite}
.live-player .viewers{
  position:absolute;top:16px;right:16px;background:rgba(0,0,0,.6);color:#fff;
  padding:.35rem .8rem;border-radius:20px;font-size:.78rem;z-index:5;backdrop-filter:blur(6px);
}
.live-info{margin-top:1.2rem;color:#fff}
.live-info h1{color:#fff;font-size:1.8rem;margin-bottom:.4rem}
.live-info .meta{color:var(--aqua-light);font-size:.85rem;letter-spacing:1.5px;
  text-transform:uppercase;font-weight:600}
.live-chat{
  background:#fff;border-radius:14px;display:flex;flex-direction:column;overflow:hidden;
  box-shadow:0 18px 50px rgba(15,43,74,.25);height:100%;min-height:500px;
}
.live-chat h3{
  background:var(--navy);color:#fff;padding:1rem 1.3rem;font-size:1rem;
  display:flex;align-items:center;gap:.6rem;font-family:'Montserrat',sans-serif;font-weight:600;
}
.live-chat h3 .live-dot{width:8px;height:8px;border-radius:50%;background:var(--live-red);
  animation:pulse 1.6s ease-in-out infinite}
.chat-messages{flex:1;padding:1.2rem;overflow-y:auto;background:#fafcfd;max-height:450px}
.chat-msg{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eef3f6}
.chat-msg:last-child{border-bottom:none;margin-bottom:0}
.chat-msg .who{color:var(--navy);font-weight:600;font-size:.85rem;margin-bottom:.15rem}
.chat-msg .who .badge-p{
  background:var(--gold);color:#fff;padding:.1rem .45rem;border-radius:10px;
  font-size:.62rem;letter-spacing:1px;margin-left:.4rem;text-transform:uppercase;font-weight:700;
}
.chat-msg .text{color:#5a6a7d;font-size:.88rem;line-height:1.55}
.chat-input{padding:1rem;border-top:1px solid #eef3f6;display:flex;gap:.5rem;background:#fff}
.chat-input input{
  flex:1;padding:.75rem 1rem;border:1.5px solid #dde6ed;border-radius:25px;
  font-family:inherit;font-size:.88rem;
}
.chat-input input:focus{outline:none;border-color:var(--aqua)}
.chat-input button{
  padding:0 1.3rem;background:var(--aqua);color:#fff;border:none;border-radius:25px;
  cursor:pointer;font-weight:600;font-size:.85rem;
}

/* ---------- HAMBURGER ---------- */
.hamburger{
  display:none;
  flex-direction:column;justify-content:center;align-items:center;
  gap:5px;width:40px;height:40px;background:none;border:none;
  cursor:pointer;padding:4px;border-radius:6px;
  transition:background .2s;
}
.hamburger:hover{background:rgba(15,43,74,.07)}
.hamburger span{
  display:block;width:24px;height:2px;background:var(--navy);border-radius:2px;
  transition:transform .3s ease, opacity .3s ease;
  transform-origin:center;
}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px){
  .live-container{grid-template-columns:1fr}
  .live-chat{min-height:400px}
}
@media (max-width: 900px){
  .welcome-grid,.give-grid{grid-template-columns:1fr;gap:2rem}
  .ministry-grid,.ministry-grid.cols-3{grid-template-columns:repeat(2,1fr)}
  .events-grid,.card-grid{grid-template-columns:1fr}
  .decl-grid{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr 1fr;gap:2rem}
  .sermon{grid-template-columns:auto 1fr;gap:1rem}
  .sermon .tag{display:none}
  .form-row{grid-template-columns:1fr}

  /* Tighten vertical spacing */
  .hero{padding:3.5rem 1.2rem 5rem}
  .hero.compact{padding:2.8rem 1.2rem 4rem}
  section.block{padding:3rem 1.2rem}
  .page-header{padding:2.8rem 1.2rem 3.2rem}
  .prayer-cta{padding:3rem 1.2rem}
  .newsletter{padding:2.5rem 1.2rem}
  .section-head{margin-bottom:2rem}

  .hamburger{display:flex}

  .menu{
    display:none;
    position:absolute;top:100%;left:0;right:0;
    background:#fff;
    flex-direction:column;gap:0;
    box-shadow:0 8px 24px rgba(15,43,74,.12);
    padding:.5rem 0 1rem;
    z-index:99;
  }
  .menu.open{display:flex}
  .menu li{width:100%}
  .menu li a{
    display:block;padding:.85rem 1.8rem;font-size:.95rem;
    border-bottom:1px solid rgba(15,43,74,.06);
  }
  .menu li:last-child a{border-bottom:none}
  .menu li a.btn-live,.menu li a.btn-give{
    margin:1rem 1.8rem 0;display:inline-flex;width:auto;
    border-bottom:none;
  }
  .menu li a.btn-give{margin-top:.6rem}

  nav.main .wrap{position:relative}
}
@media (max-width: 520px){
  .ministry-grid,.ministry-grid.cols-3{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr}
  section.block{padding:2.5rem 1rem}
  .hero{padding:3rem 1rem 4rem}
  .page-header{padding:2.2rem 1rem 2.8rem}
  .topbar .inner{justify-content:center;font-size:.75rem}
  .form-box{padding:1.5rem}
}
