/*------------------------------------------------------------------*\
    3. Layout - Nav
\*------------------------------------------------------------------*/


/* ── Hamburger Menu Animation ──
   3 bars injected by nav.js, animated to X via GSAP.
   ───────────────────────────────────────────────────────────────── */

.miv-hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 28px;
    height: 24px;
}

.miv-hamburger__bar {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
    transform-origin: center;
    will-change: transform, opacity;
}
