.post-card-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:3rem 1.5rem}@media (min-width:640px){.post-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.post-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:3.5rem 2rem}}.post-card-grid>li{min-width:0}.post-card{height:100%}.post-card-link{display:flex;flex-direction:column;gap:1rem;height:100%;text-decoration:none;color:inherit;transition:opacity .18s ease}.post-card-link:hover{opacity:.88}.post-card-media{position:relative;width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:var(--pitch)}.post-card-media--cream{background:var(--callout,#f0f0f0)}.post-card-media--brass{background:linear-gradient(160deg,var(--luxury) 0,var(--luxury-deep) 100%)}.post-card-media--dark{background:var(--pitch)}.post-card-cover{object-fit:cover}.post-card-body{display:flex;flex-direction:column;gap:.75rem;flex:1}.post-card-meta{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;font-size:.75rem;line-height:1.35;color:rgba(0,0,0,.45)}.post-card-meta,.post-card-title{margin:0;font-family:var(--font-sans)}.post-card-title{font-size:1.125rem;font-weight:600;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.post-card-cta,.post-card-title{line-height:1.4;color:var(--pitch)}.post-card-cta{margin-top:auto;padding-top:.25rem;font-family:var(--font-sans);font-size:.9375rem;font-weight:500}.post-card-link:hover .post-card-cta{text-decoration:underline;text-underline-offset:3px}