/* Approved Rideau doré prototype. Every rule is mobile-only and namespaced. */
@media (max-width: 1050px) {
  .lh-mobile-menu-ready .site-nav > .nav-toggle,
  .lh-mobile-menu-ready .site-nav > .nav-panel { display: none !important; }
  .lh-mobile-menu-ready .site-header { padding-top: calc(14px + env(safe-area-inset-top)); }
  .lh-mobile-menu-ready .site-nav {
    width: calc(100% - 48px); min-height: 58px; padding: 7px 10px 7px 13px;
    border: 0; border-radius: 0; background: transparent; box-shadow: none;
    -webkit-backdrop-filter: none; backdrop-filter: none;
  }
  .lh-mobile-menu-ready .site-nav > .brand { flex: 0 0 38px; }
  .lh-mm-trigger,
  #lh-mobile-menu .lh-mm-toggle {
    box-sizing: border-box; display: inline-flex; gap: 12px; align-items: center; justify-content: center;
    min-width: 100px; min-height: 44px; margin: 0; padding: 0 12px; border: 1px solid #ffffff30;
    border-radius: 28px; background: transparent; box-shadow: none; color: #fff;
    font: 700 12px/normal 'Lato', Arial, sans-serif; letter-spacing: normal; text-transform: none;
    cursor: pointer; touch-action: manipulation; -webkit-tap-highlight-color: transparent;
  }
  .lh-mm-trigger {
    position: relative; isolation: isolate; overflow: hidden;
    width: 94px; min-width: 94px; height: 48px; min-height: 48px; padding: 0; gap: 0;
    border: 0; border-radius: 999px; outline: 0;
    background: #030405b8;
    box-shadow: 0 13px 34px #00000054;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px 5px #000;
    -webkit-backdrop-filter: blur(22px) saturate(145%);
    backdrop-filter: blur(22px) saturate(145%);
    transition: transform 170ms ease, filter 170ms ease, box-shadow 170ms ease;
  }
  .lh-mm-trigger::before, .lh-mm-trigger::after { content: none; }
  .lh-mm-trigger > span { position: relative; z-index: 2; }
  .lh-mm-trigger[hidden], #lh-mobile-menu[hidden], #lh-mobile-menu [hidden] { display: none !important; }
  .lh-mm-trigger:focus, .lh-mm-trigger:focus-visible { border: 0; outline: 0; }
  .lh-mm-trigger:focus-visible { filter: brightness(1.13); }
  .lh-mm-trigger:active { transform: scale(.94); filter: brightness(1.12); }
  #lh-mobile-menu button:active { scale: .97; }
  .lh-mm-lines { position: relative; width: 17px; height: 18px; display: block; flex: 0 0 17px; }
  .lh-mm-lines::before, .lh-mm-lines::after { content: ''; position: absolute; left: 0; top: 6px; width: 17px; height: 1.5px; background: currentColor; }
  .lh-mm-lines::after { top: 12px; width: 12px; }
  #lh-mobile-menu .lh-mm-close .lh-mm-lines::before { top: 8px; transform: rotate(45deg); }
  #lh-mobile-menu .lh-mm-close .lh-mm-lines::after { top: 8px; width: 17px; transform: rotate(-45deg); }

  #lh-mobile-menu {
    --lh-mm-ease: cubic-bezier(.76, 0, .24, 1);
    --lh-mm-settle: cubic-bezier(.16, 1, .3, 1);
    position: fixed; inset: 0; z-index: 10020; display: block; isolation: isolate;
    width: 100%; height: 100dvh; overflow: hidden; visibility: hidden; pointer-events: none;
    background: transparent; color: #020202; text-align: left;
    font: 400 16px/normal 'Lato', Arial, sans-serif; -webkit-font-smoothing: antialiased;
  }
  #lh-mobile-menu *, #lh-mobile-menu *::before, #lh-mobile-menu *::after { box-sizing: border-box; }
  #lh-mobile-menu.is-visible { visibility: visible; pointer-events: auto; }
  #lh-mobile-menu a { color: inherit; text-decoration: none; }
  #lh-mobile-menu button, #lh-mobile-menu a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
  #lh-mobile-menu button { cursor: pointer; }
  #lh-mobile-menu button:focus-visible, #lh-mobile-menu a:focus-visible { outline: 2px solid #020202; outline-offset: 5px; }
  #lh-mobile-menu .lh-mm-close:focus, #lh-mobile-menu .lh-mm-close:focus-visible { outline: 0; outline-offset: 0; }
  #lh-mobile-menu svg.lh-mm-arrow { display: block; flex: 0 0 auto; width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.5; overflow: visible; }
  #lh-mobile-menu .lh-mm-wipe { position: absolute; inset: 0; pointer-events: none; transform: translateX(101%); transition: transform 680ms var(--lh-mm-ease); }
  #lh-mobile-menu .lh-mm-wipe-one { z-index: -2; background: #f0eee8; transition-delay: 180ms; }
  #lh-mobile-menu .lh-mm-wipe-two { z-index: -1; background: #fec200; transition-delay: 80ms; }
  #lh-mobile-menu.is-open .lh-mm-wipe { transform: translateX(0); }
  #lh-mobile-menu.is-open .lh-mm-wipe-one { transition-delay: 0ms; }
  #lh-mobile-menu.is-open .lh-mm-wipe-two { transition-delay: 95ms; }
  html.lh-mm-scroll-locked { overflow: hidden; overscroll-behavior: none; }

  #lh-mobile-menu .lh-mm-top { position: absolute; z-index: 3; top: calc(21px + env(safe-area-inset-top)); left: 30px; right: 34px; display: flex; justify-content: space-between; align-items: center; }
  #lh-mobile-menu .lh-mm-brand { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; }
  #lh-mobile-menu .lh-mm-brand-mark { display: block; width: 38px; height: 38px; flex: 0 0 38px; fill: currentColor; overflow: visible; shape-rendering: geometricPrecision; }
  #lh-mobile-menu .lh-mm-brand span { max-width: 80px; font-size: 10px; font-weight: 400; letter-spacing: 1.5px; line-height: 1.45; text-transform: uppercase; }
  #lh-mobile-menu .lh-mm-toggle { color: #020202; border-color: #02020244; }
  #lh-mobile-menu .lh-mm-scroll { position: absolute; inset: calc(126px + env(safe-area-inset-top)) 0 0; padding: 6px 30px calc(28px + env(safe-area-inset-bottom)); overflow-y: auto; overflow-x: hidden; overscroll-behavior: contain; scrollbar-width: none; }
  #lh-mobile-menu .lh-mm-scroll::-webkit-scrollbar { display: none; }
  #lh-mobile-menu .lh-mm-home { display: flex; flex-direction: column; min-height: 100%; }
  #lh-mobile-menu .lh-mm-eyebrow { margin: 0 0 22px; color: #514009; font: 700 10px/1.4 'Lato', Arial, sans-serif; letter-spacing: 2px; text-transform: uppercase; }
  #lh-mobile-menu .lh-mm-list { margin: 0; padding: 0; list-style: none; }
  #lh-mobile-menu .lh-mm-item { overflow: hidden; margin: 0; padding: 0; }
  #lh-mobile-menu .lh-mm-link { width: 100%; min-height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0; padding: 2px 0; background: none; border: 0; border-radius: 0; box-shadow: none; text-align: left; color: #020202; font: 400 clamp(40px, 12.6vw, 57px)/1.02 'Bebas Neue', Impact, sans-serif; letter-spacing: -.6px; text-transform: none; }
  #lh-mobile-menu .lh-mm-link .lh-mm-arrow { opacity: .7; }
  #lh-mobile-menu .lh-mm-link.is-current::after { content: ''; width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: currentColor; margin-right: 9px; }
  #lh-mobile-menu .lh-mm-link:hover { color: #5a4500; }
  #lh-mobile-menu .lh-mm-footer { margin-top: auto; padding-top: 38px; }
  #lh-mobile-menu .lh-mm-social { margin-top: 0; display: flex; flex-wrap: wrap; gap: 10px 26px; font-size: 16.5px; line-height: 1.2; }
  #lh-mobile-menu .lh-mm-social a { display: inline-flex; align-items: center; min-height: 44px; }
  #lh-mobile-menu .lh-mm-location { margin: 14px 0 0; color: #514009; font-size: 15px; line-height: 1.35; }

  #lh-mobile-menu .lh-mm-top, #lh-mobile-menu .lh-mm-eyebrow, #lh-mobile-menu .lh-mm-footer { opacity: 0; transform: translateY(18px); transition: opacity 150ms ease, transform 230ms ease; }
  #lh-mobile-menu .lh-mm-link { opacity: 0; transform: translateY(112%) rotate(3deg); transform-origin: 0 100%; transition: transform 250ms ease, opacity 160ms ease, color 150ms ease; }
  #lh-mobile-menu.is-open .lh-mm-top { opacity: 1; transform: none; transition-duration: 450ms; transition-delay: 260ms; }
  #lh-mobile-menu.is-open .lh-mm-eyebrow { opacity: 1; transform: none; transition-duration: 600ms; transition-timing-function: var(--lh-mm-settle); transition-delay: 330ms; }
  #lh-mobile-menu.is-open .lh-mm-link { opacity: 1; transform: none; transition-duration: 760ms; transition-timing-function: var(--lh-mm-settle); transition-delay: calc(350ms + var(--i) * 55ms); }
  #lh-mobile-menu.is-open .lh-mm-footer { opacity: 1; transform: none; transition-duration: 600ms; transition-timing-function: var(--lh-mm-settle); transition-delay: 680ms; }

  #lh-mobile-menu .lh-mm-back { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; margin: 0 0 17px; padding: 0; border: 0; border-radius: 0; box-shadow: none; color: inherit; background: none; font: 400 12px/normal 'Lato', Arial, sans-serif; }
  #lh-mobile-menu .lh-mm-back .lh-mm-arrow { width: 18px; height: 18px; transform: rotate(180deg); }
  #lh-mobile-menu .lh-mm-title { margin: 0 0 22px; color: #020202; font: 400 52px/1 'Bebas Neue', Impact, sans-serif; letter-spacing: normal; text-transform: none; }
  #lh-mobile-menu .lh-mm-sublist { margin: 0; padding: 0; list-style: none; }
  #lh-mobile-menu .lh-mm-sublist li { margin: 0; padding: 0; }
  #lh-mobile-menu .lh-mm-sublist a { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 72px; padding: 14px 0; border-bottom: 1px solid #02020233; }
  #lh-mobile-menu .lh-mm-sublist strong { display: block; font: 400 29px/1.08 'Bebas Neue', Impact, sans-serif; }
  #lh-mobile-menu .lh-mm-sublist small { display: block; max-width: 245px; margin-top: 5px; color: #514009; font-size: 11px; line-height: 1.45; }
  #lh-mobile-menu .lh-mm-sublist .lh-mm-arrow { width: 19px; height: 19px; }
  #lh-mobile-menu .lh-mm-submenu.is-entering { animation: lh-mm-submenu-enter 500ms var(--lh-mm-settle) both; }
  #lh-mobile-menu .lh-mm-submenu.is-entering li { animation: lh-mm-submenu-enter 600ms var(--lh-mm-settle) both; animation-delay: calc(var(--i) * 45ms); }
  #lh-mobile-menu .lh-mm-home.is-returning { animation: lh-mm-submenu-enter 450ms var(--lh-mm-settle) both; }
  @keyframes lh-mm-submenu-enter { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: translateX(0); } }
}
@media (max-width: 350px) {
  #lh-mobile-menu .lh-mm-top { left: 23px; right: 24px; }
  #lh-mobile-menu .lh-mm-brand span { display: none; }
  #lh-mobile-menu .lh-mm-scroll { padding-inline: 24px; }
  #lh-mobile-menu .lh-mm-link { letter-spacing: -.3px; }
}
@media (max-width: 1050px) and (max-height: 700px) {
  #lh-mobile-menu .lh-mm-scroll { top: calc(96px + env(safe-area-inset-top)); }
  #lh-mobile-menu .lh-mm-eyebrow { margin-bottom: 13px; }
  #lh-mobile-menu .lh-mm-link { min-height: 48px; font-size: 44px; }
  #lh-mobile-menu .lh-mm-footer { padding-top: 23px; }
  #lh-mobile-menu .lh-mm-social { margin-top: 9px; }
  #lh-mobile-menu .lh-mm-location { margin-top: 6px; }
}
@media (max-width: 1050px) and (prefers-reduced-motion: reduce) {
  #lh-mobile-menu *, #lh-mobile-menu *::before, #lh-mobile-menu *::after {
    transition-duration: 1ms !important; transition-delay: 0ms !important; animation-duration: 1ms !important; animation-delay: 0ms !important;
  }
}
