.mobile-menu-button{align-items:flex-end;display:flex;flex-direction:column}@media (min-width:1080px){.mobile-menu-button{display:none}}.mobile-menu-button{gap:6px;margin:-.5rem;padding:.5rem;position:absolute;right:0;top:10px;width:2.75rem;z-index:1001}.mobile-menu-button .bar{background-color:rgb(var(--cl-foreground));border-radius:1px;height:2px;transition:transform .1s ease-out,background-color .1s ease;width:100%;will-change:transform}.mobile-menu-button .bar:first-child{transform-origin:top left}.mobile-menu-button .bar:last-child{transform-origin:bottom left}.mobile-menu-button.is-open .bar:first-child{transform:rotate(45deg) translateY(-8px)}.mobile-menu-button.is-open .bar:nth-child(2){display:none}.mobile-menu-button.is-open .bar:last-child{transform:rotate(-45deg) translateY(8px)}