/* LIXA Blog Post — clean white reading experience */
body.blog-post-page {
  background: #f8f7f4 !important;
  color: #1a1917 !important;
}
body.blog-post-page .nav {
  background: rgba(248,247,244,.94) !important;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0,0,0,.07);
}
body.blog-post-page .nav-link { color: #6a6865 !important; }
body.blog-post-page .nav-link:hover { color: #1a1917 !important; }
body.blog-post-page .nav-link.active { color: #1a1917 !important; }
body.blog-post-page .btn-sm {
  background: rgba(0,0,0,.05) !important;
  color: #6a6865 !important;
  border-color: rgba(0,0,0,.1) !important;
}
body.blog-post-page .btn-sm:hover { background: rgba(0,0,0,.08) !important; color: #1a1917 !important; }
body.blog-post-page .footer {
  background: #eeede9 !important;
  border-top: 1px solid rgba(0,0,0,.07) !important;
}
body.blog-post-page .footer-col h4 { color: rgba(26,25,23,.35) !important; }
body.blog-post-page .footer-col ul li a { color: #6a6865 !important; }
body.blog-post-page .footer-col ul li a:hover { color: #1a1917 !important; }
body.blog-post-page .footer-bottom { color: rgba(26,25,23,.35) !important; border-top-color: rgba(0,0,0,.06) !important; }
body.blog-post-page .footer-brand p { color: #6a6865 !important; }
body.blog-post-page .footer-powered a { color: #6a6865 !important; }
body.blog-post-page .mobile-menu { background: rgba(248,247,244,.97) !important; }
body.blog-post-page .mobile-nav-link { color: #6a6865 !important; border-bottom-color: rgba(0,0,0,.06) !important; }
body.blog-post-page .mobile-nav-link:hover { color: #1a1917 !important; }
body.blog-post-page .mobile-menu-cta .btn-outline { background: rgba(0,0,0,.05) !important; color: #1a1917 !important; }
body.blog-post-page .mobile-menu-cta .btn-filled { background: rgba(0,0,0,.05) !important; color: #1a1917 !important; }
body.blog-post-page .burger { background: rgba(0,0,0,.06) !important; }
body.blog-post-page .burger span { background: #6a6865 !important; }

/* Blog post layout */
.bp-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 52px 22px 96px;
}
@media (min-width: 600px) { .bp-wrap { padding: 64px 32px 100px; } }

/* Back link */
.bp-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 500;
  color: #9a9795;
  text-decoration: none;
  margin-bottom: 40px;
  transition: color .15s;
}
.bp-back:hover { color: #1a1917; }
.bp-back svg { width: 14px; height: 14px; stroke: currentColor; stroke-width: 2; fill: none; flex-shrink: 0; }

/* Tag */
.bp-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #9a9795;
  margin-bottom: 16px;
}

/* Title */
.bp-title {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(28px, 4.5vw, 46px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.025em;
  color: #1a1917;
  margin-bottom: 18px;
}

/* Meta */
.bp-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: #9a9795;
  margin-bottom: 48px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(0,0,0,.09);
  flex-wrap: wrap;
}
.bp-meta-dot { width: 3px; height: 3px; border-radius: 50%; background: #c8c5c0; flex-shrink: 0; }

/* Article body */
.bp-body { color: #3d3b38; }
.bp-body p {
  font-size: 16px;
  line-height: 1.82;
  margin-bottom: 22px;
  color: #4a4845;
}
.bp-body h2 {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 600;
  letter-spacing: -.02em;
  color: #1a1917;
  margin: 44px 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  line-height: 1.2;
}
.bp-body h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1917;
  margin: 32px 0 10px;
  letter-spacing: -.01em;
}
.bp-body ul, .bp-body ol {
  margin: 8px 0 22px 22px;
  list-style: disc;
}
.bp-body ol { list-style: decimal; }
.bp-body li {
  font-size: 15.5px;
  color: #4a4845;
  line-height: 1.75;
  margin-bottom: 8px;
}
.bp-body strong { color: #1a1917; font-weight: 600; }
.bp-body a { color: #7c5cbf; border-bottom: 1px solid rgba(124,92,191,.25); transition: border-color .15s; }
.bp-body a:hover { border-color: rgba(124,92,191,.6); }
.bp-body blockquote {
  border-left: 3px solid rgba(0,0,0,.15);
  margin: 24px 0;
  padding: 12px 20px;
  background: rgba(0,0,0,.03);
  border-radius: 0 8px 8px 0;
}
.bp-body blockquote p { color: #6a6865; font-style: italic; margin-bottom: 0; }

/* Callout box */
.bp-callout {
  background: #f0eeeb;
  border-radius: 12px;
  padding: 20px 22px;
  margin: 24px 0;
}
.bp-callout p { margin-bottom: 0; font-size: 15px; color: #5a5855; }
.bp-callout strong { color: #1a1917; }

/* CTA at end of post */
.bp-cta {
  margin-top: 60px;
  padding-top: 48px;
  border-top: 1px solid rgba(0,0,0,.08);
  text-align: center;
}
.bp-cta h3 {
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  color: #1a1917;
  margin-bottom: 10px;
  letter-spacing: -.02em;
}
.bp-cta p { font-size: 15px; color: #6a6865; margin-bottom: 24px; }
.bp-cta .bp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1a1917;
  color: #f8f7f4;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 26px;
  border-radius: 12px;
  text-decoration: none;
  transition: background .18s, transform .18s;
}
.bp-cta .bp-btn:hover { background: #2a2927; transform: translateY(-1px); border-bottom: none; }

/* Related posts */
.bp-related {
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid rgba(0,0,0,.08);
}
.bp-related h4 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #9a9795;
  margin-bottom: 20px;
}
.bp-related-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media (min-width: 520px) { .bp-related-grid { grid-template-columns: 1fr 1fr; } }
.bp-related-card {
  background: #eeede9;
  border-radius: 12px;
  padding: 18px 18px 20px;
  text-decoration: none;
  transition: background .15s;
  display: block;
}
.bp-related-card:hover { background: #e8e6e1; border-bottom: none; }
.bp-related-tag { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: #9a9795; display: block; margin-bottom: 7px; }
.bp-related-title { font-size: 14px; font-weight: 600; color: #1a1917; line-height: 1.35; letter-spacing: -.01em; }
