/* Insights section — editorial styling layered on top of /css/styles.css */

.insights-hero { padding: clamp(80px, 14vh, 160px) var(--gutter) clamp(60px, 10vh, 120px); }
.insights-hero.container { padding-left: var(--gutter); padding-right: var(--gutter); }
.insights-hero > * { max-width: 780px; }
.insights-hero h1 { font-family: 'Instrument Serif', serif; font-size: clamp(40px, 6vw, 84px); line-height: .98; letter-spacing: -0.01em; margin: 16px 0 22px; }
.insights-hero h1 em { font-style: italic; color: #2E5BB8; }
.insights-hero .lead { font-family: 'ABeeZee', sans-serif; font-size: clamp(17px, 1.4vw, 20px); max-width: 62ch; color: var(--mute, #B5B5B5); line-height: 1.55; }

.insights-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 28px; padding: 40px 0 120px; }
.insight-card { display: block; color: inherit; text-decoration: none; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; overflow: hidden; transition: transform .35s ease, border-color .35s ease, background .35s ease; }
.insight-card:hover { transform: translateY(-3px); border-color: rgba(46,91,184,0.5); background: rgba(46,91,184,0.04); }
.insight-card__cover { aspect-ratio: 16/9; background: #111 center/cover no-repeat; border-bottom: 1px solid rgba(255,255,255,0.06); }
.insight-card__body { padding: 22px 24px 26px; }
.insight-card__meta { display: flex; gap: 10px; align-items: center; font-family: 'League Spartan', sans-serif; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mute, #9a9a9a); margin-bottom: 12px; }
.insight-card__meta span + span::before { content: "·"; margin-right: 10px; opacity: .5; }
.insight-card__title { font-family: 'Instrument Serif', serif; font-size: 26px; line-height: 1.15; margin: 0 0 10px; }
.insight-card__excerpt { font-family: 'ABeeZee', sans-serif; color: var(--mute, #B5B5B5); line-height: 1.5; margin: 0; font-size: 15px; }
.insight-card__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.insight-card__tags span { font-family: 'League Spartan', sans-serif; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; border: 1px solid rgba(255,255,255,0.1); border-radius: 999px; padding: 4px 10px; color: var(--mute, #B5B5B5); }

.insights-empty { text-align: center; padding: 80px 0 140px; color: var(--mute, #B5B5B5); font-family: 'ABeeZee', sans-serif; }

/* ---------- Article page ---------- */
.article-hero { padding: clamp(90px, 14vh, 140px) var(--gutter) 40px; }
.article-hero.container { padding-left: var(--gutter); padding-right: var(--gutter); }
.article-eyebrow { font-family: 'League Spartan', sans-serif; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #2E5BB8; margin: 0 0 18px; }
.article-title { font-family: 'Instrument Serif', serif; font-size: clamp(38px, 5.2vw, 72px); line-height: 1.03; letter-spacing: -0.01em; margin: 0 0 22px; }
.article-title em { font-style: italic; color: #2E5BB8; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; font-family: 'League Spartan', sans-serif; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mute, #9a9a9a); margin-bottom: 36px; }
.article-meta span + span::before { content: "·"; margin-right: 12px; opacity: .5; }

.article-cover { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 18px; margin: 0 0 48px; background: #111; border: 1px solid rgba(255,255,255,0.08); }

.article-body { max-width: 68ch; margin: 0 auto; font-family: 'ABeeZee', sans-serif; font-size: 18px; line-height: 1.72; color: #E6E6E6; padding: 0 0 80px; }
.article-body > * + * { margin-top: 1.1em; }
.article-body h2 { font-family: 'Instrument Serif', serif; font-size: clamp(28px, 3.2vw, 40px); line-height: 1.15; letter-spacing: -0.005em; margin-top: 2em; margin-bottom: 0.4em; color: #fff; }
.article-body h3 { font-family: 'Instrument Serif', serif; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.2; margin-top: 1.6em; margin-bottom: 0.3em; color: #fff; }
.article-body p { margin: 0; }
.article-body a { color: #2E5BB8; text-decoration: underline; text-underline-offset: 3px; }
.article-body a:hover { color: #4a78d4; }
.article-body blockquote { border-left: 3px solid #2E5BB8; padding: 6px 0 6px 22px; font-family: 'Instrument Serif', serif; font-size: clamp(22px, 2.2vw, 28px); line-height: 1.3; font-style: italic; color: #fff; margin: 2em 0; }
.article-body ul, .article-body ol { padding-left: 1.4em; }
.article-body li { margin-bottom: 0.4em; }
.article-body img { max-width: 100%; height: auto; border-radius: 12px; border: 1px solid rgba(255,255,255,0.08); margin: 1.4em 0; }
.article-body code { font-family: ui-monospace, Menlo, monospace; font-size: 0.92em; background: rgba(255,255,255,0.06); padding: 2px 6px; border-radius: 4px; }
.article-body pre { background: #111; border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 18px; overflow-x: auto; font-size: 14px; }
.article-body hr { border: 0; border-top: 1px solid rgba(255,255,255,0.12); margin: 2.2em 0; }

.article-tags { max-width: 68ch; margin: 0 auto 40px; display: flex; flex-wrap: wrap; gap: 8px; }
.article-tags span { font-family: 'League Spartan', sans-serif; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; border: 1px solid rgba(255,255,255,0.14); border-radius: 999px; padding: 5px 12px; color: var(--mute, #B5B5B5); }

.article-back { display: inline-block; margin: 0 0 24px; font-family: 'League Spartan', sans-serif; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute, #B5B5B5); text-decoration: none; }
.article-back:hover { color: #fff; }

.related { border-top: 1px solid rgba(255,255,255,0.08); padding: 80px 0 20px; }
.related__head { font-family: 'League Spartan', sans-serif; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute, #B5B5B5); margin: 0 0 24px; }

@media (max-width: 720px) {
  .insights-hero { padding: 120px 0 40px; }
  .article-hero { padding: 110px var(--gutter) 30px; }
  .article-body { font-size: 17px; }
}
