/* Match the Wellness Journal trigger to the Treatments navigation color. */
.journal-menu > summary {
  color: var(--sand, #c8b99a);
}

@media (max-width: 900px) {
  .static-mobile-menu {
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: calc(112px + env(safe-area-inset-top, 0px)) 18px 40px;
    background: rgba(243, 234, 220, 0.985);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .static-mobile-menu nav {
    width: min(440px, 100%);
    margin: 0 auto;
    align-items: stretch;
    gap: 0;
  }

  .static-mobile-menu nav > a {
    padding: 15px 4px;
    border-bottom: 1px solid rgba(91, 66, 42, 0.14);
    color: #34271d;
    font: 400 12px/1.3 Inter, Arial, sans-serif;
    letter-spacing: 0.16em;
    text-align: left;
    text-transform: uppercase;
  }

  .static-mobile-menu .mobile-treatment-menu,
  .static-mobile-menu .mobile-journal-menu {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(91, 66, 42, 0.14);
  }

  .static-mobile-menu .mobile-treatment-menu summary,
  .static-mobile-menu .mobile-journal-menu summary {
    padding: 15px 4px;
    color: #34271d;
    font: 400 12px/1.3 Inter, Arial, sans-serif;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .static-mobile-menu .mobile-treatment-menu > div,
  .static-mobile-menu .mobile-journal-menu > div {
    padding: 4px 0 14px;
  }

  .static-mobile-menu .mobile-treatment-menu > div a,
  .static-mobile-menu .mobile-journal-menu > div a {
    padding: 9px 10px;
    color: #60472f;
    font: 400 11px/1.4 Inter, Arial, sans-serif;
    letter-spacing: normal;
    text-align: left;
    text-transform: none;
  }

  .static-mobile-menu nav > .mobile-book {
    margin-top: 20px;
    padding: 16px;
    border: 1px solid #9b7445;
    background: #9b7445;
    color: #17110d;
    font: 500 11px/1.3 Inter, Arial, sans-serif;
    letter-spacing: 0.18em;
    text-align: center;
  }

  /* Internal-page headers must remain available while the visitor scrolls. */
  .tp-header,
  .guide-header {
    position: fixed !important;
    inset: 0 0 auto !important;
    z-index: 950 !important;
    width: 100%;
    box-shadow: 0 1px 0 rgba(185, 139, 77, 0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .tp-header {
    background: rgba(23, 17, 13, 0.9);
  }

  .guide-header {
    background: rgba(243, 234, 220, 0.94);
  }
}
