.product-grid{align-items:stretch}
.product-card{height:100%;display:flex;flex-direction:column}
.product-card__media{display:grid;place-items:center;aspect-ratio:1/1;background:#fff;position:relative;overflow:hidden;padding:18px}
.product-card__media img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;padding:0;mix-blend-mode:normal;transform:scale(1.04);transition:transform .25s ease}
.product-card:hover .product-card__media img{transform:scale(1.08)}
.product-card__badge{position:absolute;top:12px;left:12px;border-radius:999px;background:#111;color:#fff;padding:7px 10px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.product-card__content{padding:18px;display:flex;flex-direction:column;flex:1}
.product-card__vendor{display:block;font-size:10px;color:var(--mbf-muted);text-transform:uppercase;letter-spacing:.1em;font-weight:900;margin-bottom:7px}
.product-card__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-decoration:none;font-size:17px;font-weight:900;line-height:1.2;min-height:42px;max-height:42px}
.product-card__bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:auto;padding-top:20px}
.product-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px}.product-card__price strong{font-size:17px}.product-card__price s{color:var(--mbf-muted);font-size:12px}.price-prefix{font-size:11px;color:var(--mbf-muted)}
.stock-dot{font-size:9px;text-transform:uppercase;font-weight:900;letter-spacing:.07em}.stock-dot--in{color:#168447}
.product-card__cta{width:100%;min-height:46px;border:0;border-radius:999px;background:#0b0b0c;color:#fff;margin-top:15px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;font-size:12px;cursor:pointer;transition:background .18s ease}.product-card__cta:hover{background:var(--mbf-accent)}

/* AI showcase */
.ai-showcase{min-height:500px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:60px}.ai-showcase__copy h2{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-weight:950;font-size:clamp(48px,6vw,86px);line-height:.9;text-transform:uppercase;margin:14px 0 20px;max-width:760px}.ai-showcase__copy p{max-width:650px;color:rgba(255,255,255,.62);font-size:18px;line-height:1.65}.ai-showcase__visual{min-height:390px;display:grid;place-items:center;position:relative}

@media(max-width:749px){.product-card__media{padding:12px}.product-card__content{padding:14px}.product-card__title{font-size:15px;min-height:36px;max-height:36px}.product-card__bottom{padding-top:14px}.product-card__price strong{font-size:15px}.stock-dot{font-size:8px}.product-card__cta{min-height:42px;font-size:11px}}
