Hi there! Here is a start for you, add this in Customize > Additional CSS:
@media only screen and (max-width: 479px) {
#theme-toggle { display: none; }
.toggle-search { top: -62px; }
#wrap-nav-header { position: relative; z-index: 99; }
#wrap-nav-header .menu-toggle { margin-top: -62px; }
.nav-menu.mobile > div > ul > li:last-child { margin-bottom: 82px; }
}
Making it all sticky is a bit more complicated.
Thank you very much!
I will try to optimize the theme to make it as personal as possible.