/* Sitewide sticky navigation and mobile readability corrections — 2026-09-11.
 * Physical v2 filename forces cache refresh after mobile testimonial revision. */

/* Keep the approved navigation available on long pages without changing its
 * desktop or mobile dimensions. */
html body.jm-site .jm-header {
  position: sticky !important;
  top: 0 !important;
  inset-block-start: 0 !important;
  z-index: 10000 !important;
  width: 100%;
  overflow: visible !important;
}

html body.jm-site.admin-bar .jm-header {
  top: 32px !important;
  inset-block-start: 32px !important;
}

@media (max-width: 782px) {
  html body.jm-site.admin-bar .jm-header {
    top: 46px !important;
    inset-block-start: 46px !important;
  }
}

/* Let the shared menu expand the resource header in normal document flow. */
@media (max-width: 1099px) {
  html body.jm-site.jm-resource-page .jm-header {
    height: auto !important;
    min-height: 84px !important;
  }

  html body.jm-site.jm-resource-page .jm-menu-toggle {
    position: relative;
    z-index: 10002;
    pointer-events: auto !important;
    touch-action: manipulation;
  }

  html body.jm-site.jm-resource-page .jm-mobile {
    position: relative !important;
    z-index: 10001 !important;
    background: var(--jm-deep, #0e1613) !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  html body.jm-site.jm-resource-page .jm-mobile.is-open {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

@media (max-width: 780px) {
  html body.jm-site.jm-resource-page .jm-header {
    min-height: 76px !important;
  }
}

/* The concise testimonial is phone-only. */
html body.jm-site .jm-work-testimonial__quote--mobile {
  display: none !important;
}

@media (max-width: 767px) {
  /* Retain the gold editorial voice with readable contrast on cream. */
  html body.jm-site .jm-profile-hero__sub {
    color: #80632c !important;
  }

  html body.jm-site .jm-profile-philosophy__copy {
    text-align: center !important;
  }

  html body.jm-site .jm-work-testimonial .jm-interior__inner {
    gap: 24px !important;
  }

  html body.jm-site .jm-work-testimonial__quote--desktop {
    display: none !important;
  }

  html body.jm-site .jm-work-testimonial__quote--mobile {
    display: block !important;
  }

  html body.jm-site .jm-work-testimonial__quote {
    max-width: 32rem !important;
    margin-inline: auto !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 21px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
  }
}
