
/* Stage 25: mobile-first commercial catalog */
.product-grid-7{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-card-25{display:flex;flex-direction:column;background:#fff;border:1px solid #e4e6e8;border-radius:16px;overflow:hidden;box-shadow:0 4px 18px rgba(20,24,28,.06)}
.product-card-25 img{width:100%;aspect-ratio:4/3;object-fit:contain;background:#f7f7f5;padding:8px}
.product-card-25 .pc-body{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}
.product-card-25 h3{margin:0;font-size:1.12rem;line-height:1.25}
.product-card-25 p{margin:0;color:#596168;line-height:1.45}
.product-card-25 .pc-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}
.product-card-25 .pc-actions a{display:flex;align-items:center;justify-content:center;min-height:46px;border-radius:10px;text-decoration:none;font-weight:700;text-align:center;padding:8px}
.product-card-25 .pc-primary{background:#f2c230;color:#1e2429}
.product-card-25 .pc-secondary{border:1px solid #ccd1d5;color:#1e2429;background:#fff}
.catalog-note{margin:16px 0 0;color:#687078;font-size:.93rem}
.photo-pending-box{aspect-ratio:4/3;display:grid;place-items:center;background:#f2f2f2;border:1px dashed #aaa;border-radius:12px;font-weight:700}
@media(max-width:900px){.product-grid-7{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){
 .product-grid-7{grid-template-columns:1fr;gap:14px}
 .product-card-25{border-radius:14px}
 .product-card-25 img{aspect-ratio:16/11;max-height:310px}
 .product-card-25 .pc-body{padding:14px}
 .product-card-25 .pc-actions a{min-height:48px}
}
