/* Market Moves – shared article styles (extracted from per-page inline blocks) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:       #0E2233;
  --navy-deep:  #071827;
  --navy-mid:   #16293a;
  --ice:        #D8E8EF;
  --ice-light:  #eaf3f8;
  --ice-mid:    #c0d8e8;
  --off-white:  #F1F1F1;
  --white:      #ffffff;
  --text-muted: #515b68;
  --text-body:  #374151;
  --line:       rgba(14,34,51,0.12);
  --cobalt:       #0047AB;
  --cobalt-hover: #003C91;
  --slate-blue:   #456682;
}

html { scroll-behavior: smooth; }
body {
  background: var(--off-white);
  color: var(--navy);
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
::selection { background: rgba(0,71,171,0.16); }

a { color: var(--cobalt); }

/* Reading progress */
.progress-bar {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: var(--cobalt); z-index: 200;
  transition: width 0.1s linear;
}

/* ── ARTICLE ── */
.art-wrap { max-width: 720px; margin: 0 auto; padding: 0 24px; }

.art-hero { padding: 72px 0 0; }
.breadcrumb {
  display: flex; align-items: center; gap: 9px; flex-wrap: wrap;
  font-size: 0.78rem; color: var(--text-muted); margin-bottom: 40px;
}
.breadcrumb a { color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--cobalt); }
.breadcrumb span.sep { color: var(--ice-mid); }
.breadcrumb span.current { color: var(--navy); }

.art-eyebrow {
  font-family: 'Manrope', sans-serif; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--slate-blue);
  display: flex; align-items: center; gap: 12px; margin-bottom: 26px;
}
.art-eyebrow .issue { color: var(--cobalt); }
.art-eyebrow .bar { width: 24px; height: 1px; background: var(--ice-mid); }

.art-h1 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(2.05rem, 4.4vw, 3.1rem);
  font-weight: 800; line-height: 1.07; letter-spacing: -0.035em;
  color: var(--navy); margin-bottom: 28px;
}
.art-dek {
  font-size: 1.2rem; font-weight: 400; line-height: 1.6;
  color: var(--text-body);
}
.art-meta {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  margin-top: 36px; padding-top: 28px; padding-bottom: 8px;
  border-top: 1px solid var(--line);
  font-size: 0.82rem; color: var(--text-muted);
}
.art-meta .author { color: var(--navy); font-weight: 500; }
.art-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--ice-mid); }

/* Body */
.art-body { padding: 16px 0 8px; }
.art-body p {
  font-size: 1.12rem; font-weight: 400; line-height: 1.78;
  color: var(--text-body); margin-bottom: 1.55em;
}
.art-body p.lead {
  font-size: 1.2rem; line-height: 1.7; color: var(--navy);
}
.art-body p strong { font-weight: 600; color: var(--navy); }

/* Pull quote */
.art-pull {
  margin: 12px 0 36px;
  padding: 8px 0 8px 0;
}
.art-pull p {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800; line-height: 1.22; letter-spacing: -0.03em;
  color: var(--navy);
  padding-left: 26px;
  border-left: 3px solid var(--slate-blue);
}

/* Takeaway callout */
.art-takeaway {
  background: var(--navy);
  border-radius: 14px;
  padding: 40px 40px;
  margin: 48px 0;
  position: relative; overflow: hidden;
}
.art-takeaway::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(80% 80% at 90% 0%, rgba(85,124,153,0.28) 0%, rgba(85,124,153,0) 60%);
}
.art-takeaway > * { position: relative; z-index: 1; }
.art-takeaway-label {
  font-family: 'Manrope', sans-serif; font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--ice);
  margin-bottom: 16px;
}
.art-takeaway p {
  font-family: 'Manrope', sans-serif;
  font-size: 1.22rem; font-weight: 700; line-height: 1.45; letter-spacing: -0.02em;
  color: var(--white); margin: 0;
}

/* Divider */
.art-rule { height: 1px; background: var(--line); margin: 40px 0; border: none; }

/* FAQ */
.art-faq { padding: 8px 0 0; }
.art-faq-eyebrow {
  font-family: 'Manrope', sans-serif; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--slate-blue);
  margin-bottom: 10px; display: block;
}
.art-faq h2 {
  font-family: 'Manrope', sans-serif; font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 800; line-height: 1.1; letter-spacing: -0.03em;
  color: var(--navy); margin-bottom: 36px;
}
.faq-block { padding: 26px 0; border-top: 1px solid var(--line); }
.faq-block:last-of-type { border-bottom: 1px solid var(--line); }
.faq-block h3 {
  font-family: 'Manrope', sans-serif; font-size: 1.18rem; font-weight: 700;
  letter-spacing: -0.02em; color: var(--navy); margin-bottom: 12px;
}
.faq-block p {
  font-size: 1.02rem; font-weight: 400; line-height: 1.72; color: var(--text-body); margin: 0;
}

/* Byline */
.art-byline {
  margin: 48px 0 0; padding: 28px 0;
  border-top: 1px solid var(--line);
  font-size: 0.92rem; font-style: italic; line-height: 1.7;
  color: var(--text-muted);
}
.art-byline strong { font-style: normal; font-weight: 500; color: var(--navy); }

/* Sources */
.art-sources { margin: 40px 0 0; padding: 28px 0 0; border-top: 1px solid var(--line); }
.art-sources-eyebrow {
  display: block; font-family: 'Manrope', sans-serif; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--slate-blue); margin-bottom: 18px;
}
.art-sources ol { margin: 0; padding: 0 0 0 1.4em; }
.art-sources li {
  font-size: 0.86rem; line-height: 1.6; color: var(--text-muted);
  margin-bottom: 12px; padding-left: 4px;
}
.art-sources li:last-child { margin-bottom: 0; }
.art-sources li strong { font-weight: 600; color: var(--navy); }
.art-sources-note {
  margin: 18px 0 0; font-size: 0.82rem; line-height: 1.6; font-style: italic; color: var(--text-muted);
}

/* CTA band */
.art-cta {
  background: var(--navy-deep);
  margin-top: 72px;
  padding: 80px 24px;
  position: relative; overflow: hidden;
}
.art-cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(70% 60% at 50% 0%, rgba(85,124,153,0.18) 0%, rgba(85,124,153,0) 62%);
}
.art-cta-inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 1; text-align: center; }
.art-cta .eyebrow {
  font-family: 'Manrope', sans-serif; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--slate-blue);
  display: block; margin-bottom: 22px;
}
.art-cta h2 {
  font-family: 'Manrope', sans-serif; font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 800; line-height: 1.1; letter-spacing: -0.035em;
  color: var(--white); margin-bottom: 20px;
}
.art-cta p {
  font-size: 1.02rem; line-height: 1.7; color: rgba(216,232,239,0.82);
  max-width: 480px; margin: 0 auto 36px;
}
.art-cta-row { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--cobalt); color: var(--white);
  font-family: 'Manrope', sans-serif; font-size: 0.75rem;
  font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; padding: 16px 30px; border-radius: 4px;
  transition: background 0.25s, transform 0.15s;
}
.btn-primary:hover { background: var(--cobalt-hover); transform: translateY(-2px); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: 'Manrope', sans-serif; font-size: 0.75rem;
  font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ice); text-decoration: none; transition: gap 0.2s, color 0.2s;
}
.btn-ghost:hover { gap: 14px; color: var(--white); }
.btn-ghost svg { transition: transform 0.2s; }
.btn-ghost:hover svg { transform: translateX(3px); }

/* Footer */
footer {
  background: var(--navy-deep);
  border-top: 1px solid rgba(216,232,239,0.08);
  padding: 48px clamp(24px, 5vw, 64px);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
}
footer span, footer a {
  font-size: 0.78rem; color: rgba(241,241,241,0.7); font-weight: 400;
  text-decoration: none; transition: color 0.2s;
}
footer a:hover { color: var(--ice); }
.footer-links { display: flex; gap: 24px; align-items: center; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .progress-bar { transition: none; }
}

@media (max-width: 720px) {
  .art-hero { padding: 48px 0 0; }
  .art-takeaway { padding: 32px 26px; }
  footer { padding: 28px 22px; flex-direction: column; align-items: flex-start; }
}
