/* ─── USHSG Insights Stylesheet ─────────────────────────────────────────── */

.insight-article {
  padding: 3rem 0 5rem;
}

.article-header {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}

.article-back {
  display: inline-block;
  color: var(--accent);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  transition: opacity 0.15s;
}
.article-back:hover { opacity: 0.7; }

.article-header h1 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw + 0.5rem, 2.5rem);
  line-height: 1.15;
  color: var(--ink);
  margin: 0.6rem 0 1rem;
  font-weight: 700;
}

.article-meta {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
  color: #5a7490;
}

.article-body {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--ink);
}

.article-lede {
  font-size: 1.2rem;
  line-height: 1.65;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 2px solid var(--accent-soft, #eff4fb);
}

.article-body p {
  margin-bottom: 1.25rem;
}

.article-body h2 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ink);
  margin: 2.5rem 0 0.75rem;
  line-height: 1.25;
}

.article-body h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ink);
  margin: 1.75rem 0 0.5rem;
}

.article-body ul {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}

.article-body ul li {
  margin-bottom: 0.5rem;
}

.article-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

/* Insights index grid */
.insights-grid .insight-card h2 {
  font-family: var(--font-display);
}

.insights-grid .insight-card h2 a:hover {
  color: var(--accent);
}
