/* Article page styles — extracted from the hand-written blog articles so
   auto-generated drafts (cron/lib/ArticleDrafter.php) render identically.
   The existing articles keep their own inline copies; this file serves drafts. */
.art-hero { padding: 9rem 2.5rem 0; position: relative; overflow: hidden; }
.art-hero__bg { position: absolute; inset: -15% 0; background: linear-gradient(135deg, #0c0c0a 0%, #0e100c 100%); will-change: transform; z-index: 0; }
.art-hero::before { content: ''; position: absolute; inset: 0 0 -4px 0; z-index: 1; background: linear-gradient(to bottom, rgba(12,12,10,0.70) 0%, rgba(12,12,10,0.92) 55%, #0c0c0a 78%); }
.art-hero > *:not(.art-hero__bg) { position: relative; z-index: 2; }
.art-back { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-mid); margin-bottom: 2.5rem; transition: color var(--dur-fast); }
.art-back:hover { color: var(--gold); }
.art-eyebrow { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.art-cat { font-size: 0.58rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 0.65rem; border-radius: 2px; }
.art-cat--spac { background: rgba(176,141,87,0.12); color: var(--gold-lt); }
.art-eyebrow-sep { color: var(--fg-dim); }
.art-meta-item { font-size: 0.65rem; font-weight: 500; color: var(--fg-mid); letter-spacing: 0.04em; }
.art-h1 { font-size: clamp(2.25rem,5vw,4.5rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.0; color: var(--fg); max-width: 22ch; }
.art-h1 em { font-style: normal; color: var(--gold); }
.art-excerpt { font-size: clamp(0.9rem,1.2vw,1rem); color: var(--fg-mid); line-height: 1.85; max-width: 60ch; margin-top: 1.5rem; }
.art-body { padding: 5px 2.5rem clamp(3rem,6vw,6rem); }
.art-inner { max-width: 760px; margin: 0 auto; }
.art-h2 { font-size: clamp(1.35rem,2.5vw,1.85rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; color: var(--fg); padding-top: 2.5rem; margin-top: 2.5rem; margin-bottom: 1.25rem; border-top: 1px solid var(--border); }
.art-h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.art-h2 em { font-style: normal; color: var(--gold); }
.art-p { font-size: 0.9375rem; line-height: 1.9; color: var(--fg-mid); margin-bottom: 1.25rem; }
.art-ul { margin: 0 0 1.25rem; padding-left: 0; list-style: none; }
.art-ul li { font-size: 0.9375rem; line-height: 1.9; color: var(--fg-mid); padding-left: 1.5rem; position: relative; margin-bottom: 0.75rem; }
.art-ul li::before { content: ''; position: absolute; left: 0; top: 0.72rem; width: 5px; height: 1px; background: var(--gold); }
.art-ul li strong { color: var(--fg); font-weight: 600; }
.art-fact { margin: 2.5rem 0; padding: 1.75rem; background: var(--bg-surface); border: 1px solid var(--border-md); border-left: 2px solid var(--gold); border-radius: 2px; }
.art-fact__label { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; }
.art-fact__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1.25rem; }
.art-fact__item-label { font-size: 0.58rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-dim); margin-bottom: 0.3rem; }
.art-fact__item-val { font-size: 0.875rem; font-weight: 500; color: var(--fg); line-height: 1.5; }
.art-timeline { margin: 2.5rem 0; position: relative; padding-left: 0; }
.art-timeline::before { content: ''; position: absolute; left: 0.5rem; top: 0.5rem; bottom: 0.5rem; width: 1px; background: var(--border); }
.art-timeline-item { padding: 0 0 1.75rem 2.5rem; position: relative; }
.art-timeline-item::before { content: ''; position: absolute; left: 0.125rem; top: 0.5rem; width: 0.75rem; height: 0.75rem; border-radius: 50%; background: var(--bg); border: 1.5px solid var(--gold); }
.art-timeline-item:last-child { padding-bottom: 0; }
.art-timeline-date { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.35rem; }
.art-timeline-type { font-size: 0.75rem; font-weight: 600; color: var(--fg); margin-bottom: 0.25rem; }
.art-timeline-desc { font-size: 0.8rem; color: var(--fg-mid); line-height: 1.65; }
.art-sources { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.art-sources-label { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-mid); margin-bottom: 0.75rem; }
.art-sources-item { font-size: 0.75rem; color: var(--fg-mid); line-height: 1.9; margin-bottom: 0.3rem; }
.art-disclaimer { margin-top: 3rem; padding: 1.5rem; background: var(--bg-surface); border: 1px solid var(--border-md); border-radius: 2px; font-size: 0.75rem; line-height: 1.8; color: var(--fg-mid); }
.art-disclaimer strong { color: var(--fg); }
.cta2 { padding: clamp(5rem,10vw,10rem) 2.5rem; text-align: center; position: relative; overflow: hidden; background: var(--bg-raised); }
.cta2::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 50% 50%, rgba(176,141,87,0.07) 0%, transparent 70%); pointer-events: none; }
.cta2__eyebrow { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.cta2__heading { font-size: clamp(2.5rem,6vw,5rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.0; color: var(--fg); max-width: 18ch; margin: 0 auto 2rem; }
.cta2__heading em { font-style: normal; color: var(--gold); }
.cta2__sub { font-size: 0.95rem; color: var(--fg-mid); max-width: 44ch; margin: 0 auto 2.5rem; line-height: 1.75; }
.cta2__btn { display: inline-flex; align-items: center; gap: 0.6rem; padding: 1rem 2rem; background: var(--gold); color: var(--bg); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; border-radius: 3px; transition: background var(--dur-fast); }
.cta2__btn:hover { background: var(--gold-lt); }
@media (max-width: 768px) {
  .art-hero { padding: 7rem 1.25rem 3.5rem; }
  .art-body { padding: 2.5rem 1.25rem; }
  .art-fact__grid { grid-template-columns: repeat(2, 1fr); }
  .cta2 { padding: 4rem 1.25rem; }
}
