.insight-cards{padding:4rem 0}@media (min-width:48rem){.insight-cards{padding:6rem 0}}.insight-cards__inner{margin:0 auto;max-width:var(--container-wide);padding:0 1.5rem}@media (min-width:48rem){.insight-cards__inner{padding:0 2.5rem}}.insight-cards__header{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.insight-cards__heading-col{max-width:48rem}.insight-cards__eyebrow{color:var(--color-accent);margin-bottom:1rem}.insight-cards__cards{display:grid;gap:1.5rem;margin-top:3.5rem}@media (min-width:48rem){.insight-cards__cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:64rem){.insight-cards__cards{grid-template-columns:repeat(3,1fr)}}.insight-cards__filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem}.insight-cards__filters+.insight-cards__cards{margin-top:2rem}.insight-cards__filter-btn{background:none;border:1px solid var(--color-border-strong);color:var(--color-muted-foreground);cursor:pointer;font-family:var(--font-sans);font-size:.6875rem;font-weight:500;letter-spacing:.18em;padding:.625rem 1rem;text-transform:uppercase;transition:color .2s,border-color .2s,background-color .2s}.insight-cards__filter-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.insight-cards__filter-btn.is-active{background-color:var(--color-accent);border-color:var(--color-accent);color:var(--color-accent-foreground)}.insight-cards__featured{margin-top:3.5rem}.insight-cards__header--no-heading+.insight-cards__featured{margin-top:0}@media (min-width:64rem){.insight-cards__card--featured{padding:3rem}}.insight-cards__card-meta{align-items:center;color:var(--color-accent);display:flex;font-family:var(--font-sans);font-size:.6875rem;font-weight:500;gap:.75rem;letter-spacing:.18em;text-transform:uppercase}.insight-cards__card-meta-divider{color:var(--color-border-strong)}.insight-cards__card-meta-muted{color:var(--color-muted-foreground)}.insight-cards__card-title{margin-top:1.25rem}.insight-cards__card-title a{color:inherit;text-decoration:none;transition:color .2s}.insight-cards__card-title a:hover{color:var(--color-accent)}.insight-cards__cards .insight-cards__card-title{display:-webkit-box;-webkit-line-clamp:3;min-height:3.66em;-webkit-box-orient:vertical;overflow:hidden}.insight-cards__cards .insight-cards__card-title a{color:inherit;text-decoration:none;transition:color .2s}.insight-cards__cards .insight-cards__card-title a:hover{color:var(--color-accent)}.insight-cards__card-summary{color:var(--color-muted-foreground);flex:1;margin-top:1rem}.insight-cards__card-footer{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-top:1.75rem}.insight-cards__card-date{color:var(--color-muted-foreground)}