/* The Careful Optimist — inner/member navigation flow lock
   Purpose: inner/member headers and tab bars are part of normal document flow.
   This file is intentionally loaded last on governed inner/member pages. */

.tco-inner-header,
.tco-member-header,
.tco-inner-nav,
.tco-member-nav {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  inset-block-start: auto !important;
  z-index: 1 !important;
}

/* The old 150px anchor offset existed to clear sticky inner navigation.
   With normal-flow navigation, a small editorial landing offset is enough. */
main > .section:not(.hero),
main > section[id],
main [id].section {
  scroll-margin-top: 24px !important;
}

@media (max-width: 760px) {
  .tco-inner-header,
  .tco-member-header,
  .tco-inner-nav,
  .tco-member-nav {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    inset-block-start: auto !important;
  }

  main > .section:not(.hero),
  main > section[id],
  main [id].section {
    scroll-margin-top: 16px !important;
  }
}
