/* ImageGen-backed service and product card artwork */
.service-card{padding:0;display:flex;flex-direction:column;overflow:hidden;min-height:0;height:auto}
.service-card__photo{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;object-position:center}
.service-card>div:last-child{display:flex;flex:1;flex-direction:column;padding:18px 18px 20px}
.service-card__icon{display:none}
.service-card h3{font-size:12px;margin:0 0 7px}
.service-card p{font-size:10px;margin:0 0 14px}
.service-card a{margin-top:auto}
.product-card__visual{overflow:hidden}
.product-card__visual>img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.product-card:hover .product-card__visual>img{transform:scale(1.06)}
.product-card__visual span{z-index:2;color:#fff;text-shadow:0 2px 12px #063d7d}
.service-list article{padding:0}
.service-list__image{width:100%;height:210px;object-fit:cover}
.service-list__body{padding:22px}
.service-list article>span{z-index:2;top:8px;color:#fff;text-shadow:0 2px 12px #063d7d}
.catalog-card{padding:18px}
.catalog-card__image{height:230px!important;position:relative;overflow:hidden;border-radius:12px;background:#eefaff!important}
.catalog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.catalog-card:hover .catalog-card__image img{transform:scale(1.06)}
.catalog-card__image>span{z-index:2!important;color:#fff!important;text-shadow:0 2px 12px #063d7d}

@media(max-width:1024px){
  .service-card__photo{aspect-ratio:16/10}
}

@media(max-width:480px){
  .service-card__photo{aspect-ratio:16/9}
}
