/* Insights only: compact introduction, one full-width feature, equal cards. */
.insights-index .insights-editorial-hero {
  margin-top:var(--header); min-height:200px; box-sizing:border-box;
  padding:26px var(--pad); display:flex; flex-direction:column; justify-content:center;
  background:#080808; color:#fff;
}
.insights-editorial-hero .eyebrow {font-size:.65rem;color:#ffd000}
.insights-editorial-hero h1 {
  max-width:1200px; margin:12px 0 10px;
  font:700 clamp(1.6rem,2.7vw,2.8rem)/1.08 'Manrope',sans-serif; letter-spacing:-.045em;
}
.insights-editorial-hero p {max-width:960px;margin:0;color:#bec0c7;font-size:.93rem;line-height:1.5}
.insights-index .insights-editorial {padding-top:32px}
.insights-editorial-heading {display:flex;align-items:baseline;gap:20px;flex-wrap:wrap}
.insights-editorial-heading .eyebrow {font-size:.65rem}
.insights-editorial-heading h2 {margin:0;font:700 clamp(1.3rem,2vw,2rem)/1.15 'Manrope',sans-serif;letter-spacing:-.04em}
.insights-editorial .category-filter {margin-top:18px;padding:18px 0 12px}
.insights-featured {position:relative;margin:24px 0 36px;background:#151719;border-radius:10px}
.insights-featured-link {position:relative;display:flex;width:100%;box-sizing:border-box;align-items:flex-end;min-height:480px;aspect-ratio:2.35;isolation:isolate;border-radius:10px}
.insights-featured-image {position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit;z-index:-2}
.insights-featured-link::after {content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 15%,rgba(0,0,0,.58) 55%,rgba(0,0,0,.93) 100%);border-radius:inherit;z-index:-1}
.insights-featured-copy {padding:clamp(24px,4vw,60px);color:#fff;max-width:1100px}
.insights-featured-meta {font:700 .72rem 'Manrope',sans-serif;letter-spacing:.1em;text-transform:uppercase;color:#fff}
.insights-featured-copy h2 {margin:16px 0 24px;font:700 clamp(2rem,4vw,4.3rem)/1.06 'Manrope',sans-serif;letter-spacing:-.05em;text-wrap:balance}
.insights-featured-cta {display:inline-flex;align-items:center;gap:36px;padding:13px 21px;border-radius:999px;background:#ffd000;color:#080808;font-weight:750;font-size:.9rem;transition:background .2s}
.insights-featured-link:hover .insights-featured-cta {background:#fff}
.insights-featured-link:focus-visible {outline:3px solid #ffd000;outline-offset:5px}
.insights-featured-badge {position:absolute;right:24px;top:-10px;display:grid;place-items:center;width:56px;height:56px;background:#ffd000;color:#080808;font:800 .7rem 'Manrope',sans-serif;z-index:1}
.insights-editorial-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;margin-top:24px}
.insights-editorial-grid .article-card {min-width:0;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;overflow:hidden}
.insights-editorial-grid .article-card figure {aspect-ratio:16/9}
.insights-editorial-grid .article-card-copy {padding:24px}
.insights-editorial-grid .article-card-copy h3 {font-size:clamp(1.3rem,2.1vw,2rem)}
.insights-editorial-grid .article-card-copy p {font-size:.98rem}
.insights-editorial-grid .article-card-copy b {padding-top:8px}
@media(max-width:760px) {
  .insights-index .insights-editorial-hero {padding-top:24px;padding-bottom:24px}
  .insights-editorial-hero p {font-size:.84rem}
  .insights-editorial-heading {gap:8px;flex-direction:column}
  .insights-featured-link {min-height:470px;aspect-ratio:auto}
  .insights-featured-copy {padding:26px 22px}
  .insights-featured-copy h2 {font-size:clamp(1.85rem,6.5vw,2.8rem)}
  .insights-featured-meta {font-size:.64rem;line-height:1.5;display:block}
  .insights-featured-badge {right:18px}
  .insights-editorial-grid {grid-template-columns:1fr;gap:24px}
  .insights-editorial-grid .article-card-copy {padding:22px}
}
