.header-menu{align-items:center;display:inline-flex;position:relative}@media(min-width:1024px){.header-menu{display:none}}.header-menu__toggle{align-items:center;background:transparent;border:none;border-radius:var(--wp--custom--radius--pill);cursor:pointer;display:flex;justify-content:center;min-height:44px;min-width:44px;padding:var(--wp--preset--spacing--space-2);transition:background-color var(--wp--custom--duration--base) var(--wp--custom--easing--standard),color var(--wp--custom--duration--base) var(--wp--custom--easing--standard)}.header-menu__toggle:hover{background:var(--wp--preset--color--surface-muted)}.header-menu__toggle:focus-visible{outline:2px solid var(--wp--preset--color--accent);outline-offset:var(--wp--preset--spacing--space-1)}.header-menu__burger{display:flex;flex-direction:column;gap:0;height:16px;position:relative;width:24px}.header-menu__burger-line{background:var(--wp--preset--color--text-primary);border-radius:2px;height:2px;left:0;position:absolute;transition:transform var(--wp--custom--duration--slow) var(--wp--custom--easing--standard),opacity var(--wp--custom--duration--slow) var(--wp--custom--easing--standard);width:100%}.header-menu__burger-line:first-child{top:0}.header-menu__burger-line:nth-child(2){top:50%;transform:translateY(-50%)}.header-menu__burger-line:nth-child(3){bottom:0}.header-menu--menu-open .header-menu__burger-line:first-child{transform:translateY(7px) rotate(45deg)}.header-menu--menu-open .header-menu__burger-line:nth-child(2){opacity:0}.header-menu--menu-open .header-menu__burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header-menu__overlay{background:rgba(0,0,0,.5);inset:0;opacity:0;position:fixed;transition:opacity var(--wp--custom--duration--slow) var(--wp--custom--easing--standard),visibility var(--wp--custom--duration--slow) var(--wp--custom--easing--standard);visibility:hidden;z-index:998}.header-menu--menu-open .header-menu__overlay{opacity:1;visibility:visible}.header-menu__drawer{position:fixed;right:0;top:0;--drawer-width:280px;background:var(--wp--preset--color--surface);box-shadow:0 16px 40px -8px rgba(26,27,29,.16);height:100%;max-width:80vw;overflow-y:auto;transform:translateX(100%);transition:transform var(--wp--custom--duration--slow) var(--wp--custom--easing--standard);width:min(var(--drawer-width),85vw);z-index:999}.header-menu--menu-open .header-menu__drawer{transform:translateX(0)}.header-menu__drawer-header{align-items:center;background:var(--wp--preset--color--surface);border-bottom:1px solid var(--wp--preset--color--divider);display:flex;justify-content:space-between;padding:var(--wp--preset--spacing--space-5) var(--wp--preset--spacing--space-6)}.header-menu__drawer-title{color:var(--wp--preset--color--text-strong);font-family:var(--wp--preset--font-family--heading);font-size:var(--wp--preset--font-size--h3);font-weight:var(--wp--preset--font-weight--bold);letter-spacing:-.01em;line-height:var(--wp--preset--line-height--tight);margin:0}.header-menu__close{align-items:center;background:transparent;border:none;border-radius:var(--wp--custom--radius--full);color:var(--wp--preset--color--text-muted);cursor:pointer;display:flex;height:44px;justify-content:center;padding:0;transition:color var(--wp--custom--duration--base) var(--wp--custom--easing--standard),background-color var(--wp--custom--duration--base) var(--wp--custom--easing--standard);width:44px}.header-menu__close:hover{background:var(--wp--preset--color--surface-muted);color:var(--wp--preset--color--text-primary)}.header-menu__close:focus-visible{outline:2px solid var(--wp--preset--color--accent);outline-offset:var(--wp--preset--spacing--space-1)}.header-menu__nav{padding:var(--wp--preset--spacing--space-5) var(--wp--preset--spacing--space-6)}.header-menu__list{display:flex;flex-direction:column;gap:0;list-style:none;margin:0;padding:0}.header-menu__list li{border-bottom:1px solid var(--wp--preset--color--divider);margin:0;transition:border-color var(--wp--custom--duration--base) var(--wp--custom--easing--standard)}.header-menu__list li:last-child{border-bottom:none}.header-menu__list li a{color:var(--wp--preset--color--text-primary);display:block;font-family:var(--wp--preset--font-family--body);font-size:var(--wp--preset--font-size--body);font-weight:var(--wp--preset--font-weight--regular);line-height:var(--wp--preset--line-height--normal);padding:var(--wp--preset--spacing--space-4) 0;position:relative;text-decoration:none;transition:color var(--wp--custom--duration--base) var(--wp--custom--easing--standard)}.header-menu__list li a:after{background-color:var(--wp--preset--color--accent);border-radius:var(--wp--custom--radius--line);bottom:var(--wp--preset--spacing--space-3);content:"";height:3px;left:0;position:absolute;transition:width var(--wp--custom--duration--base) var(--wp--custom--easing--standard);width:0}.header-menu__list li a:hover{color:var(--wp--preset--color--accent-strong)}.header-menu__list li a:hover:after{width:100%}.header-menu__list li.current-menu-item>a,.header-menu__list li.current-menu-parent>a,.header-menu__list li.current_page_item>a{color:var(--wp--preset--color--accent-strong)}.header-menu__list li.current-menu-item>a:after,.header-menu__list li.current-menu-parent>a:after,.header-menu__list li.current_page_item>a:after{width:100%}.header-menu__list li a:focus-visible{border-radius:var(--wp--custom--radius--sm);outline:2px solid var(--wp--preset--color--accent);outline-offset:var(--wp--preset--spacing--space-2)}@media(min-width:480px){.header-menu__drawer{width:min(280px,85vw)}}@media(max-width:479px){.header-menu__drawer{width:min(280px,90vw)}.header-menu__drawer-header{padding:var(--wp--preset--spacing--space-4) var(--wp--preset--spacing--space-4)}.header-menu__nav{padding:var(--wp--preset--spacing--space-3) var(--wp--preset--spacing--space-4)}.header-menu__list li a{font-size:var(--wp--preset--font-size--body);padding:var(--wp--preset--spacing--space-2) 0}}@media(prefers-reduced-motion:reduce){.header-menu__burger-line,.header-menu__close,.header-menu__drawer,.header-menu__list li a:after,.header-menu__overlay,.header-menu__toggle{animation:none;transition:none}}
