.header{position:sticky;top:0;z-index:100;background:var(--c-white)}.header__inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:120rem;height:6.4rem;margin-inline:auto;padding-inline:2rem}.header__logo{font-family:var(--font-headline);font-size:1.6rem;font-weight:600;line-height:1.9rem;color:var(--c-ink);white-space:nowrap}.header__menu{display:flex;align-items:center;gap:4.8rem}.header__item{position:relative}.header__link{display:block;padding:0;font-family:var(--font-text);font-size:1.4rem;font-weight:400;line-height:2.2rem;color:var(--c-muted);white-space:nowrap;transition:color .2s ease}.header__link:hover{color:var(--c-ink)}.header__link--sub{position:relative;padding-right:3.2rem}.header__arrow{position:absolute;right:.8rem;top:50%;width:.8rem;height:.5rem;margin-top:-0.2rem;transition:transform .2s ease}.header__link[aria-expanded=true] .header__arrow{transform:rotate(180deg)}.header__sub{position:absolute;top:calc(100% + 1.3rem);left:50%;width:23.9rem;margin-left:-11.95rem;padding:1.6rem 2rem 2.4rem;border-radius:1.6rem;background:var(--c-white);box-shadow:0 .4rem 2.4rem rgba(0,0,0,.08)}.header__sub[hidden]{display:none}.header__sub-list{display:grid;gap:.9rem;text-align:center}.header__sub-list a{display:block;font-size:1.4rem;line-height:2.2rem;color:var(--c-muted);transition:color .2s ease}.header__sub-list a:hover{color:var(--c-ink)}.header__burger{display:none;flex-direction:column;gap:.5rem;padding:.6rem}.header__burger span{display:block;width:2.2rem;height:.2rem;background:var(--c-ink);transition:transform .25s ease,opacity .2s ease}@media screen and (max-width: 1199px){.header__inner{height:5.6rem}.header__logo{font-size:1.6rem}.header__burger{display:flex}.header--open .header__burger span:nth-child(1){transform:translateY(0.7rem) rotate(45deg)}.header--open .header__burger span:nth-child(2){opacity:0}.header--open .header__burger span:nth-child(3){transform:translateY(-0.7rem) rotate(-45deg)}.header__nav{position:fixed;inset:5.6rem 0 0;padding:2.4rem 2rem 4rem;background:var(--c-white);overflow-y:auto;transform:translateX(100%);transition:transform .3s ease;visibility:hidden}.header--open .header__nav{transform:none;visibility:visible}.header__menu{flex-direction:column;align-items:stretch;gap:2.4rem}.header__link{font-size:1.6rem;line-height:2.2rem}.header__link--sub{display:flex;align-items:center;justify-content:space-between;width:100%;padding-right:0}.header__arrow{position:static;margin-top:0}.header__sub{position:static;width:auto;margin-left:0;padding:1.6rem 0 0;border-radius:0;box-shadow:none}.header__sub-list{gap:1.4rem;text-align:left}}body.is-menu-open{overflow:hidden}