/* Evans Learning Labs - Article Stylesheet
   Compiled from all 29 article files
*/

body { background: var(--white); display: flex; flex-direction: column; min-height: 100dvh; }
main { flex: 1; }
.article-hero { background: var(--navy); width: 100%; padding: clamp(2.5rem,6vw,4rem) 0; }
.article-hero-inner { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem,3vw,2rem); }
.article-eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.5); margin-bottom: 12px; }
.article-title { font-family: var(--font-display); font-size: clamp(1.8rem,4vw,2.8rem); font-weight: 400; color: #fff; line-height: 1.15; margin-bottom: 14px; max-width: 860px; }
.article-lead { font-size: 1.05rem; color: rgba(255,255,255,.72); line-height: 1.75; max-width: 860px; }
.article-meta { margin-top: 18px; font-size: 12px; color: rgba(255,255,255,.35); letter-spacing: .05em; }
.article-body { max-width: 1200px; margin: 0 auto; padding: clamp(2rem,5vw,3.5rem) clamp(1rem,3vw,2rem) 0; }
.abstract-box { background: var(--surface); border: 1px solid var(--border); border-left: 4px solid var(--navy); padding: 20px 24px; margin-bottom: 2.5rem; }
.abstract-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 10px; }
.abstract-text { font-size: .9rem; color: var(--text-secondary); line-height: 1.85; margin: 0; }
h2 { font-family: var(--font-display); font-size: clamp(1.25rem,2.5vw,1.6rem); font-weight: 400; color: var(--navy); margin: 2.5rem 0 .9rem; line-height: 1.2; border-bottom: 2px solid var(--navy); padding-bottom: 8px; }
h3 { font-size: 1rem; font-weight: 700; color: var(--text); margin: 1.75rem 0 .5rem; }
p { font-size: .975rem; color: var(--text-secondary); line-height: 1.85; margin-bottom: 1rem; }
p strong { color: var(--text); font-weight: 600; }
.callout { background: var(--surface); border: 1px solid var(--border); border-left: 4px solid var(--blue); padding: 16px 20px; margin: 1.75rem 0; }
.callout p { margin: 0; font-size: .92rem; }
.refs { margin-top: 3rem; padding-top: 1.5rem; padding-bottom: 3rem; border-top: 1px solid var(--border); }
.refs-label { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--text-secondary); margin-bottom: 1rem; }
.refs ul { padding-left: 1.2rem; display: flex; flex-direction: column; gap: 6px; list-style: disc; }
.refs li { font-size: .82rem; color: var(--text-secondary); line-height: 1.7; }
.cta-title { font-family: var(--font-display); font-size: clamp(1.3rem,2.5vw,1.8rem); font-weight: 400; color: #fff; margin-bottom: 10px; line-height: 1.2; }
.article-cta { background: var(--navy); padding: clamp(1.5rem,3vw,2.5rem) clamp(1rem,3vw,2rem); text-align: center; width: 100%; }
.article-cta p { font-size: 13px; color: rgba(255,255,255,.7); margin: 0 0 1.2rem; }
.cta-body { font-size: 13px; color: rgba(255,255,255,.7); margin: 0 0 1.2rem; width: 100%; }
.cta-btns { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.btn-w { display: inline-block; font-size: 13px; font-weight: 700; background: #fff; color: var(--navy); padding: 10px 22px; text-decoration: none; }
.btn-gw { display: inline-block; font-size: 13px; font-weight: 600; background: transparent; color: #fff; padding: 10px 22px; border: 1px solid rgba(255,255,255,.35); text-decoration: none; }
@media (max-width: 860px) { .article-hero { padding: 2rem 0; } .article-body { padding: 1.5rem 1rem 0; } .callout { padding: 12px 14px; } .abstract-box { padding: 14px 16px; } }
@media (max-width: 480px) { .article-title { font-size: 1.6rem; } .article-lead { font-size: .95rem; } h2 { font-size: 1.2rem; } }
.article-figure { margin: 2rem 0; }
.figure-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--text-secondary); margin-bottom: 12px; }
.bar-chart { display: flex; flex-direction: column; gap: 10px; }
.bar-row { display: flex; align-items: center; gap: 12px; }
.bar-label { font-size: 12px; font-weight: 600; color: var(--text); width: 200px; flex-shrink: 0; }
.bar-track { flex: 1; height: 22px; background: #e5e7eb; }
.bar-fill  { height: 100%; display: flex; align-items: center; justify-content: flex-end; padding-right: 8px; }
.bar-pct   { font-size: 11px; font-weight: 700; color: #fff; }
.bias-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.bias-table th { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--text-secondary); padding: 8px 12px; text-align: left; border-bottom: 2px solid var(--navy); background: var(--surface); }
.bias-table td { padding: 10px 12px; border-bottom: 1px solid var(--border); vertical-align: top; line-height: 1.55; color: var(--text-secondary); }
.bias-table tr:last-child td { border-bottom: none; }
.bias-table td:first-child { font-weight: 700; color: var(--navy); white-space: nowrap; }
@media (max-width: 600px) { .bar-label { width: 130px; } }
.article-lead { font-size: 1.05rem; color: rgba(255,255,255,.72); line-height: 1.75; max-width: 660px; }
.cta-title { font-family: var(--font-display); font-size: 1.4rem; font-weight: 400; color: #fff; margin: 0 0 10px; }
@media (max-width: 860px) { .article-hero { padding: 2rem 0; } .article-body { padding: 1.5rem 1rem 0; } }
.bar-fill  { height: 100%; background: #2563EB; display: flex; align-items: center; justify-content: flex-end; padding-right: 8px; }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--border); margin: 1.5rem 0; }
.compare-head { padding: 10px 16px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #fff; }
.compare-head.tact  { background: #64748b; border-right: 1px solid rgba(255,255,255,.2); }
.compare-head.strat { background: var(--navy); }
.compare-cell { padding: 10px 16px; font-size: 12px; color: var(--text-secondary); border-top: 1px solid var(--border); line-height: 1.55; }
.compare-cell.tact  { border-right: 1px solid var(--border); background: #f8fafc; }
.compare-cell.strat { background: var(--white); }
@media (max-width: 600px) { .compare-grid { grid-template-columns: 1fr; } }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--border); }
@media (max-width: 600px) { .compare-grid { grid-template-columns: 1fr; } .bar-label { width: 130px; } }