.studio-menu-toggle{display:none}
@media(max-width:900px){
 body.draft-home .header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:0;width:calc(100% - 24px);margin:12px auto 0;top:12px;padding:10px 16px;min-height:66px;box-sizing:border-box}
 body.draft-home .header .logo{flex:0 0 auto;margin:0}
 body.draft-home .header .brand-art{width:88px}
 body.draft-home .header nav{display:flex;flex-wrap:wrap;gap:8px;width:100%;margin:10px 0 0}
 body.draft-home .header nav>a:nth-child(n){display:flex;font-size:14px;min-height:44px}
 body.draft-home .header.mobile-nav-ready .studio-menu-toggle{display:flex;align-items:center;gap:10px;padding:9px 12px;min-height:44px;border:1px solid #657178;border-radius:9px;background:transparent;color:#fff;font:600 14px 'DM Sans',Arial,sans-serif;cursor:pointer}
 .studio-menu-toggle svg{width:20px;height:20px}
 body.draft-home .header.mobile-nav-ready nav{display:none;position:absolute;left:0;right:0;top:calc(100% + 8px);width:auto;padding:12px;margin:0;background:#20282c;border:1px solid #465258;border-radius:14px;box-shadow:0 14px 30px #0003}
 body.draft-home .header.mobile-nav-ready.is-menu-open nav{display:flex;flex-direction:column;align-items:stretch;gap:4px}
 body.draft-home .header.mobile-nav-ready nav>a:nth-child(n){padding:10px 14px;box-sizing:border-box;border-radius:8px}
 body.draft-home .header nav>a:focus-visible,.studio-menu-toggle:focus-visible{outline:3px solid #ff754f;outline-offset:2px}
}
