/* Home hose catalog: all cards remain available without JavaScript. */
.home-hoses { margin: 64px 0; padding: 36px 0; border-top: 1px solid #e4e8ee; border-bottom: 1px solid #e4e8ee; color: #21355c; }
.home-hoses__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.home-hoses__eyebrow { display: block; color: #b84d18; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; }
.home-hoses h2 { font-size: clamp(26px, 3vw, 36px); line-height: 1.18; font-weight: 700; letter-spacing: -.7px; margin: 0 0 12px; color: #21355c; }
.home-hoses__intro { max-width: 660px; font-size: 16px; line-height: 1.6; margin: 0; color: #536176; }
/* Quiet edge controls: full hit area, small visual chevrons. */
.home-hoses__frame { position: relative; }
.home-hoses__controls { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.home-hoses__controls[hidden] { display: none; }
.home-hoses__button { position: absolute; top: 50%; transform: translateY(-50%); display: grid; place-items: center; width: 40px; height: 44px; padding: 0; border: 0; border-radius: 12px; background: rgba(255,255,255,.88); color: #637087; box-shadow: 0 2px 10px #21355c0d; cursor: pointer; pointer-events: auto; transition: background .2s, color .2s; }
.home-hoses__button[data-hose-direction="-1"] { left: -12px; }
.home-hoses__button[data-hose-direction="1"] { right: -12px; }
.home-hoses__button span { display: block; width: 9px; height: 9px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg); margin-left: -4px; }
.home-hoses__button[data-hose-direction="-1"] span { transform: rotate(-135deg); margin-left: 4px; }
.home-hoses__button:hover { background: #fff; color: #21355c; }
.home-hoses__pause { padding: 4px 0; border: 0; background: transparent; color: #637087; font: inherit; font-size: 12px; cursor: pointer; }
.home-hoses__pause:hover { color: #21355c; text-decoration: underline; }
@media (max-width: 575px) {
 .home-hoses__button[data-hose-direction="-1"] { left: 0; }
 .home-hoses__button[data-hose-direction="1"] { right: 0; }
}
.home-hoses__track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 4px; overscroll-behavior-x: contain; list-style: none; padding: 4px 4px 10px; margin: 0 -4px; scrollbar-width: none; -ms-overflow-style: none; }
.home-hoses__track::-webkit-scrollbar { display: none; width: 0; height: 0; }
.home-hoses__viewport { overflow: hidden; padding: 4px; margin: -4px; }
.home-hoses--enhanced .home-hoses__track { overflow: visible; gap: 0; padding: 0; margin: 0; scroll-snap-type: none; transition-timing-function: cubic-bezier(.25,.1,.25,1); }
.home-hoses--enhanced .home-hoses__item { flex: 0 0 auto; height: auto; scroll-snap-align: none; }
.home-hoses__item { display: flex; flex: 0 0 calc((100% - 40px) / 3); min-width: 0; scroll-snap-align: start; }
.home-hoses__card { display: flex; flex-direction: column; width: 100%; border: 1px solid #dce2eb; border-radius: 14px; background: #fff; overflow: hidden; color: #21355c; text-decoration: none; transition: border-color .2s, box-shadow .2s; }
.home-hoses__card:hover { color: #21355c; border-color: #21355c; box-shadow: 0 5px 16px #21355c12; }
.home-hoses__media { display: flex; align-items: center; justify-content: center; height: 155px; padding: 8px; overflow: hidden; background: #fff; border-bottom: 1px solid #edf0f4; }
.home-hoses__media img { display: block; width: 100%; height: 100%; object-fit: contain; }
.home-hoses__media img[src$="NHI-Houston-Flat-Blue.png"] { width: 190px; height: 230px; max-width: none; flex-shrink: 0; transform: translateY(40px); }
.home-hoses__media img[src$="Fullpress.jpg"], .home-hoses__media img[src$="AirPress.jpg"] { object-fit: cover; }
.home-hoses__media--type { flex-direction: column; align-items: flex-start; padding: 24px; gap: 8px; background: #edf3f6; }
.home-hoses__media--type span { color: #536176; font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.home-hoses__media--type strong { color: #21355c; font-size: 28px; line-height: 1.15; font-weight: 700; }
.home-hoses__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 18px; }
.home-hoses__category { color: #a54110; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 10px; }
.home-hoses h3 { font-size: 19px; font-weight: 700; line-height: 1.25; letter-spacing: -.3px; color: #21355c; margin: 0 0 8px; }
.home-hoses__description { color: #536176; font-size: 13px; line-height: 1.5; margin: 0 0 16px; }
.home-hoses__cta { margin-top: auto; font-size: 14px; font-weight: 700; color: #21355c; }
.home-hoses__footer { display: flex; justify-content: space-between; align-items: center; gap: 12px 24px; flex-wrap: wrap; margin-top: 16px; }
.home-hoses__links { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.home-hoses__links a { color: #21355c; font-size: 14px; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; padding: 8px 0; }
.home-hoses__status { color: #536176; font-size: 13px; margin: 0; }
.home-hoses a:focus-visible, .home-hoses button:focus-visible, .home-hoses__track:focus-visible { outline: 3px solid #b84d18; outline-offset: 3px; }
@media (max-width: 991px) { .home-hoses__item { flex-basis: calc((100% - 20px) / 2); } }
@media (max-width: 575px) {
  .home-hoses { margin: 40px 0; padding: 28px 0; }
  .home-hoses__heading { flex-wrap: wrap; gap: 16px; }
  .home-hoses__intro { font-size: 14px; }
  .home-hoses__track { gap: 14px; }
  .home-hoses__item { flex-basis: 88%; }
  .home-hoses__media { height: 145px; }
  .home-hoses__body { padding: 16px; }
  .home-hoses__footer { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { .home-hoses__card { transition: none; } }
