.menu-toggle{display:none}
.mobile-menu{position:fixed;inset:0;margin:0;width:100%;max-width:100%;height:100dvh;max-height:100dvh;border:0;background:#0b0e10;color:#edf0ed;padding:0 24px max(24px,env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain}
.mobile-menu::backdrop{background:#000b}
.mobile-menu-top{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #ffffff28}
.mobile-menu-top h2{font-size:24px;font-weight:300;letter-spacing:1px}
.mobile-menu-close{position:static;display:grid;place-items:center;width:48px;height:48px;border:1px solid #ffffff45;background:none;color:inherit;font-size:30px;line-height:1}
.mobile-menu-primary{display:flex;flex-wrap:wrap;gap:6px 28px;padding:16px 0;border-bottom:1px solid #ffffff28}
.mobile-menu-primary a{display:flex;align-items:center;min-height:48px;font-size:16px}
.mobile-menu-label{margin:24px 0 10px;color:#a5aaa9;font-size:12px;letter-spacing:2px;text-transform:uppercase}
.mobile-menu-links{display:grid;grid-template-columns:minmax(0,1fr)}
.mobile-menu-links a{display:flex;gap:18px;align-items:center;min-height:61px;padding:13px 0;border-bottom:1px solid #ffffff28;color:#a5aaa9;font-size:13px}
.mobile-menu-links a span{font-size:21px;font-weight:300;color:#edf0ed}
.mobile-menu-links a.chosen{border-bottom-color:#a8b5af}
.mobile-menu-links a.chosen::after{content:'Current';margin-left:auto;color:#c9d2cd;font-size:12px}
.mobile-menu-links .active-dot{display:none}
@media(max-width:1049px){
  .mobile-menu-ready .menu-toggle:not([hidden]){display:inline-flex;align-items:center;justify-self:start;gap:10px;min-width:48px;min-height:48px;padding:0;border:0;background:none;color:inherit;font-size:14px}
  .hamburger-icon{display:flex;width:23px;flex-direction:column;gap:5px}
  .hamburger-icon span{display:block;height:1px;width:23px;background:currentColor}
  .mobile-menu-ready .masthead>.collection-link,.mobile-menu-ready .concept-nav{display:none}
  .mobile-menu-ready .hero{height:calc(100svh - 76px)}
  html.mobile-menu-ready{scroll-padding-top:92px}
}
@media(max-height:650px){.mobile-menu-label{margin-top:17px}.mobile-menu-links a{min-height:51px;padding:10px 0}}
