/* Products navigation only; installed as an independent, reversible layer. */
#masthead .hz-products-item > .menu-link { position: relative; }
#masthead .hz-products-item > .menu-link::after {
  content: ""; position: absolute; inset-inline: 14px; bottom: 0;
  height: 2px; background: #ff7900; transform: scaleX(0); transition: transform .18s ease;
}
#masthead .hz-products-item.is-open > .menu-link { color: #ff7900 !important; }
#masthead .hz-products-item.is-open > .menu-link::after { transform: scaleX(1); }
#masthead .hz-products-panel[hidden] { display: none !important; }
body.hz-products-menu-open #masthead { z-index: 100020; }
#masthead .hz-products-panel {
  box-sizing: border-box; position: fixed; inset-inline: 0; top: var(--hz-menu-top, 106px);
  width: 100%; max-height: calc(100dvh - var(--hz-menu-top, 106px));
  overflow: auto; overscroll-behavior: contain; scrollbar-gutter: stable;
  padding: 24px max(24px, calc((100vw - 1440px) / 2)); margin: 0;
  background: #fff; color: #12344b; border-top: 1px solid #e4e6e8;
  box-shadow: 0 18px 26px rgb(9 27 42 / 13%); z-index: 2;
  font: 400 15px/1.45 Arial, sans-serif; text-transform: none; letter-spacing: normal;
}
#masthead .hz-products-panel * { box-sizing: border-box; }
#masthead .hz-products-grid {
  display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, 1.14fr) minmax(0, 1.04fr) minmax(0, .72fr);
  gap: clamp(22px, 3.5vw, 52px); align-items: stretch; max-width: 1440px; margin: 0 auto;
}
#masthead .hz-products-promo {
  position: relative; isolation: isolate; overflow: hidden; min-width: 0; min-height: 440px;
  display: flex; flex-direction: column; align-items: flex-start; padding: 32px 24px 24px;
  border-radius: 4px; background: #303030; color: #fff;
}
#masthead .hz-products-promo img {
  position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 48% 70%; border-radius: 0; max-width: none;
}
#masthead .hz-products-promo::after {
  content: ""; position: absolute; z-index: -1; inset: 0;
  background: linear-gradient(180deg, #303030 0%, rgb(48 48 48 / 96%) 26%, rgb(48 48 48 / 22%) 66%, rgb(36 29 23 / 38%) 100%);
}
#masthead .hz-products-promo p { margin: 0 0 18px; padding: 0; color: #fff; font: 400 15px/1.5 Arial, sans-serif; }
#masthead .hz-products-promo .hz-products-promo-title {
  margin: 0; color: #fff; font: 700 clamp(26px, 2.6vw, 40px)/1.07 Arial, sans-serif;
  text-transform: uppercase; letter-spacing: -.025em; overflow-wrap: normal;
}
#masthead .hz-products-promo .hz-products-quote {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  width: 100%; min-height: 48px; margin-top: auto; padding: 13px 16px; border-radius: 30px;
  background: #f7a719; color: #071a25 !important; font: 700 13px/1.35 Arial, sans-serif;
  text-decoration: none; border: 0;
}
#masthead .hz-products-promo .hz-products-quote:hover { background: #ffb72b; }
#masthead .hz-products-group { min-width: 0; margin: 0; padding: 0; background: transparent; }
#masthead .hz-products-group h2 {
  margin: 0 0 14px; padding: 0 0 17px; border-bottom: 1px solid #d5d9dc;
  color: #14344b; font: 700 18px/1.35 Arial, sans-serif; text-transform: none; letter-spacing: 0;
}
#masthead .hz-products-group ul {
  display: block; position: static; width: auto; list-style: none; margin: 0; padding: 0;
  background: transparent; border: 0; box-shadow: none;
}
#masthead .hz-products-group li { display: block; margin: 0; padding: 0; width: auto; float: none; }
#masthead .hz-products-group .hz-products-link {
  display: flex; align-items: center; gap: 12px; min-height: 36px; padding: 5px 0;
  color: #12344b; background: transparent; font: 400 15px/1.35 Arial, sans-serif;
  text-decoration: none; text-transform: none; letter-spacing: 0;
}
#masthead .hz-products-link svg { display: block; flex: 0 0 21px; width: 21px; height: 21px; color: #808580; }
#masthead .hz-products-group .hz-products-link:hover,
#masthead .hz-products-group .hz-products-link:focus-visible { color: #df6500; }
#masthead .hz-products-group .hz-products-link:hover svg { color: currentColor; }
#masthead .hz-products-overview {
  display: inline-flex; margin-top: 24px; padding: 8px 0; min-height: 40px;
  color: #12344b; font: 700 13px/1.4 Arial, sans-serif; text-decoration: underline; text-underline-offset: 4px;
}
#masthead .hz-products-panel a:focus-visible,
#masthead .hz-products-item > .menu-link:focus-visible { outline: 2px solid #e77b00; outline-offset: 4px; }
@media (min-width: 1081px) and (min-height: 820px) {
  #masthead .hz-products-panel { padding-block: 30px; }
  #masthead .hz-products-group .hz-products-link { min-height: 44px; }
}
@media (max-width: 1080px) {
  #masthead .hz-products-item { display: block !important; width: 100% !important; }
  #masthead .hz-products-item > .menu-link { width: 100%; height: auto !important; min-height: 48px !important; padding-block: 14px !important; }
  #masthead .hz-products-item > .menu-link::after { inset-inline: 20px; }
  #masthead .hz-products-item > .menu-link::before { content: "+"; margin-inline-start: auto; order: 2; font-size: 22px; }
  #masthead .hz-products-item.is-open > .menu-link::before { content: "−"; }
  #masthead .hz-products-panel {
    position: relative; inset: auto; width: 100%; max-height: 65vh; max-height: 65dvh;
    padding: 20px; border: 0; box-shadow: inset 0 1px #e4e6e8; scrollbar-gutter: auto;
  }
  #masthead .hz-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  #masthead .hz-products-promo { min-height: 230px; padding: 24px; }
  #masthead .hz-products-promo .hz-products-promo-title { font-size: 28px; max-width: 260px; }
  #masthead .hz-products-promo p { margin-bottom: 10px; }
  #masthead .hz-products-promo .hz-products-quote { max-width: 300px; margin-top: 28px; }
  #masthead .hz-products-group .hz-products-link { min-height: 44px; }
}
@media (max-width: 600px) {
  #masthead .hz-products-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  #masthead .hz-products-promo { min-height: 220px; }
  #masthead .hz-products-group h2 { margin-bottom: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  #masthead .hz-products-item > .menu-link::after { transition: none; }
}
@media print { #masthead .hz-products-panel { display: none !important; } }
