.menu-toggle{display:none}.mobile-menu{width:100%;max-width:none;max-height:100dvh;color:var(--paper);overscroll-behavior:contain;background:0 0;border:0;margin:0;padding:0;position:fixed;inset:0 0 auto;overflow-y:auto}.mobile-menu::backdrop{-webkit-backdrop-filter:blur(7px);background:#000000ad}.mobile-menu__panel{background:var(--black);padding:max(12px, env(safe-area-inset-top)) var(--gut) max(24px, env(safe-area-inset-bottom));border-bottom:3px solid var(--red)}.mobile-menu__head{justify-content:space-between;align-items:center;min-height:44px;margin-bottom:24px;display:flex}.mobile-menu__head>span{font:700 12px/1 var(--body);letter-spacing:.18em;text-transform:uppercase;color:#aaa7a1}.mobile-menu__close,.menu-toggle{background:var(--red);width:44px;height:44px;color:var(--black);cursor:pointer;border:0;flex:none;justify-content:center;align-items:center}.mobile-menu__close{display:inline-flex}.menu-toggle__lines,.mobile-menu__close span{width:22px;height:16px;position:relative}.menu-toggle__lines:before,.menu-toggle__lines:after,.mobile-menu__close span:before,.mobile-menu__close span:after{content:"";background:currentColor;width:22px;height:2px;position:absolute;left:0}.menu-toggle__lines:before{top:3px}.menu-toggle__lines:after{bottom:3px}.mobile-menu__close span:before{top:7px;transform:rotate(45deg)}.mobile-menu__close span:after{top:7px;transform:rotate(-45deg)}.mobile-menu a{text-decoration:none}.mobile-menu__links{display:grid}.mobile-menu__links a{font:900 clamp(32px, 7.5vw, 54px)/1.08 var(--display);text-transform:uppercase;overflow-wrap:break-word;border-top:1px solid #34322f;padding:19px 0}.mobile-menu__links a:last-child{border-bottom:1px solid #34322f}.mobile-menu__links a[aria-current],.mobile-menu__links a:hover{color:var(--red)}.mobile-menu__cta{background:var(--red);min-height:54px;color:var(--black);font:900 24px/1.15 var(--display);letter-spacing:.03em;text-transform:uppercase;justify-content:center;align-items:center;margin-top:28px;padding:12px 20px;display:flex}.mobile-menu__cta:hover,.mobile-menu__close:hover,.menu-toggle:hover{background:var(--paper)}.mobile-menu__langs{gap:12px;margin-top:20px;display:flex}.mobile-menu__langs a{min-width:44px;min-height:44px;font:700 13px/1 var(--body);border:1px solid #34322f;justify-content:center;align-items:center;display:inline-flex}.mobile-menu__langs a[aria-current]{border-color:var(--paper);background:var(--paper);color:var(--black)}.mobile-menu :focus-visible{outline:2px solid var(--paper);outline-offset:4px}.mobile-menu[open] .mobile-menu__panel{animation:.22s ease-out both menu-enter}html.menu-open,html.menu-open body{overflow:hidden!important}@keyframes menu-enter{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.mobile-menu[open] .mobile-menu__panel{animation:none}}@media (width<=900px){.mobile-menu-ready .menu-toggle:not([hidden]){margin-left:8px;display:inline-flex}.mobile-menu-ready .nav__links,.mobile-menu-ready .sp-nav__links,.mobile-menu-ready .nav__cta,.mobile-menu-ready .sp-nav__cta{display:none}.nav__langs,.sp-nav__langs{margin-left:auto}.mobile-menu-ready .nav__langs a,.mobile-menu-ready .sp-nav__langs a{justify-content:center;align-items:center;min-width:36px;min-height:44px;padding:8px;display:inline-flex}.mobile-menu-ready .sp-nav{gap:6px;padding-top:8px;padding-bottom:8px}.mobile-menu-ready .nav__logo span{display:inline}html:not(.mobile-menu-ready) .nav,html:not(.mobile-menu-ready) .sp-nav{background:var(--black);flex-wrap:wrap;height:auto;padding-top:8px;padding-bottom:8px}html:not(.mobile-menu-ready) .nav__links,html:not(.mobile-menu-ready) .sp-nav__links{flex-basis:100%;order:5;margin:0;padding:8px 0;display:flex}}
