/* Sticky approach and mobile navigation; the showcase uses its original aligned layout. */
@media (min-width: 901px) {
  body[data-motion-theme="fieldwork"] .approach .steps > li { min-height: 225px; padding-block: 2.4rem; }
  body[data-motion-theme="fieldwork"] .approach .steps > li:last-child { padding-bottom: 1.4rem; }
  body[data-motion-theme="fieldwork"] .approach .step-number { font-size: 1.1rem; }
  body[data-motion-theme="fieldwork"] .story-sticky-ready .approach-intro {
    position: sticky;
    top: calc(var(--site-header-height, 88px) + 28px);
    align-self: start;
  }
}

body[data-motion-theme="digital"] { --menu-surface: #fff; }
body[data-motion-theme="northbank"] { --menu-surface: #faf8f1; }
body[data-motion-theme="fieldwork"] { --menu-surface: #f5f5ef; }
.mobile-navigation .site-header .menu-panel {
  position: absolute;
  inset: 100% 0 auto;
  display: flex;
  width: auto;
  max-height: calc(100vh - var(--site-header-height, 88px) - 12px);
  max-height: calc(100dvh - var(--site-header-height, 88px) - 12px);
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 8px 20px 20px;
  background: var(--menu-surface);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 18px 28px -22px rgb(15 28 18 / 45%);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  transform-origin: top center;
}
.mobile-navigation .site-header .menu-panel > a:not(.button):not(.nav-cta) {
  min-height: 49px;
  padding: 13px 4px;
  border-top: 1px solid var(--line);
  font-size: 1rem;
  line-height: 1.5;
  background-image: none;
}
.mobile-navigation .site-header .menu-panel > a:first-child { border-top: 0; }
.mobile-navigation .site-header .menu-panel > .button,
.mobile-navigation .site-header .menu-panel > .nav-cta {
  margin: 10px 0 0;
  min-height: 50px;
  padding: 13px 18px;
  justify-content: center;
  font-size: .9375rem;
}
@media (prefers-reduced-motion: no-preference) {
  .menu-icon::before, .menu-icon::after, .menu-lines::before, .menu-lines::after { transition: transform 180ms ease, top 180ms ease; }
}
@media print {
  .story-sticky-ready .approach-intro { position: static !important; }
  .mobile-navigation .site-header .menu-panel { display: none !important; }
}
