/* Quintessential Wellness mobile navigation: single, accessible drawer surface. */
@media (max-width: 991px) {
  body.wsactive { overflow: hidden; }

  #header.header {
    height: 72px !important;
    margin-bottom: 0 !important;
    transform: none !important;
    background: rgba(255, 253, 251, .98);
    box-shadow: 0 1px 0 rgba(83, 44, 47, .10);
  }

  #header .wsmobileheader {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10006 !important;
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 18px;
    align-items: center;
    background: transparent;
  }

  #header .wsmainfull,
  #header .wsmainwp {
    height: 0;
    min-height: 0;
  }

  #header .smllogo img {
    width: auto !important;
    height: 38px !important;
    max-width: 220px;
  }

  #wsnavtoggle.wsanimated-arrow {
    width: 48px;
    height: 48px;
    margin: 0 -4px 0 0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(83, 44, 47, .12);
  }

  #wsnavtoggle.wsanimated-arrow:focus-visible,
  .wsmenu a:focus-visible {
    outline: 3px solid #8d2148;
    outline-offset: 3px;
  }

  #header .wsmenu {
    box-sizing: border-box;
    position: fixed;
    /* The legacy positioned wrapper is the fixed containing block on mobile. */
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100dvh !important;
    margin: 0;
    padding: 90px 22px calc(24px + env(safe-area-inset-bottom)) !important;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fffdfb;
    box-shadow: none;
  }

  #header .wsmenu::before {
    display: block;
    margin: 2px 0 16px;
    color: #8d2148;
    content: "Explore Quintessential";
    font: 600 12px/1.2 Arial, sans-serif;
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  #header .qwc-menu-close { display: none !important; }

  #header .wsmenu-list {
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid rgba(141, 33, 72, .16);
  }

  #header .wsmenu-list > li {
    margin: 0 !important;
    border-bottom: 1px solid rgba(141, 33, 72, .16);
  }

  #header .wsmenu-list > li > a {
    display: flex;
    min-height: 56px;
    padding: 0 4px !important;
    align-items: center;
    color: #4e2831;
    font-family: Lustria, Georgia, serif;
    font-size: 18px;
    line-height: 1.3;
  }

  #header .wsmenu-list > li > a:hover,
  #header .wsmenu-list > li > a:active,
  #header .wsmenu-list > li > a:focus-visible {
    color: #8d2148;
    background: transparent;
  }

  #header .qwc-menu-booking {
    display: grid;
    gap: 3px;
    margin: 22px 0 0 !important;
    padding: 18px 20px !important;
    border-radius: 16px;
    background: #8d2148;
    color: #fff;
    box-shadow: 0 12px 28px rgba(100, 25, 53, .22);
    font: 600 17px/1.2 Lustria, Georgia, serif;
  }

  #header .qwc-menu-booking span {
    font: 700 11px/1.2 Arial, sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  #header .qwc-menu-booking strong { font-weight: 700; }
}
