/* HORIZON HAWK 1.5.4 - visual balance for resources and OEM imagery. */

/* Four resource links form a complete 2 x 2 system on desktop instead of
   leaving two visually empty positions in a three-column grid. */
.hh-page-resources .hh-category-link-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.hh-page-resources .hh-category-link-grid>a{
  min-height:258px;
  align-content:start;
}
.hh-page-resources .hh-category-link-grid>a>b{
  margin-top:auto;
}

/* The category OEM fallback is a real multi-platform illustration. */
.hh-oem-strip img.hh-oem-platforms-154{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  object-position:center;
  border:1px solid rgba(255,255,255,.16);
  border-radius:24px;
  background:#123f31;
}

/* The legacy board is replaced with a purpose-built 16:9 visual. Fill the
   media card edge to edge so it cannot recreate the former top/bottom void. */
.hh-home .hh-home-oem-152 figure,
.hh-home .hh-home-oem-152 .wp-block-column:first-child,
.hh-home .hh-home-oem-152 [class*="media"]{
  aspect-ratio:16/9;
  min-height:0!important;
  padding:0!important;
}
.hh-home .hh-home-oem-152 img.hh-home-oem-image-152{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  aspect-ratio:16/9!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:24px!important;
}

@media(max-width:1050px){
  .hh-page-resources .hh-category-link-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .hh-page-resources .hh-category-link-grid>a{
    min-height:0;
  }
}

@media(max-width:620px){
  .hh-page-resources .hh-category-link-grid{
    grid-template-columns:minmax(0,1fr);
  }
  .hh-home .hh-home-oem-152 figure,
  .hh-home .hh-home-oem-152 .wp-block-column:first-child,
  .hh-home .hh-home-oem-152 [class*="media"]{
    aspect-ratio:16/9;
  }
}
