.blog-hero {
  background:
    linear-gradient(90deg, rgba(13, 17, 20, 0.94), rgba(13, 17, 20, 0.58)),
    url("../assets/hero-bagua-bg.png") center/cover;
  border-bottom: 1px solid rgba(220, 184, 109, 0.16);
  padding: 12vh 6vw 8vh;
}

.blog-hero .section__heading {
  max-width: 860px;
}

.blog-hero h1 {
  font-size: clamp(2.35rem, 5vw, 4.9rem);
  margin-bottom: 18px;
}

.blog-hero p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.75;
}

.blog-list {
  display: grid;
  gap: 18px;
  margin-top: 30px;
  max-width: 920px;
}

.blog-card {
  background: rgba(25, 28, 30, 0.78);
  border: 1px solid rgba(220, 184, 109, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 24px;
}

.blog-card time,
.article-meta {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 760;
  text-transform: uppercase;
}

.blog-card h2,
.blog-card h3 {
  margin: 0;
}

.blog-card p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.blog-card .button {
  justify-self: start;
}

.article-shell {
  margin: 0 auto;
  max-width: 920px;
  padding: 72px 6vw;
}

.article-shell h1 {
  font-size: clamp(2.2rem, 4.8vw, 4.7rem);
  margin-bottom: 18px;
}

.article-shell h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  margin: 46px 0 16px;
}

.article-shell p,
.article-shell li {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.85;
}

.article-shell a {
  color: var(--gold);
  font-weight: 720;
}

.article-shell ul,
.article-shell ol {
  display: grid;
  gap: 10px;
  padding-left: 24px;
}

.article-intro {
  color: rgba(248, 239, 226, 0.9) !important;
  font-size: 1.14rem !important;
}

.article-callout {
  background: rgba(78, 168, 139, 0.08);
  border: 1px solid rgba(78, 168, 139, 0.22);
  border-radius: 8px;
  color: var(--muted);
  display: grid;
  gap: 12px;
  line-height: 1.7;
  margin-top: 42px;
  padding: 22px;
}

.article-callout strong {
  color: #8fd0b9;
  font-size: 1.08rem;
}

.blog-nav-script-note {
  display: none;
}

/* ═══════════════════════════════════════
   Blog Professional Upgrade Components
   ═══════════════════════════════════════ */

/* Read Time Badge */
.read-time {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 720;
  text-transform: uppercase;
  margin-left: 6px;
}

/* Table of Contents */
.toc {
  background: rgba(25, 28, 30, 0.65);
  border: 1px solid rgba(220, 184, 109, 0.16);
  border-radius: 8px;
  margin: 32px 0 36px;
  padding: 22px 26px;
}

.toc-title {
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 760;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.toc-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.toc-list a {
  color: rgba(248, 239, 226, 0.82);
  font-size: 0.96rem;
  font-weight: 560;
  line-height: 1.55;
  text-decoration: none;
  transition: color 0.18s;
}

.toc-list a:hover {
  color: var(--gold);
}

/* Author Card */
.author-card {
  align-items: start;
  background: rgba(25, 28, 30, 0.55);
  border: 1px solid rgba(220, 184, 109, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 56px 1fr;
  margin: 36px 0;
  padding: 22px 24px;
}

.author-card--top {
  margin: 36px 0 28px;
}

.author-card--bottom {
  margin: 42px 0 28px;
}

.author-avatar {
  align-items: center;
  aspect-ratio: 1;
  background: rgba(220, 184, 109, 0.12);
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  font-size: 1.4rem;
  font-weight: 780;
  justify-content: center;
  width: 56px;
}

.author-info {
  display: grid;
  gap: 6px;
}

.author-name {
  color: rgba(248, 239, 226, 0.95);
  font-size: 1.05rem;
  font-weight: 760;
}

.author-role {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 640;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.author-note {
  color: rgba(248, 239, 226, 0.78);
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 4px 0 0;
}

.author-ai-note {
  color: rgba(248, 239, 226, 0.52);
  font-size: 0.78rem;
  font-style: italic;
  line-height: 1.5;
  margin: 2px 0 0;
}

/* Related Posts */
.related-posts {
  margin: 36px 0 28px;
}

.related-posts h3 {
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 760;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.related-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.related-card {
  background: rgba(25, 28, 30, 0.55);
  border: 1px solid rgba(220, 184, 109, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  text-decoration: none;
  transition: border-color 0.18s, background 0.18s;
}

.related-card:hover {
  background: rgba(220, 184, 109, 0.06);
  border-color: rgba(220, 184, 109, 0.28);
}

.related-card-title {
  color: rgba(248, 239, 226, 0.92);
  font-size: 0.94rem;
  font-weight: 680;
  line-height: 1.45;
}

.related-card-desc {
  color: rgba(248, 239, 226, 0.58);
  font-size: 0.82rem;
  line-height: 1.5;
}

/* Secondary CTA */
.cta-secondary {
  color: rgba(248, 239, 226, 0.7);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 0 12px;
}

.cta-secondary a {
  color: var(--gold);
  font-weight: 720;
}

@media (max-width: 800px) {
  .blog-hero {
    padding: 9vh 5vw 7vh;
  }

  .article-shell {
    padding: 54px 5vw;
  }

  .blog-card,
  .article-callout {
    padding: 18px;
  }
}
