.hamburger-lines{display:grid;gap:4px}.hamburger-lines i{display:block;width:18px;height:2px;background:currentColor;border-radius:2px;transition:transform .22s ease,opacity .22s ease}.menu-toggle[aria-expanded=true] .hamburger-lines i:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle[aria-expanded=true] .hamburger-lines i:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] .hamburger-lines i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media(prefers-reduced-motion:reduce){.hamburger-lines i{transition:none}}
