
/* My Kitchen hero.
   The React island's Tailwind build is scoped/purged, so these custom classes need
   real CSS. The artwork carries its own copy (headline, the five feature captions and
   "Good food. Less stress."), so the duplicate text header was removed from the bundle. */
/* New banner is 2.02:1 (was 2.6:1), so it renders taller — the whitespace around
   it is pulled in to keep the page from growing. */
#huKitchenReact .hu-mk-hero{
  display:block;
  margin:-56px 0 20px;          /* cancel the island's py-12/py-14 top padding */
  padding:0;
  max-width:none;
}
#huKitchenReact .hu-mk-hero-img{
  display:block;
  width:100%;
  height:auto;
  border-radius:22px;
  box-shadow:0 14px 34px rgba(51,64,47,.10);
}
@media (max-width:640px){
  #huKitchenReact .hu-mk-hero{ margin:-40px 0 16px; }
  #huKitchenReact .hu-mk-hero-img{ border-radius:16px; }
}
