/* Shared dossier styles. The versioned base preserves the frozen design; the hardening layer fixes site-wide responsive defects. */
@import url("/assets/articles-base-17.css");
@import url("/assets/global-hardening-17.css");
@import url("/assets/book-editorial-human.css");
@import url("/assets/research-editorial-human.css");
@import url("/assets/profile-editorial-human.css");
@import url("/assets/methodology-editorial-human.css");
/* Keep linked reading sections visible below the persistent site header. */
#reading-path, #medium-reading { scroll-margin-top: 7rem; }
@media (max-width: 640px) {
  #reading-path, #medium-reading { scroll-margin-top: 12rem; }
}
