/** TOOLS (homepage utility section) **/
#home_tools {
  @media(max-width:980px){
    & .tools-col { display:flex; gap:20px;
      & .et_pb_module { margin-bottom:0; }
    }
  }
  @media (max-width:767px) {
    & .tools-col { flex-direction:column; }
  }

  & .home-innovation {
    & .et-last-child {
      height:100%;
      & .et_pb_image { height:100%; width:100%;
        & span.et_pb_image_wrap { height:100%;
          & img { object-fit:cover; aspect-ratio: 4 / 5; }
        }
      }
    }
    @media (max-width:980px) { display:flex; }
    @media (max-width:767px) {
      flex-direction:column;
      & .et_pb_image { /* optionally hide on small if desired */ }
    }
  }
}

/** DESTINATIONS section split layout (non-slider layout rules) **/
#home_destinations {
  & .home-destinations-col {
    @media (min-width:981px) { width:53%; }
    & .et_pb_text_inner p { padding-bottom:4px;
      & a:hover { text-decoration:underline; }
    }
    @media (max-width:980px) {
      & .states-row .et_pb_column { width:25%; margin:0; }
    }
    @media (max-width:767px) {
      & .states-row { column-gap:22px;
        & .et_pb_column { width:46% !important; }
      }
    }
  }

  /* The slider visuals for the right column live in _sliders.css */
  & .home-destinations-slider { @media (min-width:981px) { width:44%; } }
}
