/* ── HOMEPAGE ONLY ── */
.home .site-header { display: none; }
.home .entry-header,
.home .page-title { display: none; }
.home .entry-content { padding: 0; margin: 0; }
.home .content-area,
.home .site-content { padding: 0; margin: 0; }

/* Hide Kadence footer sitewide */
.site-footer { display: none; }

/* Hide featured image on single posts */
.single .post-thumbnail { display: none; }

/* Style blog/single post header to match homepage nav */
.single .site-header,
.blog .site-header,
.archive .site-header {
  background: #2d1266 !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

/* Logo text color */
.single .site-header .site-title a,
.single .site-header .site-title,
.blog .site-header .site-title a {
  color: #ffffff !important;
}

/* Nav links */
.single .site-header .primary-menu > li > a,
.blog .site-header .primary-menu > li > a {
  color: rgba(255,255,255,.75) !important;
}
.single .site-header .primary-menu > li > a:hover,
.blog .site-header .primary-menu > li > a:hover {
  color: #ffffff !important;
}

/* ── EIN Blog Hero — Purple Gradient Banner ── */
body.blog .entry-hero,
body.blog .kadence-page-title-wrap,
body.blog .page-title-wrap,
body.blog .hero-section {
  background: linear-gradient(135deg, #2d1266 0%, #5a2abf 60%, #7c3aed 100%) !important;
  background-image: none !important;
  min-height: 160px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px !important;
  position: relative;
}

/* Eyebrow text above title */
body.blog .entry-hero::before,
body.blog .kadence-page-title-wrap::before,
body.blog .page-title-wrap::before {
  content: 'Equilibrium Initiative Nigeria';
  display: block;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
}

/* Page title */
body.blog .entry-hero h1,
body.blog .kadence-page-title-wrap h1,
body.blog .page-title-wrap h1,
body.blog .entry-hero .page-title,
body.blog .page-title-wrap .page-title {
  color: #ffffff !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
  position: relative;
  z-index: 1;
}

/* Subtitle / breadcrumb */
body.blog .kadence-breadcrumbs,
body.blog .page-title-wrap p,
body.blog .entry-hero p {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 0.875rem !important;
  margin: 6px 0 0 !important;
  position: relative;
  z-index: 1;
}

/* Strip conflicting backgrounds Kadence injects */
body.blog .entry-hero *,
body.blog .page-title-wrap * {
  background-image: none;
}