
.blog-hero { padding: 10rem 0 5rem; background: var(--linen-pale); border-bottom: 1px solid var(--linen); position: relative; overflow: hidden; }
.blog-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--pink); }
.blog-hero-category { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase; color: var(--pink-accessible); margin-bottom: 1.2rem; display: flex; align-items: center; gap: 0.6rem; }
.blog-hero-category::before { content: ''; width: 28px; height: 1px; background: var(--pink); flex-shrink: 0; }
.blog-hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.8rem); line-height: 1.1; color: var(--black); max-width: 820px; margin-bottom: 1.5rem; }
.blog-hero-meta { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; margin-top: 1.8rem; padding-top: 1.8rem; border-top: 1px solid var(--linen); }
.blog-author { display: flex; align-items: center; gap: 0.75rem; }
.blog-author-img { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; background: var(--linen); flex-shrink: 0; }
.blog-author-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.blog-author-name { font-size: 0.78rem; font-weight: 600; color: var(--black); }
.blog-author-title { font-size: 0.62rem; color: var(--grey); margin-top: 0.1rem; }
.blog-meta-item { font-size: 0.65rem; color: var(--grey); font-weight: 500; }
.blog-meta-item strong { color: var(--black); }
.read-time { font-size: 0.65rem; font-weight: 600; color: var(--pink-accessible); background: var(--pink-pale); padding: 0.3rem 0.75rem; border: 1px solid rgba(255,27,129,0.15); }
.blog-layout { display: grid; grid-template-columns: 1fr 340px; gap: 5rem; align-items: start; padding: 5rem 0 7rem; }
@media (max-width: 1024px) { .blog-layout { grid-template-columns: 1fr; gap: 4rem; } .blog-sidebar { order: -1; } }
.blog-article { min-width: 0; }
.blog-featured-img { width: 100%; aspect-ratio: 16 / 8; background: linear-gradient(135deg, #f5e6ee 0%, var(--linen) 60%, #ffd6ec 100%); margin-bottom: 3rem; overflow: hidden; }
.blog-featured-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.article-body h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--black); margin: 3rem 0 1.2rem; line-height: 1.2; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { font-size: clamp(1.15rem, 2vw, 1.5rem); color: var(--black); margin: 2.2rem 0 0.8rem; font-family: var(--heading); font-weight: 400; }
.article-body p { font-size: 1rem; line-height: 1.9; color: var(--black-soft); margin-bottom: 1.4rem; }
.article-body p:last-child { margin-bottom: 0; }
.article-body strong { color: var(--black); font-weight: 600; }
.article-body a { color: var(--pink); text-decoration: underline; text-decoration-color: rgba(255,27,129,0.3); text-underline-offset: 3px; transition: text-decoration-color 0.2s; }
.article-body a:hover { text-decoration-color: var(--pink); }
.pull-quote { border-left: 3px solid var(--pink); padding: 1.5rem 2rem; background: var(--linen-pale); margin: 2.5rem 0; }
.pull-quote p { font-family: var(--heading); font-style: italic; font-size: 1.2rem; color: var(--black); line-height: 1.6; margin: 0; }
.pull-quote cite { display: block; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pink-accessible); margin-top: 0.8rem; font-style: normal; }
.article-footer { border-top: 1px solid var(--linen); padding-top: 2.5rem; margin-top: 3rem; }
.article-faq .faq-item { border-bottom: 1px solid var(--linen); }
/* ── ARTICLE SPECIFIC ── */
.pillar-box { background: var(--white); border: 1px solid var(--linen); padding: 1.8rem 2rem; margin: 1.2rem 0; display: flex; gap: 1.4rem; align-items: flex-start; transition: box-shadow 0.2s ease; }
.pillar-box:hover { box-shadow: 0 8px 32px rgba(255,27,129,0.07); }
.pillar-num { font-family: var(--heading); font-size: 3rem; font-weight: 400; color: rgba(255,27,129,0.1); line-height: 1; flex-shrink: 0; width: 48px; }
.pillar-content h4 { font-family: var(--heading); font-size: 1.1rem; color: var(--black); margin-bottom: 0.4rem; font-weight: 400; }
.pillar-content p { font-size: 0.9rem; color: var(--grey); margin: 0; line-height: 1.7; }
.checklist { list-style: none; margin: 1.5rem 0; }
.checklist li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.92rem; color: var(--black-soft); padding: 0.6rem 0; border-bottom: 1px solid var(--linen-pale); line-height: 1.55; }
.checklist li:last-child { border-bottom: none; }
.checklist li::before { content: ''; width: 18px; height: 18px; border-radius: 50%; background: var(--pink); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E"); background-size: 11px; background-repeat: no-repeat; background-position: center; flex-shrink: 0; margin-top: 2px; }
.myth-box { margin: 1.8rem 0; border: 1px solid var(--linen); overflow: hidden; }
.myth-header { background: var(--black); padding: 0.7rem 1.5rem; display: flex; align-items: center; gap: 0.6rem; }
.myth-label { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pink); }
.myth-title { font-size: 0.88rem; font-weight: 600; color: var(--white); }
.myth-body { padding: 1.2rem 1.5rem; background: var(--white); }
.myth-body p { font-size: 0.9rem; color: var(--grey); margin: 0; line-height: 1.75; }
.myth-body strong { color: var(--black); }

@media (max-width: 1024px) {
  .sidebar-widget:not(.sidebar-toc-widget) { display: none; }
  .sidebar-toc-widget { display: block; }
}
