/*
Theme Name: Third Baptist Church v3
Theme URI: https://tbctoledo.org
Author: Andre V. Page
Description: Official WordPress theme for Third Baptist Church, Toledo OH. Est. 1868. Christ · Church · Community. Cinematic luxury church design.
Version: 3.0.0
License: GNU General Public License v2 or later
Text Domain: third-baptist-church
*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@300;400;500;600;700&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

:root {
  --burgundy: #7A000C;
  --burgundy-light: #9B0010;
  --gold: #C9A227;
  --gold-light: #E8BF4A;
  --gold-dark: #8A6B10;
  --black: #111111;
  --black-deep: #0A0805;
  --black-soft: #1A1408;
  --black-mid: #0D0D0D;
  --ivory: #F7F3EA;
  --ivory-dark: #EDE8DB;
  --white: #FFFFFF;
  --gray: #D9D9D9;
  --text-dark: #1A1208;
  --text-mid: #4A3A28;
  --text-soft: #7A6A55;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* GOLD RULE DIVIDER */
.gold-rule {
  height: 3px;
  background: linear-gradient(to right, transparent, var(--gold), var(--burgundy), var(--gold), transparent);
}

/* INNER CONTAINER */
.tbc-inner { max-width: 1080px; margin: 0 auto; }

/* EYEBROW LABEL */
.eyebrow {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--burgundy);
  font-weight: 600;
  margin-bottom: 14px;
}
.eyebrow.gold { color: var(--gold-dark); }
.eyebrow.gold-light { color: var(--gold); }
.eyebrow.center { text-align: center; }

/* SECTION HEADING */
h2.sh {
  font-family: 'Cinzel', serif;
  font-size: clamp(22px, 3.5vw, 38px);
  font-weight: 600;
  line-height: 1.25;
  color: var(--text-dark);
  margin-bottom: 20px;
}
h2.sh em { color: var(--burgundy); font-style: normal; }
h2.sh.light { color: var(--white); }
h2.sh.light em { color: var(--gold-light); }
h2.sh.gold em { color: var(--gold); font-style: normal; }

/* BUTTONS */
.btn { display: inline-block; padding: 14px 34px; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 700; border-radius: 3px; transition: all 0.2s; cursor: pointer; border: none; font-family: 'Montserrat', sans-serif; }
.btn-gold { background: var(--gold); color: var(--black); }
.btn-gold:hover { background: var(--gold-light); }
.btn-burgundy { background: var(--burgundy); color: #fff; }
.btn-burgundy:hover { background: var(--burgundy-light); }
.btn-outline-w { border: 1px solid rgba(255,255,255,0.5); color: #fff; background: transparent; }
.btn-outline-w:hover { background: rgba(255,255,255,0.08); border-color: #fff; }
.btn-outline-dark { border: 1px solid var(--burgundy); color: var(--burgundy); background: transparent; }
.btn-outline-dark:hover { background: var(--burgundy); color: #fff; }
.btn-outline-gold { border: 1px solid rgba(201,162,39,0.5); color: var(--gold-light); background: transparent; }
.btn-outline-gold:hover { background: rgba(201,162,39,0.1); border-color: var(--gold); }
.btn-paypal { background: #0070BA; color: #fff; }
.btn-paypal:hover { background: #005ea6; }

/* ── ANNOUNCEMENT BAR ── */
#tbc-announce {
  background: var(--burgundy);
  padding: 9px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  position: relative;
  z-index: 200;
}
#tbc-announce .ab-item {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.88);
  display: flex;
  align-items: center;
  gap: 8px;
}
#tbc-announce .ab-item::before {
  content: '';
  display: block;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--gold);
}
#tbc-announce .ab-link {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 600;
  border-bottom: 1px solid rgba(201,162,39,0.4);
  padding-bottom: 1px;
}
.ab-divider { width: 1px; height: 14px; background: rgba(255,255,255,0.2); }

/* ── NAVIGATION ── */
#tbc-nav {
  position: sticky;
  top: 0;
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 74px;
  background: rgba(17,17,17,0.97);
  border-bottom: 1px solid rgba(201,162,39,0.2);
  transition: background 0.3s;
}
.nav-left { display: flex; align-items: center; gap: 14px; }
.nav-logo-circle {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cinzel', serif;
  font-weight: 700; font-size: 14px; color: var(--black);
  flex-shrink: 0;
}
.nav-wordmark { font-family: 'Cinzel', serif; font-size: 14px; font-weight: 600; color: var(--gold); line-height: 1.2; }
.nav-wordmark span { display: block; font-size: 9px; letter-spacing: 3px; color: rgba(201,162,39,0.55); font-weight: 400; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.72); transition: color 0.2s; font-weight: 500; }
.nav-links a:hover, .nav-links a.current { color: var(--gold-light); }
.nav-right { display: flex; gap: 10px; align-items: center; }
.btn-watch-nav {
  display: flex; align-items: center; gap: 6px;
  background: var(--burgundy); color: #fff;
  padding: 9px 18px; font-size: 10px; letter-spacing: 2px;
  text-transform: uppercase; font-weight: 600; border-radius: 3px;
}
.btn-visit-nav {
  background: transparent;
  border: 1px solid rgba(201,162,39,0.5);
  color: var(--gold-light);
  padding: 9px 18px; font-size: 10px; letter-spacing: 2px;
  text-transform: uppercase; font-weight: 600; border-radius: 3px;
  transition: all 0.2s;
}
.btn-visit-nav:hover { background: rgba(201,162,39,0.1); border-color: var(--gold); }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #ff4444; animation: livepulse 1.4s infinite; flex-shrink: 0; }
@keyframes livepulse { 0%,100%{opacity:1;transform:scale(1);}50%{opacity:0.5;transform:scale(0.85);} }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: var(--black-soft);
  padding: 100px 40px 64px;
  border-bottom: 3px solid var(--gold);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  opacity: 0.025;
  background-image:
    repeating-linear-gradient(0deg,transparent,transparent 60px,rgba(201,162,39,1) 60px,rgba(201,162,39,1) 61px),
    repeating-linear-gradient(90deg,transparent,transparent 60px,rgba(201,162,39,1) 60px,rgba(201,162,39,1) 61px);
}
.page-hero .tbc-inner { position: relative; z-index: 1; }
.page-eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 14px; display: flex; align-items: center; gap: 12px; }
.page-eyebrow::after { content: ''; display: block; width: 40px; height: 1px; background: rgba(201,162,39,0.4); }
h1.page-title { font-family: 'Cinzel', serif; font-size: clamp(34px, 6vw, 62px); font-weight: 700; color: #fff; line-height: 1.1; }
h1.page-title em { color: var(--gold); font-style: normal; }
.page-hero-sub { font-size: 15px; color: rgba(255,255,255,0.5); margin-top: 14px; font-weight: 300; max-width: 560px; line-height: 1.7; }

/* ── TRANSITION NOTICE BAR ── */
.transition-bar { background: var(--burgundy); padding: 18px 40px; text-align: center; }
.transition-bar p { font-size: 13px; color: rgba(255,255,255,0.9); font-style: italic; line-height: 1.6; max-width: 800px; margin: 0 auto; }
.transition-bar strong { color: var(--gold-light); font-style: normal; }

/* ── SERVICE TIMES BAR ── */
.service-times-bar { background: var(--burgundy); padding: 56px 40px; }
.st-inner { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1px 1fr 1px 1fr; gap: 0; align-items: center; }
.st-divider { background: rgba(255,255,255,0.2); height: 80px; }
.st-block { text-align: center; padding: 8px 40px; }
.st-label { font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 10px; }
.st-time { font-family: 'Cinzel', serif; font-size: clamp(20px, 3vw, 30px); color: #fff; margin-bottom: 6px; line-height: 1.3; }
.st-sub { font-size: 12px; color: rgba(255,255,255,0.65); line-height: 1.5; }
.btn-directions { display: inline-block; margin-top: 12px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.3); color: #fff; padding: 9px 22px; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; border-radius: 3px; transition: background 0.2s; }
.btn-directions:hover { background: rgba(255,255,255,0.2); }

/* ── FOOTER ── */
#tbc-footer {
  background: var(--black-deep);
  border-top: 2px solid var(--gold);
  padding: 56px 40px 24px;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 40px; }
.ft-logo-row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.ft-badge { width: 40px; height: 40px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; font-family: 'Cinzel', serif; font-weight: 700; font-size: 13px; color: var(--black); flex-shrink: 0; }
.ft-name { font-family: 'Cinzel', serif; font-size: 14px; color: var(--gold); line-height: 1.2; }
.ft-name span { display: block; font-size: 9px; letter-spacing: 2px; color: rgba(201,162,39,0.5); }
.ft-desc { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.8; margin-bottom: 20px; }
.ft-social { display: flex; gap: 10px; }
.ft-social-btn { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(201,162,39,0.25); display: flex; align-items: center; justify-content: center; font-size: 13px; color: rgba(255,255,255,0.5); transition: all 0.2s; }
.ft-social-btn:hover { border-color: var(--gold); color: var(--gold); }
.ft-col h4 { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.ft-col li { font-size: 12px; color: rgba(255,255,255,0.45); margin-bottom: 9px; line-height: 1.5; }
.ft-col a:hover { color: var(--gold-light); }
.nl-form { display: flex; margin-top: 4px; }
.nl-input { flex: 1; background: #1A1408; border: 1px solid rgba(201,162,39,0.2); border-right: none; color: #fff; padding: 10px 12px; font-size: 12px; font-family: 'Montserrat', sans-serif; border-radius: 3px 0 0 3px; outline: none; }
.nl-input:focus { border-color: var(--gold); }
.nl-btn { background: var(--gold); color: var(--black); padding: 10px 14px; font-size: 10px; font-weight: 700; border: none; border-radius: 0 3px 3px 0; cursor: pointer; font-family: 'Montserrat', sans-serif; letter-spacing: 1px; text-transform: uppercase; white-space: nowrap; }
.footer-btm { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; }
.footer-btm p { font-size: 11px; color: rgba(255,255,255,0.18); }
.ft-tagline { font-size: 11px; color: rgba(201,162,39,0.4); font-style: italic; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  #tbc-nav { padding: 0 20px; }
  .nav-links { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .st-inner { grid-template-columns: 1fr; gap: 24px; }
  .st-divider { display: none; }
  .tbc-inner { padding: 0 20px; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-btm { flex-direction: column; gap: 8px; text-align: center; }
  #tbc-announce { padding: 8px 16px; gap: 12px; flex-wrap: wrap; justify-content: center; }
}

/* ── NAV GIVE BUTTON ── */
.btn-give-nav {
  background: #FFC439;
  color: #111111;
  padding: 9px 18px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
}
.btn-give-nav:hover {
  background: #f5b800;
  color: #111111;
  transform: translateY(-1px);
}
