.latest-posts{--card-bg:var(--color-surface-raised);--card-radius:16px;--card-radius-mobile:12px;--card-shadow:var(--shadow-card);--card-shadow-hover:var(--shadow-card-hover);--card-title-color:var(--color-heading);--card-text-color:var(--color-body-text);--card-accent:var(--color-accent-peacock-500);--card-accent-hover:var(--color-accent-peacock-700);--section-bg:var(--color-surface-soft);--section-title-color:var(--color-heading);background:var(--gradient-section-surface);padding:2.5rem 1rem 3rem}.latest-posts__wrapper{max-width:1200px;margin:0 auto}.latest-posts__title-wrapper{margin-bottom:1.5rem}.latest-posts__title{margin:0;color:var(--section-title-color);font-size:clamp(1.5rem, 2.2vw, 2.1rem);font-weight:700;letter-spacing:.015em}.latest-posts__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.latest-posts__card{margin:0;display:flex;flex-direction:column;height:100%;background:var(--card-bg);border:none;border-radius:var(--card-radius);overflow:hidden;box-shadow:var(--card-shadow);transition:transform .25s ease,box-shadow .25s ease}.latest-posts__card:focus-within,.latest-posts__card:hover{transform:translateY(-4px);box-shadow:var(--card-shadow-hover)}@media screen and (max-width:781px){.latest-posts__card{border-radius:var(--card-radius-mobile)}}.latest-posts__media{display:block;aspect-ratio:16/9;overflow:hidden}.latest-posts__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.latest-posts__card:focus-within .latest-posts__media img,.latest-posts__card:hover .latest-posts__media img{transform:scale(1.03)}.latest-posts__content{display:grid;grid-template-rows:auto 1fr auto;flex:1;gap:.5rem;padding:1.25rem 1.375rem 1.5rem}.latest-posts__category{display:inline-block;margin-bottom:.15rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#3f9260;border-bottom:1px dotted #dfdede}.latest-posts__post-title{margin:0;font-size:clamp(1.2rem, 2vw, 1.375rem);line-height:1.25;font-weight:600;color:var(--card-title-color);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.latest-posts__post-title a{color:inherit;text-decoration:none}.latest-posts__post-title a:focus,.latest-posts__post-title a:hover{color:var(--card-accent-hover);box-shadow:none}.latest-posts__link-description{margin:0;font-size:.85rem;line-height:1.45;color:var(--card-text-color);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.latest-posts__excerpt{align-self:start;margin:.15rem 0 0;font-size:.875rem;line-height:1.6;color:var(--card-text-color);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.latest-posts__read-more{display:inline-flex;align-items:center;align-self:end;gap:.25rem;font-size:.875rem;font-weight:600;color:var(--card-accent-hover);text-decoration:none;transition:color .2s ease,text-decoration-color .2s ease}.latest-posts__read-more:focus,.latest-posts__read-more:hover{color:var(--color-deep-800);text-decoration:underline;box-shadow:none}.latest-posts-read-more-button__wrapper{margin-top:1.5rem;display:flex;justify-content:center}.latest-posts__archive-link{margin:0}.latest-posts__archive-link a{display:inline-block;border:1px solid var(--card-accent);border-radius:999px;padding:.65rem 1.25rem;color:var(--card-accent);text-decoration:none;font-size:1rem;font-weight:600;transition:background-color .2s ease,color .2s ease}.latest-posts__archive-link a:focus,.latest-posts__archive-link a:hover{background-color:var(--card-accent);color:#fff;box-shadow:none}.latest-posts__empty{border:1px dashed #e3ebf0;border-radius:12px;background-color:#fff;padding:1.25rem;color:var(--card-text-color)}@media screen and (min-width:48em){.latest-posts{padding:3rem 1.25rem 3.5rem}.latest-posts__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}@media screen and (min-width:75em){.latest-posts__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}