/* ── BLOG POST ────────────────────────────── */
.article-wrap { max-width: 720px; margin: 0 auto; padding: 2.5rem 2.5rem 80px; }

.blog-hero {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 100px 2.5rem 2.5rem;
  margin-bottom: 0;
  background-image: linear-gradient(135deg, rgba(192,57,43,0.06) 0%, transparent 50%, rgba(192,57,43,0.03) 100%);
}
.blog-hero-inner { max-width: 720px; margin: 0 auto; }
.blog-hero .breadcrumb { margin-bottom: 1.5rem; }
.blog-hero .art-tag { margin-bottom: 1rem; }
.blog-hero h1 { margin-bottom: 0; }

.breadcrumb { font-size: .72rem; color: var(--muted); margin-bottom: 2rem; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--white); text-decoration: none; }

.art-tag { font-size: .68rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--red); margin-bottom: 1rem; }

h1 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; line-height: 1.2; color: var(--white); margin-bottom: 1.5rem; }

.art-meta { display: flex; align-items: center; gap: 1.5rem; font-size: .78rem; color: var(--muted); padding-bottom: 2rem; border-bottom: 1px solid var(--border); margin-bottom: 2.5rem; }
.art-author { display: flex; align-items: center; gap: .6rem; }
.art-author img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; object-position: top; }
.art-author strong { color: var(--light); }

.art-body h2 { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--white); margin: 2.5rem 0 .75rem; }
.art-body p { font-size: .97rem; color: var(--muted); margin-bottom: 1.25rem; line-height: 1.85; }
.art-body ul { padding-left: 1.5rem; margin-bottom: 1.25rem; }
.art-body li { font-size: .97rem; color: var(--muted); line-height: 1.85; margin-bottom: .4rem; }
.art-body strong { color: var(--light); }

.callout { background: var(--surface); border-left: 3px solid var(--red); padding: 1.25rem 1.5rem; margin: 2rem 0; border-radius: 0 2px 2px 0; }
.callout p { margin: 0; color: var(--light); }

.quick-answer { background: var(--surface); border: 1px solid var(--border); border-top: 3px solid var(--red); padding: 1.5rem; margin-bottom: 2.5rem; }
.quick-answer .qa-label { font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--red); margin-bottom: .6rem; }
.quick-answer p { font-size: .95rem; color: var(--light); margin: 0; line-height: 1.75; }

.faq-section { margin-top: 3rem; }
.faq-item { border-bottom: 1px solid var(--border); padding: 1.5rem 0; }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: .75rem; }
.faq-a { font-size: .95rem; color: var(--muted); line-height: 1.85; }

.art-cta { background: var(--surface); border: 1px solid var(--border); padding: 2.5rem; margin-top: 3.5rem; text-align: center; }
.art-cta h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--white); margin-bottom: .75rem; }
.art-cta p { font-size: .9rem; color: var(--muted); margin-bottom: 1.5rem; }

.btn-red { background: var(--red); color: #fff; font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: .9rem 2rem; border-radius: 2px; display: inline-block; text-decoration: none; }
.btn-red:hover { background: #a93226; text-decoration: none; }
