/* ARTICLE HERO */
.article-hero{background:var(--grad-dark);padding:3.5rem 2rem 3rem;}
.article-hero-inner{max-width:860px;margin:0 auto;}
.article-back{font-size:.82rem;font-weight:600;color:rgba(255,255,255,.5);text-decoration:none;display:inline-block;margin-bottom:1.5rem;transition:color .15s;}
.article-back:hover{color:#fff;}
.article-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap;}
.article-date{font-size:.78rem;color:rgba(255,255,255,.45);}
.article-hero h1{font-family:'DM Serif Display',serif;font-size:clamp(1.75rem,3.5vw,2.5rem);color:#fff;line-height:1.15;letter-spacing:-.02em;margin-bottom:1.25rem;}
.article-author-strip{display:flex;align-items:center;justify-content:space-between;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.1);}
.article-author-name{font-size:.88rem;font-weight:700;color:#fff;}
.article-author-role{font-size:.75rem;color:rgba(255,255,255,.45);margin-top:.1rem;}
.article-read-time{font-size:.75rem;color:rgba(255,255,255,.35);font-weight:600;}

/* ARTICLE LAYOUT */
.article-layout{display:grid;grid-template-columns:1fr 280px;gap:3.5rem;max-width:1100px;margin:0 auto;padding:3.5rem 2rem;}

/* ARTICLE BODY */
.article-body{min-width:0;}
.article-intro{font-size:1.05rem;color:var(--text);line-height:1.75;margin-bottom:2rem;font-weight:400;}
.article-body h2{font-family:'DM Serif Display',serif;font-size:1.4rem;color:var(--navy);margin:2rem 0 .75rem;line-height:1.2;}
.article-body h3{font-size:1.05rem;font-weight:700;color:var(--navy);margin:1.5rem 0 .5rem;}
.article-body p{font-size:.93rem;color:var(--text);line-height:1.8;margin-bottom:1rem;}
.article-body ul,.article-body ol{margin:.5rem 0 1rem 1.25rem;}
.article-body li{font-size:.93rem;color:var(--text);line-height:1.7;margin-bottom:.35rem;}
.article-body blockquote{border-left:3px solid var(--purple);padding:.75rem 1.25rem;margin:1.5rem 0;background:rgba(110,75,163,.05);border-radius:0 8px 8px 0;}
.article-body blockquote p{font-size:1rem;color:var(--navy);font-style:italic;font-weight:500;margin:0;}
.article-body a{color:var(--purple);text-decoration:underline;text-underline-offset:2px;}
.article-body a:hover{color:var(--magenta);}

/* SIDEBAR */
.article-sidebar{position:sticky;top:84px;align-self:start;}
.sidebar-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:1.25rem;}
.sidebar-card h4{font-size:.9rem;font-weight:700;color:var(--navy);margin-bottom:.5rem;}
.sidebar-card p{font-size:.8rem;color:var(--muted);line-height:1.55;}
.sidebar-links{list-style:none;display:flex;flex-direction:column;gap:.4rem;margin-top:.5rem;}
.sidebar-links a{font-size:.82rem;color:var(--purple);text-decoration:none;font-weight:600;}
.sidebar-links a:hover{color:var(--magenta);}

/* CTA BAND */
.cta-band{background:var(--grad);padding:4rem 2rem;text-align:center;}
.cta-band h2{font-family:'DM Serif Display',serif;font-size:2rem;color:#fff;margin-bottom:.6rem;}
.cta-band p{color:rgba(255,255,255,.65);font-size:.95rem;margin-bottom:1.5rem;}

@media(max-width:900px){
  .article-layout{grid-template-columns:1fr;gap:2rem;}
  .article-sidebar{position:static;}
}
@media(max-width:600px){
  .article-hero{padding:2.5rem 1.25rem 2rem;}
  .article-layout{padding:2rem 1.25rem;}
  .article-hero h1{font-size:1.6rem;}
}
