/* ── BIBLE BELIEVERS CHURCH LOS BANOS — SHARED STYLESHEET ── */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Cinzel:wght@400;600;700;900&family=Lato:wght@300;400;700&display=swap');

:root {
  --gold:       #C8930A;
  --gold-light: #E8B43A;
  --gold-pale:  #F5E6B8;
  --black:      #0D0B0A;
  --dark:       #1A1714;
  --dark2:      #2A2420;
  --mid:        #4A3F35;
  --warm-white: #FAF7F0;
  --off-white:  #F0EAD8;
  --text:       #2C2417;
  --text-light: #6B5B45;
  --rule:       #2A2420;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Lato', sans-serif;
  background: var(--warm-white);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
  font-size: 16px;
}

/* ── PROGRESS BAR ── */
#prog {
  position: fixed; top: 0; left: 0; height: 3px;
  width: 0%; background: var(--gold-light);
  z-index: 9999; transition: width .1s linear;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(13,11,10,.97);
  backdrop-filter: blur(12px);
  border-bottom: 2px solid var(--gold);
  padding: 0 24px 0 0; height: 72px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
  display: flex; align-items: center; gap: 8px;
  text-decoration: none; flex-shrink: 0;
  padding-left: 0; margin-left: 0;
}
.nav-logo img {
  height: 54px; width: 54px; border-radius: 50%;
  border: 2px solid var(--gold);
  box-shadow: 0 0 14px rgba(200,147,10,.4);
  object-fit: cover; object-position: center;
  background: var(--black);
  flex-shrink: 0;
}
.nav-logo-text { display: flex; flex-direction: column; line-height: 1.25; }
.nav-logo-text .nl-main {
  font-family: 'Cinzel', serif; color: var(--gold-light);
  font-size: 1rem; font-weight: 900; letter-spacing: .06em;
  white-space: nowrap;
}
.nav-logo-text .nl-sub {
  color: var(--gold); font-size: 0.65rem; letter-spacing: .08em;
  text-transform: uppercase; font-weight: 700; white-space: nowrap;
}
.nav-links { display: flex; gap: 4px; list-style: none; align-items: center; flex-shrink: 1; }
.nav-links a {
  color: #CCC; text-decoration: none; font-size: 0.75rem;
  font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 7px 11px; border-radius: 4px;
  transition: color .2s, background .2s;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--gold-light); background: rgba(200,147,10,.12);
}
.nav-links .nav-give a {
  background: var(--gold); color: var(--black);
  font-weight: 700; border-radius: 4px;
}
.nav-links .nav-give a:hover { background: var(--gold-light); }
.nav-mobile-btn {
  display: none; background: none; border: none;
  color: var(--gold-light); font-size: 24px; cursor: pointer;
}

/* ── PAGE TOP PADDING (for fixed nav) ── */
.page-top { padding-top: 72px; }

/* ── PAGE HERO ── */
.page-hero {
  background: linear-gradient(160deg, var(--black) 0%, var(--dark2) 60%, #2C1F0A 100%);
  padding: 40px 48px 32px;
  position: relative; overflow: hidden;
  border-bottom: 2px solid var(--gold);
}
.page-hero::before {
  content: '';
  position: absolute; right: -120px; top: -120px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(200,147,10,.1) 0%, transparent 65%);
}
.page-hero .ph-label {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  letter-spacing: .18em;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
  position: relative;
  text-align: center;
  font-weight: 700;
}
.page-hero h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  color: #FFF; font-weight: 700; letter-spacing: .05em;
  margin-bottom: 10px; position: relative;
  text-align: center;
}
.page-hero h1 span { color: #FFF; }
.page-hero p {
  font-family: 'Lora', serif;
  font-size: 1rem; color: var(--gold-light);
  font-style: normal; font-weight: 600;
  max-width: 680px;
  position: relative; text-align: center;
  margin: 0 auto;
}

/* ── CONTENT WRAP ── */
.content-wrap {
  max-width: 880px; margin: 0 auto;
  padding: 56px 40px 80px;
}
.content-wrap > p {
  font-size: 1.05rem; color: var(--text); line-height: 1.85; margin-bottom: 18px;
}
.content-wrap h2 {
  font-family: 'Cinzel', serif; color: var(--dark);
  font-size: 1.3rem; font-weight: 700; letter-spacing: .04em;
  margin: 44px 0 14px; padding-bottom: 8px;
  border-bottom: 2px solid var(--gold);
}
.content-wrap h3 {
  font-family: 'Lora', serif; color: var(--dark);
  font-size: 1.15rem; font-weight: 700; margin: 24px 0 8px;
}

/* ── SCRIPTURE BLOCK ── */
.scripture {
  background: var(--off-white); border-left: 4px solid var(--gold);
  padding: 18px 24px; margin: 24px 0;
  font-family: 'Lora', serif; font-size: 1.18rem;
  font-style: normal; font-weight: 500; color: var(--dark);
  border-radius: 0 6px 6px 0; line-height: 1.85;
  word-break: keep-all; overflow-wrap: break-word;
}
.scripture cite {
  display: block; text-align: right; font-style: normal;
  font-weight: 700; font-size: 0.82rem; color: var(--gold); margin-top: 6px;
}

/* ── SECTION HELPERS ── */
.section-label {
  font-family: 'Cinzel', serif; font-size: 0.68rem;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 8px; display: block;
}
.section-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: 700; margin-bottom: 36px;
}

/* ── FOOTER ── */
footer {
  background: var(--black);
  border-top: 2px solid var(--gold);
  color: #AAA; font-size: 0.85rem;
  margin-top: auto;
}
.footer-inner {
  max-width: 1100px; margin: 0 auto;
  padding: 52px 40px 28px;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 44px;
}
.footer-col h4 {
  font-family: 'Cinzel', serif; color: var(--gold-light);
  font-size: 0.72rem; letter-spacing: .14em;
  text-transform: uppercase; margin-bottom: 16px;
}
.footer-col p, .footer-col a {
  color: #777; text-decoration: none; display: block;
  margin-bottom: 6px; line-height: 1.6; font-size: 0.82rem;
  transition: color .2s;
}
.footer-col a:hover { color: var(--gold-light); }
.footer-saved-box {
  background: linear-gradient(135deg, var(--dark2), #1C1208);
  border: 1px solid var(--gold); border-radius: 8px;
  padding: 20px 18px;
}
.footer-saved-box p {
  color: var(--off-white); font-family: 'Lora', serif;
  font-size: 0.95rem; font-style: normal; font-weight: 500; line-height: 1.65;
  margin-bottom: 14px;
}
.btn-saved {
  display: inline-block; background: var(--gold); color: var(--black) !important;
  font-family: 'Cinzel', serif; font-size: 0.72rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 9px 18px; border-radius: 4px; text-decoration: none;
  transition: background .2s; margin-bottom: 0 !important;
}
.btn-saved:hover { background: var(--gold-light) !important; }
.footer-bottom {
  border-top: 1px solid #1E1A16; text-align: center;
  padding: 16px 40px; color: #3A3530; font-size: 0.7rem; letter-spacing: .04em;
}
.footer-bottom a {
  color: #3A3530; text-decoration: none; transition: color .2s;
}
.footer-bottom a:hover { color: #666; }

/* ── BUTTONS ── */
.btn-primary {
  background: var(--gold); color: var(--black);
  font-family: 'Cinzel', serif; font-size: 0.78rem;
  font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 14px 32px; border-radius: 4px; text-decoration: none;
  display: inline-block; transition: background .2s, transform .2s;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-outline {
  background: transparent; color: var(--gold-light);
  font-family: 'Cinzel', serif; font-size: 0.78rem;
  font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 13px 32px; border-radius: 4px; border: 2px solid var(--gold);
  text-decoration: none; display: inline-block;
  transition: background .2s, transform .2s;
}
.btn-outline:hover { background: rgba(200,147,10,.12); transform: translateY(-2px); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { padding: 0 24px 0 0; }
  .page-hero { padding: 72px 24px 44px; }
  .content-wrap { padding: 40px 24px 60px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; padding: 36px 24px 20px; }
}
@media (max-width: 700px) {
  .nav-links { display: none; flex-direction: column; position: fixed; top: 72px; left: 0; right: 0; background: rgba(13,11,10,.98); padding: 16px 20px; gap: 4px; border-bottom: 2px solid var(--gold); }
  .nav-links.open { display: flex; }
  .nav-mobile-btn { display: block; }
  .nav-links .nav-give { margin-top: 8px; }
}
