.blogIndex{padding-top:3rem}.section-heading.centered{max-width:760px;margin:0 auto 2.5rem;text-align:center}.section-heading.centered p:last-child{color:var(--muted)}.featuredArticle{display:grid;grid-template-columns:minmax(0,1fr) 220px;grid-gap:2rem;gap:2rem;padding:clamp(1.5rem,4vw,3rem);border:1px solid var(--border);border-radius:28px;background:linear-gradient(135deg,var(--surface),color-mix(in srgb,var(--brand) 7%,var(--surface)));box-shadow:0 18px 50px rgba(15,23,42,.07)}.featuredArticle h2{max-width:760px;font-size:clamp(1.75rem,3vw,2.65rem);line-height:1.1;margin:.85rem 0}.articleCard h2 a,.featuredArticle h2 a{color:inherit;text-decoration:none}.featuredArticle p:not(.articleMeta){max-width:760px;color:var(--muted);font-size:1.06rem}.articleMeta{display:flex;gap:.65rem;align-items:center;color:var(--brand);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.articleMeta span+span:before{content:"·";margin-right:.65rem;color:var(--muted)}.featuredArticleDetails{display:flex;flex-direction:column;justify-content:flex-end;gap:.45rem;padding-left:1.5rem;border-left:1px solid var(--border);color:var(--muted);font-size:.9rem}.articleCardFooter a,.textLink{font-weight:800;color:var(--brand);text-decoration:none}.articleGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem;margin-top:1.25rem}.articleCard{display:flex;flex-direction:column;min-height:315px;padding:1.65rem;border:1px solid var(--border);border-radius:22px;background:var(--surface);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.articleCard:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--brand) 45%,var(--border));box-shadow:0 16px 38px rgba(15,23,42,.08)}.articleCard h2{font-size:1.4rem;line-height:1.25;margin:.85rem 0}.articleCard>p:not(.articleMeta){color:var(--muted)}.articleCardFooter{display:flex;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:1.2rem;border-top:1px solid var(--border);font-size:.88rem}.articleCardFooter time{color:var(--muted)}@media(max-width:760px){.featuredArticle{grid-template-columns:1fr}.featuredArticleDetails{padding:1rem 0 0;border-left:0;border-top:1px solid var(--border)}.articleGrid{grid-template-columns:1fr}.articleCard{min-height:0}}