.history-context-section{padding-top:28px}.history-context-heading{margin-bottom:14px}.history-context-heading h2{margin:0;font-size:clamp(1.35rem,2.2vw,1.85rem);line-height:1.12}.history-context-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.history-context-card{padding:18px;border:1px solid var(--premium-line);border-radius:16px;background:#fff}.history-context-card>span{display:block;color:var(--premium-muted);font-size:.66rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.history-context-card>strong{display:block;margin-top:7px;font-size:.98rem;line-height:1.3}.history-context-card>p{margin:6px 0 0;color:var(--premium-ink-soft);font-size:.78rem;line-height:1.45}.history-context-note{grid-column:1/-1;margin:1px 0 0;color:var(--premium-muted);font-size:.73rem;line-height:1.4}.history-context-river-panel .history-context-grid{margin-top:8px}

/* Homepage: one cohesive context card with internal rows. */
body.premium.page-overview .history-context-section.home-history-card{margin-top:16px;padding:0;border:1px solid var(--premium-line);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(15,38,27,.055);overflow:hidden}
body.premium.page-overview .home-history-card .history-context-heading{margin:0;padding:22px 24px 15px}
body.premium.page-overview .home-history-card .history-context-heading h2{font-size:clamp(1.35rem,2.4vw,1.85rem);font-weight:700;letter-spacing:-.03em}
body.premium.page-overview .home-history-card .history-context-grid{display:block}
body.premium.page-overview .home-history-card .history-context-card{padding:17px 24px;border:0;border-top:1px solid var(--premium-line);border-radius:0;background:transparent}
body.premium.page-overview .home-history-card .history-context-card>strong{font-size:1.02rem;font-weight:700}
body.premium.page-overview .home-history-card .history-context-note{margin:0;padding:0 24px 14px;color:var(--premium-muted);font-size:.71rem}
body.premium.page-overview .home-history-card .history-context-link{display:flex;min-height:48px;align-items:center;padding:0 24px;border-top:1px solid var(--premium-line);color:var(--premium-green);font-size:.8rem;font-weight:700;text-decoration:none}
body.premium.page-overview .home-history-card .history-context-link:hover,body.premium.page-overview .home-history-card .history-context-link:focus-visible{background:#f5f8f6}

@media(max-width:760px){.history-context-grid{grid-template-columns:1fr}.history-context-card{padding:16px}.history-context-section{padding-top:24px}body.premium.page-overview .history-context-section.home-history-card{padding:0}body.premium.page-overview .home-history-card .history-context-heading{padding:20px 20px 14px}body.premium.page-overview .home-history-card .history-context-card{padding:15px 20px}body.premium.page-overview .home-history-card .history-context-note{padding:0 20px 12px}body.premium.page-overview .home-history-card .history-context-link{padding:0 20px}}