.plot-cards{padding:2rem 1rem}.plot-card-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:768px){.plot-card-grid{grid-template-columns:repeat(2,1fr)}.card-footer{flex-direction:column}}@media screen and (min-width:1024px){.plot-card-grid{grid-template-columns:repeat(3,1fr)}}.plot-card{background-color:#fff;border-radius:12px;box-shadow:0 0 0 1px #ddd;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:1.5rem;text-align:center}.card-img{border-radius:10px;height:auto;margin:0 auto 1.5rem;max-width:100%;object-fit:contain}.card-footer{align-items:center;color:#333;display:flex;flex-direction:column;font-size:.95rem;justify-content:space-between;margin-top:auto}.card-title{font-weight:600}.card-link{color:#6a994e;font-size:.9rem;font-weight:500;text-decoration:underline;transition:color .2s ease}.card-link:hover{color:#386641}