.mh-header{position:fixed;top:0;left:0;right:0;z-index:40;background:rgba(255,253,248,0.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(229,215,201,0.8)}.mh-header__inner{height:var(--nav-height);display:flex;align-items:center;justify-content:space-between;gap:var(--space-6)}.mh-header__brand{display:inline-flex;align-items:center;gap:0.6rem;font-weight:700;font-size:var(--text-base);letter-spacing:0.08em;text-transform:uppercase;color:var(--gray-900)}.mh-header__logo{width:2.25rem;height:2.25rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;background:conic-gradient(from 140deg,var(--color-primary),var(--color-secondary),var(--color-accent-violet),var(--color-accent-gold));color:#ffffff;font-size:0.9rem;box-shadow:0 10px 26px rgba(15,23,42,0.25)}.mh-header__title{white-space:nowrap}.mh-header__nav{display:flex;align-items:center;gap:1.5rem}.mh-header__menu-wrapper{display:flex;align-items:center}.mh-header__menu{display:flex;align-items:center;gap:1.3rem;font-size:var(--text-sm)}.mh-header__item{list-style:none}.mh-header__link{position:relative;display:inline-flex;align-items:center;padding:0.25rem 0;color:var(--gray-700);font-weight:500}.mh-header__link::after{content:"";position:absolute;left:0;bottom:-0.08rem;width:0;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));transition:width var(--transition-fast)}.mh-header__link:hover{color:var(--gray-900)}.mh-header__link:hover::after{width:100%}.mh-header__link--active{color:var(--gray-900)}.mh-header__link--active::after{width:70%}.mh-header__item--cta .mh-header__link--cta{padding:0.5rem 1.1rem;border-radius:999px;border:1px solid rgba(255,91,106,0.8);background:linear-gradient(135deg,var(--color-primary),var(--color-accent-violet));color:#ffffff;box-shadow:var(--shadow-sm);letter-spacing:0.06em;text-transform:uppercase;font-size:var(--text-xs)}.mh-header__item--cta .mh-header__link--cta::after{display:none}.mh-header__item--cta .mh-header__link--cta:hover{transform:translateY(-1px);box-shadow:var(--shadow-md);background:linear-gradient(135deg,var(--color-primary-strong),var(--color-accent-violet))}.mh-header__toggle{display:none;width:2.4rem;height:2.4rem;border-radius:999px;border:1px solid rgba(148,163,184,0.55);align-items:center;justify-content:center;cursor:pointer;background-color:rgba(255,255,255,0.9)}.mh-header__toggle-bar{width:1.2rem;height:2px;border-radius:999px;background-color:var(--gray-800);position:relative;transition:background-color var(--transition-fast)}.mh-header__toggle-bar::before,.mh-header__toggle-bar::after{content:"";position:absolute;left:0;width:100%;height:100%;border-radius:inherit;background-color:inherit;transform-origin:center;transition:transform var(--transition-fast),top var(--transition-fast),opacity var(--transition-fast)}.mh-header__toggle-bar::before{top:-0.3rem}.mh-header__toggle-bar::after{top:0.3rem}.mh-header__toggle--open .mh-header__toggle-bar{background-color:transparent}.mh-header__toggle--open .mh-header__toggle-bar::before{top:0;transform:rotate(45deg)}.mh-header__toggle--open .mh-header__toggle-bar::after{top:0;transform:rotate(-45deg)}@media (max-width:1024px){.mh-header__menu{display:none;position:absolute;top:var(--nav-height);left:0;right:0;padding:0.9rem 1.25rem 1.1rem;background:rgba(255,253,248,0.98);border-bottom:1px solid rgba(229,215,201,0.8);box-shadow:0 16px 30px rgba(15,23,42,0.15);flex-direction:column;align-items:flex-start;gap:0.4rem}.mh-header__menu--open{display:flex}.mh-header__item--cta{margin-top:0.3rem}.mh-header__toggle{display:inline-flex}.mh-header__menu-wrapper{position:static}}@media (max-width:480px){.mh-header__title{display:none}}