/* News hub + article — matches base/layout tokens (ink #0B1220, accent #2F6BFF, gold #8a5a12) */

/* Breadcrumb */
.crumbs { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; font-size: 12px; color: #8a857a; padding: 18px 0 0; }
.crumbs a { color: #6b6356; }
.crumbs a:hover { color: #2F6BFF; }
.crumbs .sep { color: #c3bcae; }

/* News hub header */
.news-head { padding: 22px 0 28px; }
.news-head .eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; background-color: #ffffff; border: 1px solid #E4E9F2; border-radius: 40px; margin-bottom: 18px; }
.news-head .eyebrow span { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #2c2e35; }
.news-head .eyebrow svg { width: 14px; height: 14px; stroke: #2F6BFF; }
.news-head h1 { margin-bottom: 14px; }
.news-head .news-lead { font-size: 17px; color: #43464d; max-width: 640px; }

/* Category taxonomy chips — link to /news/category/{slug}/ archives (WP-portable) */
.news-cats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.news-cats .cat { font-size: 12px; font-weight: 700; letter-spacing: 0.04em; color: #5a5d64; background-color: #EEF2F8; border: 1px solid #E4E9F2; border-radius: 40px; padding: 6px 13px; }

/* News grid */
.news-list { padding: 8px 0 16px; }
.news-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }

.news-card { display: flex; flex-direction: column; background-color: #ffffff; border: 1px solid #E4E9F2; border-radius: 16px; overflow: hidden; transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease; }
.news-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(21, 23, 28, 0.08); border-color: #d6cfc0; }
.news-card .card-art { position: relative; aspect-ratio: 16 / 8; background: #0B1220; overflow: hidden; }
.news-card .card-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-card .card-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.news-card .card-body h2, .news-card .card-body h3 { font-size: 18px; }
.news-card .card-body .card-summary { font-size: 14px; color: #5a5d64; }
.news-card .card-meta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 6px; font-size: 12px; color: #8a857a; }
.news-card .card-meta .card-read { display: inline-flex; align-items: center; gap: 5px; color: #2F6BFF; font-weight: 700; }
.news-card .card-meta .card-read svg { width: 13px; height: 13px; stroke: #2F6BFF; }

/* Lead story (larger) */
.news-card.lead .card-art { aspect-ratio: 16 / 7; }
.news-card.lead .card-body h2 { font-size: 24px; }
.news-card.lead .card-body .card-summary { font-size: 15px; }

.section-kicker { display: flex; align-items: center; gap: 12px; margin: 26px 0 4px; }
.section-kicker .kicker-label { font-family: var(--font-mono); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #2F6BFF; }
.section-kicker .kicker-rule { flex: 1; height: 1px; background-color: #E4E9F2; }

/* ---- Article ---- */
.article-hero-img { display: block; width: 100%; max-width: 820px; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--r-lg); border: 1px solid var(--line); margin: 8px 0 4px; }
.article-hero { padding: 16px 0 8px; }
.article-hero .art-cat { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #2F6BFF; }
.article-hero h1 { margin: 12px 0 16px; max-width: 820px; }
.article-hero .art-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 13px; color: #6b6356; }
.article-hero .art-meta .byline { font-weight: 700; color: #0B1220; }
.article-hero .art-meta .dot { color: #c3bcae; }

.article-body { max-width: 760px; padding: 8px 0 8px; }
.article-body .lede { font-size: 19px; line-height: 1.6; color: #2c2e35; margin-bottom: 22px; }
.article-body h2 { font-size: 24px; margin: 30px 0 12px; }
.article-body p { font-size: 16.5px; color: #2f323a; }
.article-body strong { color: #0B1220; }
.article-body a:not(.cta):not(.cta-ghost) { color: #1E4FCC; text-decoration: underline; }

.article-body .pullquote { margin: 26px 0; padding: 18px 22px; border-left: 3px solid #2F6BFF; background-color: #ffffff; border-radius: 0 12px 12px 0; }
.article-body .pullquote p { font-size: 18px; font-weight: 700; color: #0B1220; letter-spacing: -0.01em; }

.article-body .detail-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 18px 0; }
.article-body .detail-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 16px; color: #2f323a; }
.article-body .detail-list li svg { width: 17px; height: 17px; stroke: #12492f; flex-shrink: 0; margin-top: 3px; }

.article-body .fact-callout { display: flex; align-items: flex-start; gap: 10px; background-color: #fbf3e2; border: 1px solid #ecd9ac; border-radius: 12px; padding: 14px 16px; margin: 22px 0; }
.article-body .fact-callout svg { width: 18px; height: 18px; stroke: #8a5a12; flex-shrink: 0; margin-top: 2px; }
.article-body .fact-callout p { font-size: 14px; color: #6f5413; }

/* FAQ */
.article-faq { max-width: 760px; margin-top: 18px; }
.article-faq h2 { font-size: 24px; margin-bottom: 14px; }
.article-faq .faq-item { padding: 16px 0; border-top: 1px solid #E4E9F2; }
.article-faq .faq-item h3 { font-size: 17px; margin-bottom: 7px; }
.article-faq .faq-item p { font-size: 15px; color: #5a5d64; }

/* Related / continue reading */
.article-related { max-width: 760px; margin-top: 30px; padding-top: 22px; border-top: 1px solid #E4E9F2; }
.article-related .related-heading { font-family: var(--font-mono); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #2F6BFF; margin-bottom: 14px; }
.article-related .related-list { display: flex; flex-direction: column; gap: 10px; }
.article-related .related-link { display: inline-flex; align-items: center; gap: 7px; font-size: 15px; font-weight: 600; color: #0B1220; }
.article-related .related-link:hover { color: #2F6BFF; }
.article-related .related-link svg { width: 14px; height: 14px; stroke: #2F6BFF; }

/* Editorial note / sourcing */
.editorial-note { max-width: 760px; margin-top: 26px; padding: 14px 16px; background-color: #EEF2F8; border-radius: 12px; font-size: 12.5px; line-height: 1.6; color: #6b6356; }
.editorial-note a { color: #0B1220; text-decoration: underline; }

@media (min-width: 768px) {
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card.lead { grid-column: 1 / -1; flex-direction: row; }
  .news-card.lead .card-art { aspect-ratio: auto; width: 46%; min-height: 280px; }
  .news-card.lead .card-body { width: 54%; justify-content: center; padding: 30px; }
  .news-card.lead .card-body h2 { font-size: 28px; }
}

/* In-article data visualisation (embeddable / citable) */
.article-chart { margin: 26px 0; border: 1px solid #e4e9f2; border-radius: 14px; padding: 20px 22px; background: #ffffff; }
.article-chart .chart-title { font-family: var(--font-mono); font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--cobalt); margin: 0 0 10px; }
.article-chart svg { width: 100%; height: auto; display: block; }
.article-chart figcaption { font-size: 12px; color: #6b7280; margin-top: 10px; line-height: 1.5; }

/* Category chips as links (WP taxonomy term links) + active state */
.news-cats a.cat { text-decoration: none; cursor: pointer; transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease; }
.news-cats a.cat:hover { background-color: #ffffff; border-color: #2F6BFF; color: #2F6BFF; }
.news-cats a.cat.active { background-color: #2F6BFF; border-color: #2F6BFF; color: #ffffff; }
.article-hero .art-cat a { color: inherit; text-decoration: none; }
.article-hero .art-cat a:hover { text-decoration: underline; }
