.wema-mobile-nav-toggle {
  display: none;
}

.wema-mobile-nav-overlay,
.wema-mobile-nav-drawer {
  display: none;
}

@media (max-width: 900px) {
  .wema-mobile-nav-host {
    position: relative;
  }

  .wema-mobile-nav-toggle {
    display: inline-flex;
    min-width: 48px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-left: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(31, 91, 95, .22);
    border-radius: 12px;
    background: #ffffff;
    color: #0d2e30;
    box-shadow: 0 10px 28px rgba(13, 46, 48, .12);
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    z-index: 1100;
  }

  .wema-mobile-nav-toggle__box {
    display: grid;
    gap: 4px;
    width: 22px;
  }

  .wema-mobile-nav-toggle__box span {
    display: block;
    height: 2px;
    border-radius: 999px;
    background: #1f5b5f;
  }

  .wema-mobile-nav-toggle__text {
    font-size: .72rem;
    letter-spacing: .08em;
  }

  .wema-mobile-nav-toggle[aria-expanded="true"] {
    background: #1f5b5f;
    color: #ffffff;
  }

  .wema-mobile-nav-toggle[aria-expanded="true"] .wema-mobile-nav-toggle__box span {
    background: #ffffff;
  }

  .wema-mobile-nav-overlay {
    position: fixed;
    inset: 0;
    display: block;
    border: 0;
    background: rgba(8, 34, 36, .48);
    z-index: 1200;
  }

  .wema-mobile-nav-overlay[hidden] {
    display: none;
  }

  .wema-mobile-nav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: min(88vw, 390px);
    overflow-y: auto;
    background:
      radial-gradient(
        circle at 90% 8%,
        rgba(168, 184, 159, .25),
        transparent 32%
      ),
      #f5f1eb;
    box-shadow: -22px 0 64px rgba(0, 0, 0, .28);
    z-index: 1300;
    transform: translateX(0);
  }

  .wema-mobile-nav-drawer[hidden] {
    display: none;
  }

  .wema-mobile-nav-drawer__inner {
    min-height: 100%;
    padding: 34px 24px 28px;
  }

  .wema-mobile-nav-drawer__heading {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(31, 91, 95, .14);
  }

  .wema-mobile-nav-drawer__heading p {
    margin: 0 0 8px;
    color: #b78b4a;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .wema-mobile-nav-drawer__heading strong {
    color: #0d2e30;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.05rem;
    font-weight: 400;
    line-height: 1;
  }

  .wema-mobile-nav-drawer nav {
    display: grid;
    gap: 10px;
    padding: 22px 0;
  }

  .wema-mobile-nav-drawer nav a {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 15px;
    border: 1px solid rgba(31, 91, 95, .13);
    border-radius: 12px;
    background: #ffffff;
    color: #0d2e30;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(13, 46, 48, .055);
  }

  .wema-mobile-nav-drawer nav a[aria-current="page"] {
    border-color: rgba(183, 139, 74, .5);
    background: #fffaf2;
  }

  .wema-mobile-nav-drawer__footer {
    padding-top: 14px;
    border-top: 1px solid rgba(31, 91, 95, .14);
  }

  .wema-mobile-nav-drawer__cta {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 15px 18px;
    border-radius: 999px;
    background: #1f5b5f;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(31, 91, 95, .24);
  }

  .wema-mobile-nav-open {
    overflow: hidden;
  }
}

@media (max-width: 520px) {
  .wema-mobile-nav-toggle {
    min-width: 46px;
    padding: 10px;
  }

  .wema-mobile-nav-toggle__text {
    display: none;
  }
}
