/* =============================================
   Blog Single Post — V3-A Frosted Glass Hero
   Design system: Manrope, Newsreader, Manrope
   Colors: terracotta #C78665, brown #835E38,
           cream #F5F2EF, dark #1a1a1a
   ============================================= */

/* =============================================
   HERO
   ============================================= */
.bp-hero {
  position: relative;
  min-height: 55vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.bp-hero-inner {
  position: relative;
  z-index: 2;
  padding: 3rem 2.5rem;
}
.bp-hero-inner--bottom-left {
  align-self: flex-end;
  max-width: 720px;
}

/* Frosted glass card */
.bp-hero-glass {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 12px;
  padding: 2rem 2.5rem;
  max-width: 550px;
}

/* Category label */
.bp-hero-cat {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  margin-bottom: 1rem;
}
.bp-hero-cat--terracotta {
  color: #C78665;
  border-bottom: 2px solid #C78665;
  padding-bottom: 2px;
}

/* Title */
.bp-hero-title--v3a {
  font-family: 'Manrope', sans-serif !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  line-height: 1.2 !important;
  margin: 0 0 0.75rem !important;
}

/* Meta */
.bp-hero-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'Manrope', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
}
.bp-hero-meta--dark { color: #666; }

.bp-hero-meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  flex-shrink: 0;
}
.bp-hero-meta-dot--dark { background: #999; }


/* =============================================
   BODY & NAVIGATION
   ============================================= */
.bp-a .entry-content {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1.05rem !important;
  line-height: 1.8 !important;
  color: #333 !important;
}
.bp-a .entry-content h2 {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  margin: 2.5rem 0 1rem !important;
}
.bp-a .entry-content h3 {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  margin: 2rem 0 0.75rem !important;
}
.bp-a .entry-content p { margin-bottom: 1.25rem !important; }
.bp-a .entry-content a { color: #C78665 !important; text-decoration: underline !important; }
.bp-a .entry-content a:hover { color: #835E38 !important; }
.bp-a .entry-content ul,
.bp-a .entry-content ol { margin: 0 0 1.25rem 1.5rem !important; }
.bp-a .entry-content li { margin-bottom: 1.25rem !important; }

.bp-a-body {
  max-width: 680px;
  margin: 0 auto;
  padding: 3.5rem 2rem;
}
.bp-a-nav {
  display: flex;
  justify-content: space-between;
  max-width: 680px;
  margin: 0 auto;
  padding: 2rem 2rem 4rem;
  gap: 1.5rem;
  border-top: 1px solid #eee;
}
.bp-a-nav-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.bp-a-nav-prev { align-items: flex-start; }
.bp-a-nav-next { align-items: flex-end; text-align: right; margin-left: auto; }
.bp-a-nav-label {
  font-family: 'Manrope', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #C78665;
}
.bp-a-nav-title {
  font-family: 'Manrope', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #1a1a1a;
  transition: color 0.2s;
}
.bp-a-nav-link:hover .bp-a-nav-title { color: #C78665; }

/* =============================================
   PAGE HERO (centered, matching contact)
   ============================================= */
.page-hero {
  position: relative;
  min-height: 55vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 128px;
}
.page-hero--solid {
  background: #1a1a1a;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  pointer-events: none;
}
.page-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
}
.page-hero-title {
  font-family: 'Manrope', sans-serif !important;
  font-size: 2.8rem !important;
  font-weight: 500 !important;
  color: #fff !important;
  margin: 0 0 1.5rem 0 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
}
.page-hero-subtitle {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1.15rem !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.85) !important;
  margin: 0 !important;
}


/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 767px) {
  .bp-hero { min-height: 40vh; }
  .bp-hero-inner { padding: 2rem 1.5rem; }
  .bp-hero-title--v3a { font-size: 1.6rem !important; }
  .bp-hero-glass { padding: 1.5rem; }

  .bp-a-body { padding: 2.5rem 1.5rem; }
  .bp-a-nav {
    padding: 1.5rem;
    flex-direction: column;
    gap: 1rem;
  }
  .bp-a-nav-next {
    align-items: flex-start;
    text-align: left;
    margin-left: 0;
  }

  .page-hero { min-height: 40vh; padding-top: 80px; }
  .page-hero-title { font-size: 2.2rem !important; }
}
