/* =========================================================
   VOUS-INSPIRED HOME (Targets only #vous-home)
   Paste into: Appearance > Customize > Additional CSS
   ========================================================= */

#vous-home{
  font-family: ui-sans-serif, system-ui, -apple-system, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji";
  color:#111;
  background:#f5f1ee; /* warm off-white like VOUS */
}

/* Global layout helpers */
#vous-home .vous-container{
  width:min(1200px, calc(100% - 64px));
  margin:0 auto;
}

#vous-home section{
  padding:72px 0;
}

/* =========================
   HERO / PODCAST
========================= */
#vous-home .vous-hero{
  background:#f5f1ee;
  padding:64px 0 56px;
}

#vous-home .vous-hero-inner{
  width:min(1200px, calc(100% - 64px));
  margin:0 auto;
}

#vous-home .vous-meta{
  display:flex;
  gap:24px;
  align-items:center;
  justify-content:center;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#333;
  margin-bottom:22px;
}

#vous-home .vous-title{
  font-size:clamp(40px, 6vw, 86px);
  line-height:1.02;
  letter-spacing:-0.02em;
  font-weight:800;
  text-align:center;
  margin:0 auto 28px;
  max-width: 12ch;
}

#vous-home .vous-media{
  display:flex;
  justify-content:center;
}

#vous-home .vous-embed{
  width:min(960px, 100%);
  aspect-ratio: 16 / 9; /* keeps it "hero sized" like VOUS */
  background:#e7e1dc;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  overflow:hidden;
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
}

#vous-home .vous-embed iframe,
#vous-home .vous-embed embed,
#vous-home .vous-embed object{
  width:100%;
  height:100%;
  display:block;
  border:0;
}

/* If you still have placeholder text showing, this will make it look clean */
#vous-home .vous-embed:empty{
  position:relative;
}
#vous-home .vous-embed:empty::after{
  content:"Paste Apple Podcast embed iframe here";
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  font-weight:700;
  color:rgba(0,0,0,.55);
}

/* =========================
   VISIT SECTION
========================= */
#vous-home .vous-visit{
  background:#151515;
  color:#fff;
}

#vous-home .vous-section-header h2{
  font-size:clamp(34px, 4vw, 64px);
  line-height:1.05;
  font-weight:800;
  margin:0 0 10px;
}

#vous-home .vous-section-header p{
  margin:0 0 12px;
  color:rgba(255,255,255,.78);
  font-size:16px;
}

#vous-home .vous-link{
  display:inline-flex;
  gap:10px;
  align-items:center;
  font-weight:700;
  text-decoration:none;
  color:#fff;
  border-bottom:2px solid rgba(255,255,255,.35);
  padding-bottom:4px;
}

#vous-home .vous-location-grid{
  margin-top:30px;
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap:18px;
}

#vous-home .vous-location{
  background:#fff;
  color:#111;
  border-radius:14px;
  padding:18px 18px 16px;
  box-shadow: 0 14px 50px rgba(0,0,0,.18);
  min-height: 130px;
}

#vous-home .vous-location h3{
  margin:0 0 10px;
  font-size:18px;
  font-weight:800;
}

#vous-home .vous-location p{
  margin:0;
  color:#222;
  font-size:13px;
  line-height:1.45;
  letter-spacing:.02em;
}

/* =========================
   MISSION STATEMENT
========================= */
#vous-home .vous-mission{
  background:#0f0f10;
  color:#fff;
  padding:84px 0;
}

#vous-home .vous-mission blockquote{
  margin:0 auto;
  max-width: 980px;
  text-align:center;
  font-size:clamp(28px, 4vw, 60px);
  line-height:1.06;
  font-weight:800;
  letter-spacing:-.02em;
}

#vous-home .vous-mission .highlight{
  display:inline-block;
  padding:.12em .32em;
  transform: rotate(-2deg);
  background:#fff;
  color:#111;
  border-radius:10px;
  font-weight:900;
}

/* =========================
   LATEST SECTION
========================= */
#vous-home .vous-latest{
  background:#f5f1ee;
}

#vous-home .vous-latest h2{
  font-size:clamp(26px, 3vw, 42px);
  font-weight:800;
  margin:0 0 18px;
}

#vous-home .vous-latest-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap:18px;
}

#vous-home .latest-card{
  background:#fff;
  border-radius:16px;
  min-height:220px;
  display:flex;
  align-items:flex-end;
  padding:18px;
  font-weight:800;
  box-shadow: 0 12px 40px rgba(0,0,0,.10);
  border:1px solid rgba(0,0,0,.06);
}

/* =========================
   COMMUNITY SECTION
========================= */
#vous-home .vous-community{
  background:#f5f1ee;
  padding:90px 0;
}

#vous-home .vous-community .vous-container{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:40px;
  align-items:start;
}

#vous-home .community-left h2{
  font-size:clamp(40px, 6vw, 92px);
  line-height:0.95;
  font-weight:900;
  margin:0;
  letter-spacing:-.03em;
}

#vous-home .community-left h2 span{
  display:inline-block;
  font-size: clamp(18px, 2vw, 26px);
  background:#111;
  color:#fff;
  padding:10px 14px;
  border-radius:14px;
  transform: rotate(-2deg);
  margin:0 6px 12px 0;
  vertical-align:middle;
}

#vous-home .community-right{
  display:flex;
  flex-direction:column;
  gap:18px;
  padding-top: 14px;
}

#vous-home .community-item{
  padding:14px 0;
  border-top:1px solid rgba(0,0,0,.10);
}

#vous-home .community-item h3{
  margin:0 0 8px;
  font-size:22px;
  font-weight:900;
}

#vous-home .community-item p{
  margin:0;
  color:rgba(0,0,0,.70);
  line-height:1.55;
  font-size:15px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 980px){
  #vous-home .vous-location-grid,
  #vous-home .vous-latest-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #vous-home .vous-community .vous-container{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px){
  #vous-home .vous-container{
    width: min(1200px, calc(100% - 32px));
  }
  #vous-home section{
    padding:54px 0;
  }
  #vous-home .vous-location-grid,
  #vous-home .vous-latest-grid{
    grid-template-columns: 1fr;
  }
  #vous-home .vous-meta{
    flex-direction:column;
    gap:10px;
  }
  #vous-home .vous-embed{
    border-radius:14px;
  }
}
/* EMPOWER HER HOMEPAGE BANNER */

.eh-home-banner {
  display: block;
  margin: 30px auto;
  max-width: 1200px;
  border-radius: 28px;
  text-decoration: none;
  background: linear-gradient(135deg, #f4b6c2, #f7d0db);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}

.eh-home-banner:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(0,0,0,.12);
}

/* Inner Content */

.eh-banner-inner {
  padding: 55px 60px;
  text-align: center;
  color: #2b1b1e;
}

.eh-banner-inner h2 {
  font-size: 52px;
  font-weight: 700;
  margin: 10px 0;
  letter-spacing: .02em;
}

.eh-banner-inner p {
  font-size: 18px;
  margin-bottom: 20px;
}

/* Badge */

.eh-banner-badge {
  display: inline-block;
  background: rgba(255,255,255,.75);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* CTA */

.eh-banner-cta {
  display: inline-block;
  margin-top: 12px;
  font-weight: 700;
  color: #7a2c3a;
  font-size: 18px;
}

/* Mobile */

@media (max-width: 768px) {
  .eh-banner-inner {
    padding: 40px 25px;
  }

  .eh-banner-inner h2 {
    font-size: 34px;
  }
}
/* MEET WITH PASTOR SECTION */

.meet-pastor-section {
  padding: 110px 20px;
  background: #0e0e0e;
  text-align: center;
}

.meet-pastor-title {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: .05em;
  color: #fff;
  margin-bottom: 18px;
}

.meet-pastor-sub {
  max-width: 620px;
  margin: 0 auto 40px;
  font-size: 18px;
  color: rgba(255,255,255,0.75);
}

.meet-pastor-btn {
  background: linear-gradient(135deg,#c9a24d,#f0d58c);
  border: none;
  padding: 18px 46px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  border-radius: 40px;
  cursor: pointer;
  transition: all .3s ease;
}

.meet-pastor-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0,0,0,.4);
}


/* MODAL FORM */

.pastor-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  justify-content: center;
  align-items: center;
}

.pastor-modal-content {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  width: 95%;
  max-width: 700px;
  position: relative;
}

.pastor-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}
/* MEET WITH PASTOR SECTION */

.meet-pastor-section {
  padding: 120px 20px;
  background: #f7f3ee;
}

.meet-pastor-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.meet-pastor-tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .2em;
  font-weight: 700;
  color: #777;
  margin-bottom: 16px;
}

.meet-pastor-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  margin-bottom: 20px;
  color: #111;
}

.meet-pastor-sub {
  max-width: 600px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}

/* BUTTON */

.meet-pastor-btn {
  background: linear-gradient(135deg,#caa44d,#f1d487);
  color: #111;
  border: none;
  padding: 18px 48px;
  font-size: 14px;
  letter-spacing: .12em;
  font-weight: 700;
  border-radius: 40px;
  cursor: pointer;
  transition: all .3s ease;
}

.meet-pastor-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
