.updates-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:2rem;display:grid}.update-card{background:#fff;border:1px solid #dde5dc;border-radius:14px;overflow:hidden}.update-card-content{padding:1.8rem}.update-card h2{margin:.7rem 0;font-size:1.3rem;font-weight:800;line-height:1.4}.update-card p{color:#5b6d60;font-size:.95rem;line-height:1.8}.update-card p:first-child{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}.update-card .text-link{margin-top:1rem;display:inline-block}.update-article h1{margin:1rem 0;font-size:clamp(2rem,4vw,3.1rem);font-weight:800;line-height:1.2}.update-article>p{color:#586b5e;margin-top:1rem;line-height:1.8}@media (max-width:900px){.updates-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.updates-grid{grid-template-columns:1fr}.update-card-content{padding:1.3rem}}
