.blog-latest { padding-block: clamp(48px, 6vw, 88px); color: #14263f; background: #fff; scroll-margin-top: calc(var(--scroll-header-height, var(--header-h)) + 16px); }
.blog-heading { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 36px; }
.blog-eyebrow { margin: 0 0 14px; color: #087baf; font-size: 11px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.blog-latest h2 { margin: 0; font-size: clamp(30px, 3.3vw, 44px); font-weight: 650; line-height: 1.2; letter-spacing: -.045em; }
.blog-latest h2 span { color: #087baf; }
.blog-intro { margin: 18px 0 0; color: #526e84; font-size: 15px; line-height: 1.8; }
.blog-all { display: inline-flex; align-items: center; flex-shrink: 0; gap: 20px; min-height: 44px; padding-block: 8px; border-bottom: 1px solid #00b9df; color: #14263f; font-size: 13px; font-weight: 600; }
.blog-latest svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.blog-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.blog-loading-card > div { aspect-ratio: 3 / 2; border-radius: 4px; background: #edf3f6; }
.blog-loading-card > span { display: block; height: 14px; margin-top: 20px; border-radius: 2px; background: #edf3f6; }
.blog-loading-card > span:last-child { width: 62%; margin-bottom: 80px; }
.blog-load-status { margin: 24px 0 0; color: #526e84; font-size: 14px; line-height: 1.8; }
.blog-retry { margin-top: 16px; padding: 12px 18px; border: 1px solid #cbdde8; border-radius: 3px; color: #087baf; background: #fff; font: inherit; font-size: 13px; cursor: pointer; }
.blog-latest [hidden] { display: none !important; }
html:not(.reveal-ready) .blog-post-grid, html:not(.reveal-ready) .blog-load-status { display: none; }
.blog-post { min-width: 0; border-bottom: 1px solid #dce7ee; }
.blog-post-link { display: flex; height: 100%; flex-direction: column; color: inherit; }
.blog-post-media { aspect-ratio: 3 / 2; overflow: hidden; border-radius: 4px; background: #071d2f; }
.blog-post-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.blog-post-media.is-placeholder img { object-fit: contain; padding: 20%; }
.blog-post-body { display: flex; flex: 1; flex-direction: column; padding: 22px 0; }
.blog-post-meta { display: flex; flex-wrap: wrap; gap: 6px 16px; align-items: baseline; min-height: 36px; margin-bottom: 12px; font-size: 10px; line-height: 1.6; }
.blog-post-meta > span { color: #087baf; font-weight: 650; }
.blog-post-meta time { color: #526e84; white-space: nowrap; }
.blog-latest .blog-post-title { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; min-height: 2.8em; margin: 0; font-size: 20px; font-weight: 650; line-height: 1.4; letter-spacing: -.025em; }
.blog-post-excerpt { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin: 14px 0 24px; color: #526e84; font-size: 13px; line-height: 1.8; }
.blog-post-read { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; color: #087baf; font-size: 13px; font-weight: 600; }
.blog-post-read svg { transition: transform 180ms ease; }
.blog-post-link:hover .blog-post-title, .blog-all:hover { color: #087baf; }
.blog-post-link:hover .blog-post-read svg { transform: translateX(4px); }
.blog-latest a:focus-visible { outline: 2px solid #087baf; outline-offset: 5px; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) { .blog-post-link:hover .blog-post-media img { transform: scale(1.025); } }
@media (max-width: 900px) {
  .blog-post-grid { gap: 22px; }
  .blog-latest .blog-post-title { font-size: 18px; }
}
@media (max-width: 640px) {
  .blog-heading { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 28px; }
  .blog-post-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .blog-intro { font-size: 14px; }
  .blog-post-body { padding: 18px 0 24px; }
  .blog-post-meta { min-height: 0; }
  .blog-latest .blog-post-title { min-height: 0; font-size: 21px; }
  .blog-post-excerpt { margin-block: 12px 20px; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) { .blog-post-media img, .blog-post-read svg { transition: none; } }
