/*! MHB asset: blog.css */.hk-blog-page{background:var(--hk-soft);padding-bottom:70px}.hk-blog-hero{background:linear-gradient(135deg, var(--hk-navy-deep), var(--hk-navy));color:#fff;padding:72px 0}.hk-blog-hero--compact{padding:54px 0}.hk-blog-hero__inner{text-align:center;max-width:980px}.hk-blog-hero h1{color:#fff;margin:12px 0 16px;font-size:38px;line-height:1.08}.hk-blog-intro{color:#ffffffe6;font-size:18px;line-height:1.7}.hk-blog-intro>:last-child{margin-bottom:0}.hk-blog-listing{padding-top:58px}.hk-post-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.hk-post-card{border:1px solid var(--hk-line);background:#fff;border-radius:8px;flex-direction:column;min-width:0;display:flex;overflow:hidden;box-shadow:0 8px 24px #0f23460d}.hk-post-card__image{aspect-ratio:1200/633;background:#eaf0f3;display:block;overflow:hidden}.hk-post-card__image img,.hk-image-placeholder{object-fit:cover;width:100%;height:100%;display:block}.hk-image-placeholder{background:linear-gradient(135deg,#e7edf1,#f8fafb)}.hk-post-card__body{flex-direction:column;align-items:flex-start;gap:0;padding:26px 24px 28px;display:flex}.hk-card-category{color:#0b3f91;margin-bottom:16px;font-size:14px;text-decoration:none}.hk-post-card__title{margin:0 0 16px;line-height:1.32;font-size:21px!important}.hk-post-card__title a{color:#111;text-decoration:none}.hk-post-card__meta{color:#0b58a7;flex-wrap:wrap;align-items:center;gap:5px;margin-bottom:18px;font-size:13px;line-height:1.5;display:flex}.hk-post-card__meta a,.hk-post-card__meta time{color:#0b58a7;text-decoration:none}.hk-post-card__meta a:hover,.hk-post-card__meta a:focus-visible{text-decoration:underline}.hk-post-card__excerpt{color:#111;margin:0;font-size:16px;line-height:1.7}@media (width<=960px){.hk-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.hk-blog-hero{padding:52px 0}.hk-post-grid{grid-template-columns:1fr}.hk-post-card__body{min-height:0;padding:20px 18px 22px}.hk-post-card__title{font-size:20px}.hk-post-card__excerpt{font-size:15px}}.hk-blog-hero .hk-eyebrow{background:var(--hk-green);color:#fff;text-transform:none;border-radius:999px;justify-content:center;align-items:center;padding:8px 16px;display:inline-flex}