/* =====================================================
   Char Dham Yatra — Blog Detail (elegant editorial)
   Left: article · Right: sticky details rail
   ===================================================== */

.bd-hero {
  background: var(--deep, #1A2A3A);
  position: relative;
  overflow: hidden;
  padding: 64px 0 150px;
}
.bd-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 90% at 15% 40%, rgba(232,131,42,.16) 0%, transparent 60%),
    radial-gradient(ellipse 55% 75% at 85% 60%, rgba(201,150,42,.10) 0%, transparent 60%);
  pointer-events: none;
}
.bd-hero-inner { position: relative; z-index: 1; max-width: 820px; }
.bd-crumb { font-size: .78rem; color: rgba(255,255,255,.55); margin-bottom: 22px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.bd-crumb a { color: rgba(255,255,255,.75); text-decoration: none; }
.bd-crumb a:hover { color: var(--saffron, #E8832A); }
.bd-crumb span.sep { color: rgba(255,255,255,.3); }
.bd-eyebrow {
  font-family: 'Pinyon Script', cursive;
  font-size: 1.7rem;
  color: var(--saffron, #E8832A);
  display: block;
  margin-bottom: 6px;
  line-height: 1;
}
.bd-hero h1 {
  font-size: clamp(1.75rem, 3.6vw, 2.7rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.22;
  letter-spacing: -.02em;
  margin: 0 0 20px;
}
.bd-meta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; font-size: .82rem; color: rgba(255,255,255,.65); }
.bd-meta i { color: var(--saffron, #E8832A); margin-right: 6px; }
.bd-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.35); }

/* ── Two-column body ── */
.bd-wrap { background: var(--cream, #FDF6EE); padding: 0 0 70px; }
.bd-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 40px;
  align-items: start;
  margin-top: -90px;
  position: relative;
  z-index: 2;
}

/* Article card */
.bd-article {
  background: #fff;
  border: 1px solid var(--border, #F0DCC0);
  border-radius: 16px;
  padding: clamp(26px, 4vw, 52px);
  box-shadow: 0 20px 50px -30px rgba(26,42,58,.35);
}
.bd-figure { margin: 0 0 34px; }
.bd-figure img { width: 100%; height: auto; max-height: 420px; object-fit: cover; border-radius: 12px; display: block; }

.bd-content { font-size: 1rem; line-height: 1.9; color: #4a5866; }
.bd-content > p:first-of-type::first-letter {
  font-family: 'Pinyon Script', cursive;
  font-size: 3.6em;
  line-height: .8;
  color: var(--saffron, #E8832A);
  float: left;
  padding: 6px 10px 0 0;
}
.bd-content h1, .bd-content h2, .bd-content h3, .bd-content h4 {
  color: var(--deep, #1A2A3A);
  line-height: 1.3;
  font-weight: 700;
  margin: 2em 0 .65em;
  scroll-margin-top: 110px;
}
.bd-content h1 { font-size: 1.7rem; }
.bd-content h2 { font-size: 1.4rem; padding-bottom: 10px; border-bottom: 1px solid var(--border, #F0DCC0); }
.bd-content h2::before {
  content: '';
  display: inline-block;
  width: 26px; height: 3px;
  background: var(--saffron, #E8832A);
  border-radius: 2px;
  margin-right: 12px;
  vertical-align: middle;
}
.bd-content h3 { font-size: 1.13rem; }
.bd-content h4 { font-size: 1rem; }
.bd-content p { margin: 0 0 20px; }
.bd-content ul, .bd-content ol { margin: 0 0 22px 22px; }
.bd-content li { margin-bottom: 8px; }
.bd-content li::marker { color: var(--saffron, #E8832A); font-weight: 600; }
.bd-content img { max-width: 100%; height: auto; border-radius: 12px; margin: 24px 0; }
.bd-content strong { color: var(--deep, #1A2A3A); }
.bd-content a { color: var(--saffron-d, #c96e1e); text-decoration: underline; text-underline-offset: 3px; }
.bd-content blockquote {
  margin: 28px 0; padding: 18px 24px;
  background: var(--cream, #FDF6EE);
  border-left: 3px solid var(--saffron, #E8832A);
  border-radius: 0 10px 10px 0;
  color: var(--deep, #1A2A3A);
  font-style: italic;
}
.bd-content table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: .92rem; }
.bd-content table th { background: var(--cream, #FDF6EE); color: var(--deep, #1A2A3A); text-align: left; }
.bd-content table th, .bd-content table td { padding: 10px 14px; border: 1px solid var(--border, #F0DCC0); }

/* Tags / share row */
.bd-foot { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 40px; padding-top: 22px; border-top: 1px dashed var(--border, #F0DCC0); }
.bd-back { font-size: .85rem; font-weight: 600; color: var(--deep, #1A2A3A); text-decoration: none; }
.bd-back i { color: var(--saffron, #E8832A); margin-right: 6px; }
.bd-back:hover { color: var(--saffron, #E8832A); }
.bd-share { display: flex; gap: 8px; }
.bd-share a {
  width: 34px; height: 34px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--border, #F0DCC0);
  color: var(--deep, #1A2A3A); font-size: .82rem;
  text-decoration: none; background: #fff;
  transition: all .2s ease;
}
.bd-share a:hover { background: var(--saffron, #E8832A); border-color: var(--saffron, #E8832A); color: #fff; transform: translateY(-2px); }

/* ── Right rail ── */
.bd-rail { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 18px; }
.bd-card {
  background: #fff;
  border: 1px solid var(--border, #F0DCC0);
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: 0 14px 34px -26px rgba(26,42,58,.3);
}
.bd-card-h {
  font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--deep, #1A2A3A);
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 14px;
}
.bd-card-h::after { content: ''; flex: 1; height: 1px; background: var(--border, #F0DCC0); }
.bd-card-h i { color: var(--saffron, #E8832A); }

.bd-facts { list-style: none; margin: 0; padding: 0; font-size: .85rem; }
.bd-facts li { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px dashed var(--border, #F0DCC0); }
.bd-facts li:last-child { border-bottom: 0; }
.bd-facts .k { color: #8a7a68; }
.bd-facts .v { color: var(--deep, #1A2A3A); font-weight: 600; text-align: right; }

.bd-toc { list-style: none; margin: 0; padding: 0; font-size: .85rem; counter-reset: toc; }
.bd-toc li { counter-increment: toc; }
.bd-toc a {
  display: flex; gap: 10px; align-items: baseline;
  padding: 7px 0; color: #4a5866; text-decoration: none;
  border-bottom: 1px dashed var(--border, #F0DCC0);
  transition: color .15s ease;
}
.bd-toc li:last-child a { border-bottom: 0; }
.bd-toc a::before { content: counter(toc, decimal-leading-zero); font-size: .7rem; font-weight: 700; color: var(--saffron, #E8832A); }
.bd-toc a:hover { color: var(--saffron-d, #c96e1e); }

.bd-recent { list-style: none; margin: 0; padding: 0; }
.bd-recent li { padding: 9px 0; border-bottom: 1px dashed var(--border, #F0DCC0); }
.bd-recent li:last-child { border-bottom: 0; padding-bottom: 0; }
.bd-recent a { display: block; font-size: .85rem; font-weight: 600; color: var(--deep, #1A2A3A); text-decoration: none; line-height: 1.45; }
.bd-recent a:hover { color: var(--saffron, #E8832A); }
.bd-recent time { display: block; font-size: .72rem; color: #8a7a68; margin-top: 3px; font-weight: 400; }

/* CTA card */
.bd-cta {
  background: linear-gradient(150deg, var(--deep, #1A2A3A) 0%, #24384d 100%);
  border-radius: 14px;
  padding: 26px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bd-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 90% 70% at 50% 0%, rgba(232,131,42,.22) 0%, transparent 65%);
}
.bd-cta > * { position: relative; }
.bd-cta .script { font-family: 'Pinyon Script', cursive; font-size: 1.5rem; color: var(--saffron, #E8832A); display: block; margin-bottom: 4px; }
.bd-cta h3 { color: #fff; font-size: 1.05rem; font-weight: 700; margin: 0 0 8px; }
.bd-cta p { color: rgba(255,255,255,.65); font-size: .8rem; line-height: 1.6; margin: 0 0 16px; }
.bd-cta .btn-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--saffron, #E8832A); color: #fff;
  font-size: .82rem; font-weight: 600;
  padding: 10px 22px; border-radius: 30px; text-decoration: none;
  transition: all .2s ease;
}
.bd-cta .btn-cta:hover { background: var(--saffron-d, #c96e1e); transform: translateY(-2px); }
.bd-cta .call { display: block; margin-top: 12px; font-size: .78rem; color: rgba(255,255,255,.7); }
.bd-cta .call a { color: #fff; font-weight: 600; text-decoration: none; }

/* ── Responsive ── */
@media (max-width: 992px) {
  .bd-grid { grid-template-columns: 1fr; gap: 24px; }
  .bd-rail { position: static; }
  .bd-hero { padding: 48px 0 120px; }
}
