.blog-hero{background:var(--brand-primary-dark);color:#fff;padding-top:110px;padding-bottom:70px}.blog-hero h1{color:#fff;font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08;letter-spacing:0}.blog-hero .ma-eyebrow,.blog-hero p{color:#fff}.featured-post{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:34px;gap:34px;align-items:center;background:var(--brand-bg-alt);padding:34px;border:1px solid var(--brand-border)}.featured-post img{width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;background:var(--brand-primary-dark)}.featured-post h2{color:var(--brand-text);font-size:max(1.5rem, min(2.6vw, 2.4rem));line-height:1.14}.blog-layout{display:grid;grid-template-columns:minmax(0,9fr) minmax(260px,3fr);grid-gap:36px;gap:36px}.blog-list-item{padding:28px 0;border-bottom:1px solid var(--brand-border)}.blog-list-item h2{color:var(--brand-text);font-size:max(1.25rem, min(2vw, 1.75rem))}.blog-meta-line{margin-bottom:12px;color:var(--brand-text);font-size:.92rem;font-weight:700}.blog-read{font-weight:800}.blog-sidebar{position:sticky;top:24px;align-self:start;border:1px solid var(--brand-border);background:#fff;padding:22px}.recent-blogs{display:grid;grid-gap:16px;gap:16px;margin:0;padding:0;list-style:none}.recent-blogs li{display:grid;grid-template-columns:54px 1fr;grid-gap:12px;gap:12px;align-items:center}.date-badge{display:grid;align-items:center;justify-items:center;place-items:center;min-height:54px;background:var(--brand-primary-dark);color:#fff}.date-badge b,.date-badge small{color:#fff;line-height:1}@media (max-width:991px){.blog-layout,.featured-post{grid-template-columns:1fr}.blog-sidebar{position:static}}