Minor changes on theme per subdomain – same contents

You can use multisite with child theme with some customization based on site_ID.

E.g if(get_current_blog_id() == 1) { condition } else { condition }