/* HORIZON HAWK 1.6.0 - content, catalogue and credibility refinement. */

/* About: six representative categories should read as a deliberate 3 x 2 system. */
.hh-about-representative .hh-about-six-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.hh-about-representative .hh-center{margin-top:28px}

/* Resources: latest insights are supporting reading, not another oversized section. */
.hh-page-resources .hh-blog-grid{align-items:stretch}
.hh-page-resources .hh-blog-card{height:100%}

/* Keep naming and information hierarchy calm on secondary pages. */
.hh-page-products .hh-vehicle-filter{margin-top:4px}

@media(max-width:1050px){
  .hh-about-representative .hh-about-six-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  /* Preserve the compact two-card mobile catalogue pattern already established in 1.5.x. */
  .hh-about-representative .hh-about-six-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .hh-about-representative .hh-center{margin-top:20px}
}
