/* Products landing page: clean banner and uncropped category main images. */
.page-hero{
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}

.catalog-grid .catalog-card img{
  display:block;
  width:100%;
  height:320px;
  padding:18px;
  object-fit:contain;
  object-position:center;
  background:#fff;
  image-rendering:auto;
}

/* Keep the shared four-column footer inside narrower desktop viewports. */
.program-footer > *{
  min-width:0;
}

.program-footer a,
.program-footer p{
  overflow-wrap:anywhere;
}

@media(max-width:1280px){
  .program-footer{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:640px){
  .catalog-grid .catalog-card img{
    height:280px;
    padding:14px;
  }
}
