/* Reusable B2B product card; layout columns are defined by the consuming page. */
.tgdp-product-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--brand-border);border-radius:8px;background:#fff;transition:border-color .18s ease,transform .18s ease}.tgdp-product-card:hover{border-color:#b8c6d7;transform:translateY(-2px)}.tgdp-product-card__image-link{display:block;min-width:0}.tgdp-product-card__image-link:focus-visible,.tgdp-product-card__title a:focus-visible,.tgdp-product-card__link:focus-visible{outline:3px solid var(--brand-orange);outline-offset:3px}.tgdp-product-card__image-area{display:grid;min-height:230px;place-items:center;border-bottom:1px solid var(--brand-border);background:#f8fafc}.tgdp-product-card__image{display:block;width:100%;height:230px;padding:1rem;object-fit:contain}.tgdp-product-card__placeholder{width:44%;height:44%;border:1px solid #d6dee8;border-radius:6px;background:linear-gradient(135deg,#f1f4f7,#e5ebf1)}.tgdp-product-card__body{display:flex;min-width:0;flex:1;flex-direction:column;padding:1.1rem}.tgdp-product-card__meta{min-height:1.5em;margin:0 0 .45rem;color:var(--brand-slate);font-size:.72rem;font-weight:800;letter-spacing:.06em;overflow-wrap:anywhere;text-transform:uppercase}.tgdp-product-card__title{margin:0 0 1rem;color:var(--brand-navy);font-size:1.15rem}.tgdp-product-card__title a{overflow-wrap:anywhere}.tgdp-product-card__link{margin-top:auto;color:var(--brand-orange);font-weight:800}.tgdp-product-card__link:hover{color:var(--brand-navy)}@media(max-width:480px){.tgdp-product-card__image-area,.tgdp-product-card__image{min-height:200px;height:200px}.tgdp-product-card__body{padding:1rem}}@media(prefers-reduced-motion:reduce){.tgdp-product-card{transition:none}.tgdp-product-card:hover{transform:none}}
