/* Scoped refinements preserve the existing homepage layout and brand. */
.about-team-photo img{aspect-ratio:16/9!important;object-fit:contain!important;height:auto!important}
.editorial-all{display:inline-flex;align-items:center;min-height:44px;color:#1478d4;font-size:14px;margin-top:6px}
#blog .editorial-home .blog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
#blog .editorial-home-card{display:flex;flex-direction:column;align-items:flex-start;padding:0 0 22px;background:#fff!important;color:#34383c!important;border:0;border-bottom:1px solid #d5e1ea;border-radius:0;margin-top:0!important;min-width:0}
.editorial-home-cover{width:100%;display:block;aspect-ratio:16/9;overflow:hidden;border-radius:20px;margin-bottom:18px}
.editorial-home-cover img{width:100%;height:100%;object-fit:cover;transition:transform .25s}
.editorial-home-cover:hover img{transform:scale(1.02)}
#blog .editorial-home-card>span{font-size:12px;line-height:1.6;color:#1478d4}
#blog .editorial-home-card h3{font-size:clamp(23px,2.4vw,30px);line-height:1.18;letter-spacing:-.04em;margin:12px 0 18px}
.editorial-read{display:inline-flex;align-items:center;min-height:44px;color:#1478d4;font-size:13px;font-weight:600;margin-top:auto}
.editorial-home a:focus-visible{outline:3px solid #1478d4;outline-offset:4px}
@media(max-width:767px){#blog .editorial-home .blog-grid{grid-template-columns:1fr;gap:26px}#blog .editorial-home-card h3{font-size:25px}.editorial-home-cover{border-radius:16px}.editorial-all{margin-bottom:10px}}
