/* Home-only source provenance: a quiet section-boundary footer for
   ENABLING DISCIPLINES. It mirrors the established Home footnote geometry
   and typography while occupying the opposite (right) side of the composition. */
.home-source-provenance{
  position:absolute;
  right:8vw;
  bottom:clamp(18px,2.2vh,26px);
  z-index:3;
  width:auto;
  max-width:calc(100% - 16vw);
  margin:0;
  font-family:Charter,"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,serif;
  font-size:clamp(.72rem,.78vw,.84rem);
  line-height:1.3;
  letter-spacing:.008em;
  color:var(--muted);
  opacity:.78;
  text-align:right;
  white-space:nowrap;
}

@media(max-width:920px){
  .home-source-provenance{
    right:8vw;
    max-width:84vw;
    white-space:normal;
  }
}

@media(min-width:1600px){
  .home-source-provenance{
    right:max(3vw,calc((100vw - (1370px + clamp(3rem,4vw,5rem)))/2));
  }
}
