.tp-food{background:var(--mt-bg)}.tp-food__header{margin-bottom:3rem;max-width:620px}.tp-food__sub{color:var(--mt-charcoal-mid);font-size:1rem;line-height:1.7;margin-top:.75rem}.tp-food__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr)}.tp-food__card{background:var(--mt-white);border:1px solid var(--mt-border);border-radius:var(--mt-radius);overflow:hidden;transition:transform .22s,box-shadow .22s}.tp-food__card:hover{box-shadow:0 18px 48px rgba(18,103,81,.1);transform:translateY(-5px)}.tp-food__img{aspect-ratio:3/2;overflow:hidden;position:relative}.tp-food__img img{height:100%;object-fit:cover;transition:transform .5s;width:100%}.tp-food__card:hover .tp-food__img img{transform:scale(1.05)}.tp-food__body{padding:1.4rem 1.5rem 1.75rem}.tp-food__tag{background:rgba(47,125,107,.5);border-radius:var(--mt-radius-pill);bottom:1rem;color:var(--mt-white);font-size:.8rem;font-weight:700;letter-spacing:.1em;padding:3px 10px;position:absolute;right:1rem;text-transform:uppercase}.tp-food__body h3{font-size:1rem;margin-bottom:.6rem}.tp-food__body p{color:var(--mt-charcoal-mid);font-size:.875rem;line-height:1.7;margin:0}@media (max-width:1024px){.tp-food__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.tp-food__grid{grid-template-columns:1fr}}