.home-blog{padding:100px var(--gutter,4.3vw) 110px;background:#f4f6fa;color:#172439}
.home-blog-heading{display:flex;justify-content:space-between;gap:35px;align-items:end;margin:0 auto 46px;max-width:1480px}
.home-blog .eyebrow{color:#5e6d87}
.home-blog-heading h2{font-size:clamp(45px,5.4vw,88px);line-height:1.04;letter-spacing:-.05em;font-weight:300;margin:24px 0 0}
.home-blog-heading>.small-link{color:#172439;border-bottom:1px solid #99acca;font-size:14px;padding-bottom:7px;flex-shrink:0}
.home-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:27px;max-width:1480px;margin:auto}
.home-blog-grid>a{color:inherit;text-decoration:none}
.home-blog-grid>a>div{overflow:hidden;aspect-ratio:1.4;background:#d6e0ef}
.home-blog-grid img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease}
.home-blog-grid .eyebrow{font-size:11px;margin:22px 0 13px}
.home-blog-grid h3{font-size:clamp(25px,2.25vw,35px);letter-spacing:-.04em;font-weight:300;line-height:1.17;margin:0 0 22px;text-wrap:pretty}
.home-blog-grid>a>span{font-size:12px;border-bottom:1px solid #9eafca;padding-bottom:6px}
.home-blog a:focus-visible{outline:2px solid #284e9c;outline-offset:7px}
@media(hover:hover){.home-blog-grid>a:hover img{transform:scale(1.045)}}
@media(max-width:760px){.home-blog{padding:58px 22px 65px}.home-blog-heading{display:block;margin-bottom:32px}.home-blog-heading h2{font-size:49px;margin-bottom:26px}.home-blog-grid{grid-template-columns:1fr;gap:43px}.home-blog-grid h3{font-size:29px}.home-blog-grid>a>div{aspect-ratio:1.55}.home-blog-grid .eyebrow{margin-top:17px}}
@media(prefers-reduced-motion:reduce){.home-blog-grid img{transition:none}}
