/* IRON ROOT product cards — scoped to the home inventory and product archive only. */

/* Home: keep the three-card layout at a readable B2B catalogue width. */
body.home .ir-featured-equipment-section > .container-fluid {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

body.home .ir-featured-equipment-card,
body.category-product-center .ir-catalogue-card {
  border: 1px solid #d9e4eb;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(2, 41, 66, .07);
}

body.home .ir-featured-equipment-card:hover,
body.home .ir-featured-equipment-card:focus,
body.category-product-center .ir-catalogue-card:hover {
  border-color: #bfd1dc;
  box-shadow: 0 16px 34px rgba(2, 41, 66, .12);
}

body.home .ir-featured-equipment-image,
body.category-product-center .ir-catalogue-image {
  width: 100%;
  height: auto !important;
  aspect-ratio: 16 / 10;
  background-position: center;
  background-size: cover;
}

body.home .ir-featured-equipment-body {
  min-height: 205px;
  padding: 18px 18px 17px;
}

body.home .ir-featured-equipment-tag,
body.category-product-center .ir-catalogue-image > span {
  letter-spacing: .55px;
}

body.home .ir-featured-equipment-card h3 {
  height: auto;
  min-height: 74px;
  margin-bottom: 9px;
  font-size: 17px;
  line-height: 1.45;
  -webkit-line-clamp: 3;
}

body.home .ir-featured-equipment-card p {
  height: auto;
  min-height: 0;
}

body.home .ir-featured-equipment-card p:empty {
  display: none;
}

body.home .ir-featured-equipment-card .ir-featured-equipment-link {
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid #edf1f4;
}

/* Product archive: equal-height cards with a clear two-action hierarchy. */
body.category-product-center .ir-product-grid {
  gap: 20px;
}

body.category-product-center .ir-catalogue-body {
  padding: 18px;
}

body.category-product-center .ir-catalogue-body h3 {
  min-height: 72px;
  font-size: 17px;
  line-height: 1.42;
}

body.category-product-center .ir-catalogue-meta {
  gap: 5px;
  margin: 13px 0 16px;
}

body.category-product-center .ir-catalogue-meta span {
  padding: 5px 7px;
}

body.category-product-center .ir-catalogue-actions {
  display: grid;
  grid-template-columns: .9fr 1.15fr;
  gap: 8px;
  padding-top: 14px;
}

body.category-product-center .ir-catalogue-actions .btn,
body.category-product-center .ir-catalogue-actions .ir-quote-link {
  width: 100%;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

body.category-product-center .ir-catalogue-actions .ir-quote-link {
  border: 1px solid #cbd9e2;
  background: #fff;
  color: #075b91;
  white-space: normal;
}

body.category-product-center .ir-catalogue-actions .ir-quote-link:hover,
body.category-product-center .ir-catalogue-actions .ir-quote-link:focus {
  border-color: #075b91;
  background: #f4f9fc;
  color: #034873;
  text-decoration: none;
}

/* Tablet: both contexts use two balanced columns. */
@media (min-width: 768px) and (max-width: 991.98px) {
  body.home .ir-featured-equipment-body {
    min-height: 195px;
  }
}

/* Mobile: one full-width card, tighter copy, and touch-sized actions. */
@media (max-width: 767.98px) {
  body.home .ir-featured-equipment-section > .container-fluid {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  body.home .ir-featured-equipment-card,
  body.category-product-center .ir-catalogue-card {
    border-radius: 9px;
    box-shadow: 0 8px 22px rgba(2, 41, 66, .075);
  }

  body.home .ir-featured-equipment-body {
    min-height: 0;
    padding: 17px;
  }

  body.home .ir-featured-equipment-card h3,
  body.category-product-center .ir-catalogue-body h3 {
    min-height: 0;
    font-size: 17px;
    -webkit-line-clamp: 3;
  }

  body.home .ir-featured-equipment-card p {
    display: none;
  }

  body.category-product-center .ir-product-grid {
    gap: 16px;
  }

  body.category-product-center .ir-catalogue-body {
    padding: 17px;
  }

  body.category-product-center .ir-catalogue-actions .btn,
  body.category-product-center .ir-catalogue-actions .ir-quote-link {
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .ir-featured-equipment-card,
  body.category-product-center .ir-catalogue-card {
    transition: none;
  }
}
